diff --git a/doc/manager.php b/doc/manager.php
index 3d082495cc..4bf95fecbd 100644
--- a/doc/manager.php
+++ b/doc/manager.php
@@ -41,6 +41,14 @@ computer it is connected too.
Shows the projects in which this computer is participating.
+
+- Suspended:
+ The project is currently suspended.
+
- Won't get new work:
+ The project will not fill the cache for this project
+ when it runs out of work.
+
+
Click on a project name to enable the following additional buttons:
- Update:
@@ -67,30 +75,55 @@ computer it is connected too.
by the project administrator.
-
-The BOINC manager window has several tabs:
+
Project administrators can add buttons
+ to the manager to quickly navigate the project website.
+
+Work
+Shows the work units currently on your computer.
+ Each work unit is either
+
+
+
+- Aborted:
+ Result has been aborted and will be reported to the project server
+ as a computational error.
+
- Downloading:
+ Input files are being downloaded.
+
- Ready to run:
+ An estimate of the total CPU time is shown.
+
- Running:
+ Elapsed CPU time and estimated percent done is shown.
+
- Uploading:
+ Output files are being uploaded.
+
- Suspended:
+ Result has been suspended.
+
- Paused:
+ Result has been suspended by the client-side scheduler and will be
+ resumed the next time the project comes up in the processing rotation.
+
- Ready to report:
+ Waiting to notify the scheduling server.
+
+
+Click on a result name to enable the following additional buttons:
+
+- Suspend:
+ Suspends any further processing of this result.
+
- Resume:
+ Resumes processing of a previous suspended result.
+
- Show graphics:
+ Open a window showing application graphics.
+
- Abort:
+ Abort processing for a result.
+
+
+Transfers
+Shows file transfers (uploads and downloads).
+ These may be ready to start, in progress, and completed.
+
+
+
+
-- Projects:
-
-
- Work:
- Shows the work units currently on your computer.
- Each work unit is either
-
- - Downloading: input files are being downloaded.
-
- Ready to run:
- An estimate of the total CPU time is shown.
-
- Running: currently running.
- Elapsed CPU time and estimated percent done is shown.
-
- Uploading: output files are being uploaded.
-
- Ready to report: waiting to notify the scheduling server.
-
- Right-click on a work unit to:
-
- - Show graphics: open a window showing application graphics.
-
- - Transfers:
- Shows file transfers (uploads and downloads).
- These may be ready to start, in progress, and completed.
- Messages:
Shows status and error messages.
Messages can be sorted by project or time.
diff --git a/doc/mgrwork.png b/doc/mgrwork.png
index 21c9d2aacc..7b022f674e 100644
Binary files a/doc/mgrwork.png and b/doc/mgrwork.png differ