[pkg-boinc-commits] r480 - in trunk/boinc/debian: . manpages

Frank S. Thomas fst-guest at costa.debian.org
Sun Jul 23 11:57:25 UTC 2006


Author: fst-guest
Date: 2006-07-23 11:57:25 +0000 (Sun, 23 Jul 2006)
New Revision: 480

Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/manpages/boinc_cmd.xml
Log:
Polished Peter's changes and add a changelog entry for Peter's changes.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-07-23 09:16:30 UTC (rev 479)
+++ trunk/boinc/debian/changelog	2006-07-23 11:57:25 UTC (rev 480)
@@ -8,8 +8,10 @@
     on/off logging and debugging messages. For a detailed list of messages
     that can be turned on/off, see http://boinc.berkeley.edu/client_msgs.php
     Note that this file was renamed to cc_config.xml in BOINC (>= 5.5.2).
+  * Applied patches from Peter Bailis <pbailis at gmail.com> for the boinc_cmd
+    manual page. Thanks again Peter!
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 23 Jul 2006 11:11:28 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 23 Jul 2006 13:56:02 +0200
 
 boinc (5.4.10-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/manpages/boinc_cmd.xml
===================================================================
--- trunk/boinc/debian/manpages/boinc_cmd.xml	2006-07-23 09:16:30 UTC (rev 479)
+++ trunk/boinc/debian/manpages/boinc_cmd.xml	2006-07-23 11:57:25 UTC (rev 480)
@@ -104,7 +104,9 @@
         </term>
         <listitem>
           <para>Use <replaceable>passwd</replaceable> as password for RPC
-            authentication.  (default: boinc_cmd will look for a file 'gui_rpc_auth.cfg' and use the password it contains).</para>
+            authentication. If the current working directory contains a file
+            'gui_rpc_auth.cfg', <command>boinc_cmd</command> will read the
+            password from this file.</para>
         </listitem>
       </varlistentry>
 
@@ -121,7 +123,6 @@
           <para>Show the version of the program.</para>
         </listitem>
       </varlistentry>
-
     </variablelist>
   </refsect1>
 
@@ -170,40 +171,53 @@
           <option>--result
             <replaceable>url</replaceable>
             <replaceable>result_name</replaceable>
-            {suspend | resume | abort | graphics_window | graphics_fullscreen} {--window_station ws} {--desktop dt} {--display dp}
+            {suspend | resume | abort | graphics_window | graphics_fullscreen}
+            {--window_station ws} {--desktop dt} {--display dp}
           </option>
         </term>
         <listitem>
-        <para>Do operation on a result.</para>
+          <para>Do operation on a result.</para>
 
-	<variablelist>
-	<varlistentry>
-	<term><option>suspend</option></term>
-	<listitem><para>temporarily stop work on a result</para></listitem>
-	</varlistentry>
+          <variablelist>
+	        <varlistentry>
+	          <term><option>suspend</option></term>
+	          <listitem>
+                <para>Temporarily stop work on a result.</para>
+              </listitem>
+	        </varlistentry>
 
-	<varlistentry>
-	<term><option>resume</option></term>
-	<listitem><para>allow work on a result</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>resume</option></term>
+              <listitem>
+                <para>Allow work on a result.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>abort</option></term>
-	<listitem><para>permanently stop work on result</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>abort</option></term>
+              <listitem>
+                <para>Permanently stop work on result.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>graphics_window</option></term>
-	<listitem><para>open graphics in a window. The optional desktop/window_station (Windows) or display (X11) arguments specify the display</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>graphics_window</option></term>
+              <listitem>
+                <para>Open graphics in a window. The optional desktop /
+                  window_station (Windows) or display (X11) arguments
+                  specify the display.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>graphics_fullscreen</option></term>
-	<listitem><para>open graphics fullscreen</para></listitem>
-	</varlistentry>
-	
-	</variablelist>
-	</listitem>
+            <varlistentry>
+              <term><option>graphics_fullscreen</option></term>
+              <listitem>
+                <para>Open graphics fullscreen.</para>
+              </listitem>
+            </varlistentry>
+	      </variablelist>
+        </listitem>
+      </varlistentry>
 
       <varlistentry>
         <term>
@@ -216,44 +230,58 @@
         <listitem>
           <para>Do operation on a project.</para>
 
-	<variablelist>
-	<varlistentry>
-	<term><option>reset</option></term>
-	<listitem><para>delete current work and get more</para></listitem>
-	</varlistentry>
+          <variablelist>
+            <varlistentry>
+              <term><option>reset</option></term>
+              <listitem>
+                <para>Delete current work and get more.</para>
+              </listitem>
+	        </varlistentry>
 
-	<varlistentry>
-	<term><option>detach</option></term>
-	<listitem><para>delete current work and don't get more</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>detach</option></term>
+              <listitem>
+                <para>Delete current work and don't get more.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>update</option></term>
-	<listitem><para>contact scheduling server</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>update</option></term>
+              <listitem>
+                <para>Contact scheduling server.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>suspend</option></term>
-	<listitem><para>stop work for project</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>suspend</option></term>
+              <listitem>
+                <para>Stop work for project.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>resume</option></term>
-	<listitem><para>resume work for project</para></listitem>
-	</varlistentry>
-	
-	<varlistentry>
-	<term><option>nomorework</option></term>
-	<listitem><para>finish current work but don't get more</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>resume</option></term>
+              <listitem>
+                <para>Resume work for project.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>allowmorework</option></term>
-	<listitem><para>undo nomorework</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>nomorework</option></term>
+              <listitem>
+                <para>Finish current work but don't get more.</para>
+              </listitem>
+            </varlistentry>
 
-	</variablelist>
-	</listitem>
+            <varlistentry>
+              <term><option>allowmorework</option></term>
+              <listitem>
+                <para>Undo <option>nomorework</option>.</para>
+              </listitem>
+            </varlistentry>
+          </variablelist>
+        </listitem>
+      </varlistentry>
 
       <varlistentry>
         <term>
@@ -263,7 +291,8 @@
           </option>
         </term>
         <listitem>
-          <para>Attach to an account via <replaceable>auth</replaceable>, the authorization key from the project.</para>
+          <para>Attach to an account via <replaceable>auth</replaceable>, the
+            authorization key from the project.</para>
         </listitem>
       </varlistentry>
 
@@ -290,23 +319,30 @@
         <listitem>
           <para>Set run mode.</para>
 
-	<varlistentry>
-	<term><option>always</option></term>
-	<listitem><para>do work (network + CPU) always</para></listitem>
-	</varlistentry>
+          <variablelist>
+            <varlistentry>
+	          <term><option>always</option></term>
+	          <listitem>
+                <para>Do work (network + CPU) always.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>auto</option></term>
-	<listitem><para>do work only when allowed by preferences</para></listitem>
-	</varlistentry>
+            <varlistentry>
+              <term><option>auto</option></term>
+              <listitem>
+                <para>Do work only when allowed by preferences.</para>
+              </listitem>
+            </varlistentry>
 
-	<varlistentry>
-	<term><option>never</option></term>
-	<listitem><para>don't do work (same as suspending all projects)</para></listitem>
-	</varlistentry>
-	
-	</variablelist>
-	</listitem>
+            <varlistentry>
+              <term><option>never</option></term>
+              <listitem>
+                <para>Don't do work (same as suspending all projects).</para>
+              </listitem>
+            </varlistentry>
+          </variablelist>
+        </listitem>
+      </varlistentry>
 
       <varlistentry>
         <term><option>--get_network_mode</option></term>
@@ -320,7 +356,8 @@
           <option>--set_network_mode {always | auto | never}</option>
         </term>
         <listitem>
-          <para>Set network mode.  Like set_run_mode but applies only to network transfers.</para>
+          <para>Set network mode. Like <option>--set_run_mode</option> but
+            applies only to network transfers.</para>
         </listitem>
       </varlistentry>
 
@@ -332,10 +369,20 @@
 
       <varlistentry>
         <term>
-          <option>--set_proxy_settings <replaceable>http_server_name</replaceable> <replaceable>http_server_port</replaceable> <replaceable>http_user_name</replaceable> <replaceable>http_user_passwd</replaceable> <replaceable>socks_server_name</replaceable> <replaceable>socks_server_port</replaceable> <replaceable>socks_version socks5_user_name</replaceable> <replaceable>socks5_user_passwd</replaceable></option>
+          <option>--set_proxy_settings
+            <replaceable>http_server_name</replaceable>
+            <replaceable>http_server_port</replaceable>
+            <replaceable>http_user_name</replaceable>
+            <replaceable>http_user_passwd</replaceable>
+            <replaceable>socks_server_name</replaceable>
+            <replaceable>socks_server_port</replaceable>
+            <replaceable>socks_version</replaceable>
+            <replaceable>socks5_user_name</replaceable>
+            <replaceable>socks5_user_passwd</replaceable>
+          </option>
         </term>
         <listitem>
-          <para>Set proxy settings.  All fields are mandantory.</para>
+          <para>Set proxy settings. All fields are mandantory.</para>
         </listitem>
       </varlistentry>
 
@@ -364,11 +411,11 @@
             <replaceable>name</replaceable>
             <replaceable>password</replaceable>
           </option>
+        </term>
         <listitem>
-          <para>Instruct core client to contact an account manager server.</para>
+          <para>Instruct core client to contact an account manager
+            server.</para>
         </listitem>
-        </term>
-
       </varlistentry>
 
       <varlistentry>
@@ -386,11 +433,16 @@
         <term>
           <option>--set_screensaver_mode {on | off}
             <replaceable>blank_time</replaceable>
-            {--desktop desktop} {--window_station window_station} {--display display}
+            {--desktop desktop} {--window_station window_station}
+            {--display display}
           </option>
         </term>
         <listitem>
-          <para>Tell the core client to start or stop doing fullscreen graphics, and going to black after blank_time seconds. The optional arguments specify which desktop/windows_station (Windows) or display (X11) to use. </para>
+          <para>Tell the core client to start or stop doing fullscreen
+            graphics, and going to black after
+            <replaceable>blank_time</replaceable> seconds. The optional
+            arguments specify which desktop / windows_station (Windows) or
+            display (X11) to use.</para>
         </listitem>
       </varlistentry>
 
@@ -401,7 +453,8 @@
           </option>
         </term>
         <listitem>
-          <para>Fetch configuration at project located at <replaceable>url</replaceable>.</para>
+          <para>Fetch configuration at project located at
+            <replaceable>url</replaceable>.</para>
         </listitem>
       </varlistentry>
 
@@ -412,7 +465,8 @@
       <varlistentry>
         <term><option>--read_global_prefs_override</option></term>
         <listitem>
-          <para>Tell the core client to read the global_prefs_override.xml file and incorporate any global preferences indicated there.</para>
+          <para>Tell the core client to read the global_prefs_override.xml file
+            and incorporate any global preferences indicated there.</para>
         </listitem>
       </varlistentry>
 




More information about the pkg-boinc-commits mailing list