pts mem -expandgroups and -supergroups examples
[openafs.git] / doc / man-pages / README
index d264bdd..cde7896 100644 (file)
@@ -93,6 +93,7 @@ Formatting Standards
    * <I<>> for user-provided arguments (note the surrounding <>).
    * I<> for terms being defined or titles of works.
    * C<> for command examples, ACL characters, and example arguments.
+   * S<<<>>> for text with non-breaking spaces (usually in synopsis).
 
   Also see the afs(1) man page for general rules about how OpenAFS man
   pages are formatted and for standard terminology to use when talking
@@ -229,34 +230,6 @@ Known Problems
   don't just report the deficiency again, but any contributions towards
   fixing it are greatly appreciated.
 
-   * The following installed commands have no man pages:
-
-       compile_et.afs
-       copyauth
-       fs cscpolicy
-       fs getfid
-       fs memdump
-       fs monitor
-       fs rxstatpeer
-       fs rxstatproc
-       fs setcbaddr
-       fs trace
-       klog.krb
-       krb.conf
-       pagsh.krb
-       restorevol
-       rmtsysd
-       tokens.krb
-       vos setfields
-       vsys
-
-   * Add -noresolve to the documentation of all the vos commands.
-
-   * klog.krb, pagsh.krb, and tokens.krb need to be listed as alternative
-     names in the NAME line of the non-.krb man pages, links should be
-     installed on man page installation, and the behavior of pagsh.krb
-     should be documented in the pagsh man page.
-
    * Some of the documentation in fs getserverprefs needs minor updates to
      reflect what happens in the dynroot case.
 
@@ -274,14 +247,6 @@ Known Problems
    * The salvager actually creates a bunch of SalvageLog files and then
      combines them, but the SalvageLog man page doesn't reflect this.
 
-   * The CellServDB documentation hasn't been updated for -dynroot.
-
-   * In the suite introduction pages (pts, vos, etc.), each of the
-     subcommands in the initial list should be a link to the relevant
-     page in the HTML output.  This has been done for the fs intro page
-     and the same transform needs to be applied to the other pages.  See
-     the fs intro page for the details.
-
    * The references to the other OpenAFS manuals, such as the Quick Start
      guide and the Admin Guide, should be links, probably to the documents
      on openafs.org.
@@ -291,6 +256,10 @@ Known Problems
      kaserver (and possibly without fakeka), and deprecation warnings
      on the .krb varient commands.
 
+   * Linked cells are currently documented in fs newcell as being only
+     for DCE, which is not correct.  That documentation, aklog, and the
+     CellServDB documentation needs to be updated.
+
    * We need a way to add links to other man pages (kinit most notably)
      without creating dangling links in the HTML output.  This probably
      means that the HTML conversion script needs to generate at startup
@@ -309,6 +278,56 @@ Known Problems
      the commands are installed into.  (In some cases, it may be better to
      change the directory than the section of the man page.)
 
+   * Consider using M4 or similar to operate on POD text before output.
+     This would allow common options like vos -c,-noa,-l,-v,-e,-nor
+     to be documented once and automatically included in all vos_ reference
+     pages, much like the vos.c source includes those arguments as COMMONPARMS.
+
+   * Check that suite intro pages mention all subcommands
+
+   Changes needed to have vos suite commands completely up to date,
+   including the 1.5 branch:
+
+   * Document vos listaddrs -uuid / -host, and verify docs and example for
+     -printuuid
+
+   * Document vos offline -busy / -sleep
+
+   * Do vos online/offline support -bless/-unbless? By looking at the
+     source they dont, and according to Git log that goes back to 2000
+     they never did.
+     According to Derrick, there was a patch to support them that vanished.
+     Either the patch should be found, or bless/unbless removed from
+     vos online/offline.
+
+   * Document vos create -minquota which is available since 1.5.61
+
+   * Document vos restore -creation/-lastupdate and -nodelete
+
+   * Document vos delentry -noexecute. Should this option also be renamed
+     to -dryrun like others?
+
+   Man section 8 suite commands:
+
+   * Mention bos (un)blockscanner in bos.pod text, not just in See Also
+     at the end
+
+   * Update fstrace source to include option descriptions (for content,
+     use existing manpage information "condensed" to half line of text)
+
+   * Update backup source to include option descriptions (for content,
+     use existing manpage information "condensed" to half line of text)
+
+   * Document backup deletedump -port/-groupid/-dbonly/-force/-noexecute
+
+   * Replace backup diskrestore/dump -n option with -noexecute or -dryrun?
+
+   * Document backup help -admin
+
+   * Document backup volrestore -usedump. Also, s/-n/.../ as above?
+
+   * Replace backup volsetrestore -n option with -noexecute or -dryrun?
+
   If you notice other problems, please send them to the openafs-doc list
   even if you don't have time to fix them.  Someone else might, and we
   want to track all of the issues.