]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-man-page-style-20070805
authorRuss Allbery <rra@stanford.edu>
Sun, 5 Aug 2007 23:12:19 +0000 (23:12 +0000)
committerRuss Allbery <rra@stanford.edu>
Sun, 5 Aug 2007 23:12:19 +0000 (23:12 +0000)
Some style fixes and some additional style documentation in README.

(cherry picked from commit e735ef962de3623f8fa11cca92d13151d62b5aaa)

doc/man-pages/README
doc/man-pages/pod1/fs_getcrypt.pod
doc/man-pages/pod1/fs_setcrypt.pod
doc/man-pages/pod5/CellAlias.pod
doc/man-pages/pod8/afsd.pod

index 2caed700602df8d22ee44c4d65d71552bc238163..809a120d74988af985c383b3b234e74deeee4882 100644 (file)
@@ -123,7 +123,11 @@ Formatting Standards
   References to functions should be noted like function() with the
   trailing parens.  The POD converters know how to format these sorts of
   references appropriately.  References to other sections in the same page
-  should be given as L<SECTION>.
+  should be given as L<SECTION>.  Man pages for all other AFS commands or
+  file formats referenced in the page should be listed in the SYNOPSIS.
+  List each reference on its own line for easier addition of other
+  references later, but don't put blank lines between them.  Don't forget
+  the commas at the end of each line but the last.
 
   Command and output examples should be indented three spaces.  Commands
   entered by the user should be given on a line beginning with %.  If the
index 1258880c4807da61f7eabe6f6553fa75f9977628..5d7d3f8e2168387f97680d3dfac1778a9ef058b5 100644 (file)
@@ -39,17 +39,17 @@ This commands takes no options.
 
 If encryption is enabled, the output is:
 
-    Security level is currently crypt (data security).
+   Security level is currently crypt (data security).
 
 If encryption if disabled, the output is:
 
-    Security level is currently clear.
+   Security level is currently clear.
 
 =head1 EXAMPLES
 
 There is only one way to invoke B<fs getcrypt>:
 
-    % fs getcrypt
+   % fs getcrypt
 
 =back
 
index 386bdd783787029d717a718fd2dbee3b7e979fcc..059ed27329895209d4d3a46d17e9fcb913a9b402 100644 (file)
@@ -64,13 +64,13 @@ This command produces no output other than error messages.
 
 There are only four ways to invoke B<fs setcrypt>.  Either of:
 
-    % fs setcrypt -crypt on
-    % fs setcrypt on
+   % fs setcrypt -crypt on
+   % fs setcrypt on
 
 will enable encryption for authenticated connections and:
 
-    % fs setcrypt -crypt off
-    % fs setcrypt off
+   % fs setcrypt -crypt off
+   % fs setcrypt off
 
 will disable encryption.
 
index 350eea648ce19daf4470ff7b4f5024e576a8e6ec..2a9e126a602760953118c1b03b3e797363d04b04 100644 (file)
@@ -31,15 +31,15 @@ of the cell, and the second column is the alias that should be created.
 
 The following F<CellAlias> file:
 
-    openafs.org openafs
-    uncc.edu uncc
+   openafs.org openafs
+   uncc.edu uncc
 
 results in the following symbolic links:
 
-    /afs/.openafs  ->  /afs/.openafs.org
-    /afs/openafs   ->  /afs/openafs.org
-    /afs/.uncc     ->  /afs/.uncc.edu
-    /afs/uncc      ->  /afs/uncc.edu
+   /afs/.openafs  ->  /afs/.openafs.org
+   /afs/openafs   ->  /afs/openafs.org
+   /afs/.uncc     ->  /afs/.uncc.edu
+   /afs/uncc      ->  /afs/uncc.edu
 
 =head1 SEE ALSO
 
index 5e4916421c61f8dd519fa7e2d672ad4be0f6574f..4c92513e27d54294a4624e4210f868c6b13eae96 100644 (file)
@@ -678,17 +678,17 @@ The B<afsd> command is normally included in the machine's AFS
 initialization file, rather than typed at the command shell prompt. For
 most disk caches, the appropriate form is
 
-   /usr/vice/etc/afsd
+   /usr/vice/etc/afsd
 
 The following command is appropriate when enabling a machine to act as an
 NFS/AFS Translator machine serving more than five users.
 
-   /usr/vice/etc/afsd -daemons 4 -rmtsys
+   /usr/vice/etc/afsd -daemons 4 -rmtsys
 
 The following command initializes a memory cache and sets chunk size to 16
 KB (2^14).
 
-   /usr/vice/etc/afsd -memcache -chunksize 14
+   /usr/vice/etc/afsd -memcache -chunksize 14
 
 =head1 PRIVILEGE REQUIRED