[Box Backup-commit] COMMIT r2112 - box/trunk/documentation

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Mar 19 07:06:41 GMT 2008


Author: jamesog
Date: 2008-03-19 07:06:40 +0000 (Wed, 19 Mar 2008)
New Revision: 2112

Modified:
   box/trunk/documentation/bbackupctl.xml
   box/trunk/documentation/bbackupquery.xml
   box/trunk/documentation/bbstoreaccounts.xml
   box/trunk/documentation/bbstored-certs.xml
   box/trunk/documentation/bbstored-config.xml
   box/trunk/documentation/raidfile-config.xml
Log:
 * Update man sections
 * Correct typos



Modified: box/trunk/documentation/bbackupctl.xml
===================================================================
--- box/trunk/documentation/bbackupctl.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/bbackupctl.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>bbackupctl</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -23,7 +23,7 @@
 
     <para><literal>bbackupctl</literal> lets the user control the bbackupd
     daemon on a client machine. The main use is to force a sync with the store
-    server. This is especially important if bbackupd(1) is configured to do
+    server. This is especially important if bbackupd(8) is configured to do
     snapshot backups. In that case <literal>bbackupctl</literal> is the only
     way to effect a backup.</para>
 
@@ -31,7 +31,7 @@
     socket. Some platforms (notably Windows) can't determine if the user
     connecting on this socket has the correct credentials to execute the
     commands, leaving a rather sizeable security hole open. To avoid this,
-    unset the CommandSocket parameter in <literal>bbackupd.conf</literal>(8).
+    unset the CommandSocket parameter in <literal>bbackupd.conf</literal>(5).
     That disables the command socket, so bbackupd is secure. This does,
     however, render bbackupctl unusable.</para>
 
@@ -93,9 +93,9 @@
   <refsection>
     <title>See Also</title>
 
-    <para><literal>bbackupd.conf(8)</literal></para>
+    <para><literal>bbackupd.conf(5)</literal></para>
 
-    <para>bbackupd(1)</para>
+    <para><literal>bbackupd(8)</literal></para>
   </refsection>
 
   <refsection>

Modified: box/trunk/documentation/bbackupquery.xml
===================================================================
--- box/trunk/documentation/bbackupquery.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/bbackupquery.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>bbackupquery</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -39,7 +39,7 @@
     <programlisting>bbackupquery "list home-dirs" quit</programlisting>
 
     <para>Note that commands that contain spaces are enclosed in double
-    quotes. If the <literal>quit</literal> command is ommitted, after the
+    quotes. If the <literal>quit</literal> command is omitted, after the
     preceding commands are completed, <literal>bbackupquery</literal> will
     enter interactive mode.</para>
 
@@ -328,7 +328,7 @@
   <refsection>
     <title>See Also</title>
 
-    <para>bbackupd.conf(8)</para>
+    <para>bbackupd.conf(5)</para>
   </refsection>
 
   <refsection>
@@ -357,7 +357,7 @@
       </listitem>
 
       <listitem>
-        <para>The platform you are running on (Hardware and OS), for both
+        <para>The platform you are running on (hardware and OS), for both
         client and server.</para>
       </listitem>
 

Modified: box/trunk/documentation/bbstoreaccounts.xml
===================================================================
--- box/trunk/documentation/bbstoreaccounts.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/bbstoreaccounts.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>bbstoreaccounts</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -28,7 +28,7 @@
     accounts, as well as create, change and delete accounts on the store
     server. </para>
 
-    <para><literal>bbstoreaccounts</literal> alwas takes at least 2
+    <para><literal>bbstoreaccounts</literal> always takes at least 2
     parameters: the command name and the account ID. Some commands require
     additional parameters, and some commands have optional parameters.</para>
 
@@ -160,7 +160,7 @@
 
             <listitem>
               <para>Blocks used by deleted files: The number of blocks used by
-              files that have been deleted on the client. Thi s data is at
+              files that have been deleted on the client. This data is at
               risk for being removed during housekeeping.</para>
             </listitem>
 
@@ -267,7 +267,7 @@
       </listitem>
 
       <listitem>
-        <para>The platform you are running on (Hardware and OS), for both
+        <para>The platform you are running on (hardware and OS), for both
         client and server.</para>
       </listitem>
 

Modified: box/trunk/documentation/bbstored-certs.xml
===================================================================
--- box/trunk/documentation/bbstored-certs.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/bbstored-certs.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>bbstored-certs</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -51,7 +51,7 @@
         <listitem>
           <para><literal>sign <clientcsrfile></literal>: Sign a client
           certificate. The <literal>clientcsrfile</literal> is generated
-          during client setup. See <literal>bbackupd-config(1)</literal>. Send
+          during client setup. See <literal>bbackupd-config(8)</literal>. Send
           the signed certificate back to the client, and install according to
           the instructions given by <literal>bbackupd-config</literal>.</para>
         </listitem>
@@ -72,11 +72,11 @@
   <refsection>
     <title>See Also</title>
 
-    <para><literal>bbstored-config(1)</literal></para>
+    <para><literal>bbstored-config(8)</literal></para>
 
     <para><literal>bbstored.conf(5)</literal></para>
 
-    <para><literal>bbstoreaccounts(1)</literal></para>
+    <para><literal>bbstoreaccounts(8)</literal></para>
   </refsection>
 
   <refsection>
@@ -102,7 +102,7 @@
       </listitem>
 
       <listitem>
-        <para>The platform you are running on (Hardware and OS), for both
+        <para>The platform you are running on (hardware and OS), for both
         client and server.</para>
       </listitem>
 

Modified: box/trunk/documentation/bbstored-config.xml
===================================================================
--- box/trunk/documentation/bbstored-config.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/bbstored-config.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>bbstored-config</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -86,7 +86,7 @@
   <refsection>
     <title>See Also</title>
 
-    <para><literal>raidfile-config(1)</literal></para>
+    <para><literal>raidfile-config(8)</literal></para>
 
     <para><literal>bbstored.conf(5)</literal></para>
 
@@ -117,7 +117,7 @@
       </listitem>
 
       <listitem>
-        <para>The platform you are running on (Hardware and OS), for both
+        <para>The platform you are running on (hardware and OS), for both
         client and server.</para>
       </listitem>
 

Modified: box/trunk/documentation/raidfile-config.xml
===================================================================
--- box/trunk/documentation/raidfile-config.xml	2008-03-13 21:48:54 UTC (rev 2111)
+++ box/trunk/documentation/raidfile-config.xml	2008-03-19 07:06:40 UTC (rev 2112)
@@ -3,7 +3,7 @@
   <refmeta>
     <refentrytitle>raidfile-config</refentrytitle>
 
-    <manvolnum>1</manvolnum>
+    <manvolnum>8</manvolnum>
   </refmeta>
 
   <refnamediv>
@@ -45,7 +45,7 @@
 
         <listitem>
           <para><literal>blocksize</literal>: The block size used for file
-          storage in the system, in bytes. Using a multple of the file system
+          storage in the system, in bytes. Using a multiple of the file system
           block size is a good strategy. Depending on the size of the files
           you will be backing up, this multiple varies. Of course it also
           depends on the native block size of your file system.</para>
@@ -90,7 +90,7 @@
   <refsection>
     <title>See Also</title>
 
-    <para><literal>bbstored-config(1)</literal></para>
+    <para><literal>bbstored-config(8)</literal></para>
 
     <para><literal>bbstored.conf(5)</literal></para>
 
@@ -120,7 +120,7 @@
       </listitem>
 
       <listitem>
-        <para>The platform you are running on (Hardware and OS), for both
+        <para>The platform you are running on (hardware and OS), for both
         client and server.</para>
       </listitem>
 




More information about the Boxbackup-commit mailing list