From 9950d15ce2e3693bc68641ae5c59d08a2d3f9b03 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 1 Mar 2006 05:11:17 +0000 Subject: [PATCH] STABLE14-pretty-html-synopsis-20060228 Implement proper synopsis wrapping for HTML generation. This was done in three pieces. First, add HTML-specific tags to the POD to mark the synopsis for HTML purposes so that we can apply style information to it. Second, update the style sheet to indent all lines except for the first in the synopsis section. Third, add the appropriate S<> tags around option and argument pairs so that we don't wrap between the option and its argument. Unfortunately, due to the > style that looks nicer for other reasons, we have to use the very verbose S<<< >>>. Oh well. (cherry picked from commit fc5acc01517260c661097cf84bddc359ca060bd3) --- doc/man-pages/pod1/afsmonitor.pod | 30 +++++---- doc/man-pages/pod1/cmdebug.pod | 10 ++- doc/man-pages/pod1/dlog.pod | 22 +++--- doc/man-pages/pod1/dpass.pod | 10 ++- doc/man-pages/pod1/fs_apropos.pod | 10 ++- doc/man-pages/pod1/fs_checkservers.pod | 14 ++-- doc/man-pages/pod1/fs_checkvolumes.pod | 6 ++ doc/man-pages/pod1/fs_cleanacl.pod | 10 ++- doc/man-pages/pod1/fs_copyacl.pod | 14 ++-- doc/man-pages/pod1/fs_diskfree.pod | 12 +++- doc/man-pages/pod1/fs_examine.pod | 16 +++-- doc/man-pages/pod1/fs_exportafs.pod | 26 +++++--- doc/man-pages/pod1/fs_flush.pod | 10 ++- doc/man-pages/pod1/fs_flushmount.pod | 10 ++- doc/man-pages/pod1/fs_flushvolume.pod | 10 ++- doc/man-pages/pod1/fs_getcacheparms.pod | 6 ++ doc/man-pages/pod1/fs_getcellstatus.pod | 10 ++- doc/man-pages/pod1/fs_getclientaddrs.pod | 6 ++ doc/man-pages/pod1/fs_getserverprefs.pod | 12 +++- doc/man-pages/pod1/fs_help.pod | 10 ++- doc/man-pages/pod1/fs_listacl.pod | 12 +++- doc/man-pages/pod1/fs_listcells.pod | 6 ++ doc/man-pages/pod1/fs_listquota.pod | 12 +++- doc/man-pages/pod1/fs_lsmount.pod | 10 ++- doc/man-pages/pod1/fs_messages.pod | 10 ++- doc/man-pages/pod1/fs_mkmount.pod | 14 ++-- doc/man-pages/pod1/fs_newcell.pod | 14 ++-- doc/man-pages/pod1/fs_quota.pod | 10 ++- doc/man-pages/pod1/fs_rmmount.pod | 10 ++- doc/man-pages/pod1/fs_setacl.pod | 12 +++- doc/man-pages/pod1/fs_setcachesize.pod | 6 ++ doc/man-pages/pod1/fs_setcell.pod | 10 ++- doc/man-pages/pod1/fs_setclientaddrs.pod | 12 +++- doc/man-pages/pod1/fs_setquota.pod | 14 ++-- doc/man-pages/pod1/fs_setserverprefs.pod | 24 ++++--- doc/man-pages/pod1/fs_setvol.pod | 24 ++++--- doc/man-pages/pod1/fs_storebehind.pod | 18 +++-- doc/man-pages/pod1/fs_sysname.pod | 10 ++- doc/man-pages/pod1/fs_whereis.pod | 10 ++- doc/man-pages/pod1/fs_whichcell.pod | 10 ++- doc/man-pages/pod1/fs_wscell.pod | 6 ++ doc/man-pages/pod1/klog.pod | 20 ++++-- doc/man-pages/pod1/knfs.pod | 14 ++-- doc/man-pages/pod1/kpasswd.pod | 22 +++--- doc/man-pages/pod1/livesys.pod | 6 ++ doc/man-pages/pod1/package_test.pod | 8 ++- doc/man-pages/pod1/pagsh.pod | 6 ++ doc/man-pages/pod1/pts_adduser.pod | 14 ++-- doc/man-pages/pod1/pts_apropos.pod | 10 ++- doc/man-pages/pod1/pts_chown.pod | 14 ++-- doc/man-pages/pod1/pts_creategroup.pod | 20 ++++-- doc/man-pages/pod1/pts_createuser.pod | 18 +++-- doc/man-pages/pod1/pts_delete.pod | 14 ++-- doc/man-pages/pod1/pts_examine.pod | 16 +++-- doc/man-pages/pod1/pts_help.pod | 10 ++- doc/man-pages/pod1/pts_listentries.pod | 10 ++- doc/man-pages/pod1/pts_listmax.pod | 10 ++- doc/man-pages/pod1/pts_listowned.pod | 10 ++- doc/man-pages/pod1/pts_membership.pod | 16 +++-- doc/man-pages/pod1/pts_removeuser.pod | 14 ++-- doc/man-pages/pod1/pts_rename.pod | 12 +++- doc/man-pages/pod1/pts_setfields.pod | 22 +++--- doc/man-pages/pod1/pts_setmax.pod | 14 ++-- doc/man-pages/pod1/rxdebug.pod | 20 ++++-- doc/man-pages/pod1/rxgen.pod | 6 ++ doc/man-pages/pod1/scout.pod | 24 ++++--- doc/man-pages/pod1/sys.pod | 6 ++ doc/man-pages/pod1/tokens.pod | 6 ++ doc/man-pages/pod1/translate_et.pod | 8 ++- doc/man-pages/pod1/udebug.pod | 10 ++- doc/man-pages/pod1/unlog.pod | 8 ++- doc/man-pages/pod1/up.pod | 6 ++ doc/man-pages/pod1/vos_addsite.pod | 18 +++-- doc/man-pages/pod1/vos_apropos.pod | 10 ++- doc/man-pages/pod1/vos_backup.pod | 10 ++- doc/man-pages/pod1/vos_backupsys.pod | 22 +++--- doc/man-pages/pod1/vos_changeaddr.pod | 16 +++-- doc/man-pages/pod1/vos_create.pod | 18 +++-- doc/man-pages/pod1/vos_delentry.pod | 22 +++--- doc/man-pages/pod1/vos_dump.pod | 18 +++-- doc/man-pages/pod1/vos_examine.pod | 16 +++-- doc/man-pages/pod1/vos_help.pod | 10 ++- doc/man-pages/pod1/vos_listaddrs.pod | 10 ++- doc/man-pages/pod1/vos_listpart.pod | 10 ++- doc/man-pages/pod1/vos_listvldb.pod | 18 +++-- doc/man-pages/pod1/vos_listvol.pod | 16 +++-- doc/man-pages/pod1/vos_lock.pod | 10 ++- doc/man-pages/pod1/vos_move.pod | 30 +++++---- doc/man-pages/pod1/vos_partinfo.pod | 14 ++-- doc/man-pages/pod1/vos_release.pod | 12 +++- doc/man-pages/pod1/vos_remove.pod | 16 +++-- doc/man-pages/pod1/vos_remsite.pod | 16 +++-- doc/man-pages/pod1/vos_rename.pod | 12 +++- doc/man-pages/pod1/vos_restore.pod | 20 ++++-- doc/man-pages/pod1/vos_status.pod | 10 ++- doc/man-pages/pod1/vos_syncserv.pod | 14 ++-- doc/man-pages/pod1/vos_syncvldb.pod | 16 +++-- doc/man-pages/pod1/vos_unlock.pod | 10 ++- doc/man-pages/pod1/vos_unlockvldb.pod | 14 ++-- doc/man-pages/pod1/vos_zap.pod | 16 +++-- doc/man-pages/pod1/xstat_cm_test.pod | 22 +++--- doc/man-pages/pod1/xstat_fs_test.pod | 24 ++++--- doc/man-pages/pod8/afsd.pod | 34 ++++++---- doc/man-pages/pod8/backup_adddump.pod | 17 +++-- doc/man-pages/pod8/backup_addhost.pod | 16 +++-- doc/man-pages/pod8/backup_addvolentry.pod | 22 +++--- doc/man-pages/pod8/backup_addvolset.pod | 14 ++-- doc/man-pages/pod8/backup_apropos.pod | 10 ++- doc/man-pages/pod8/backup_dbverify.pod | 10 ++- doc/man-pages/pod8/backup_deldump.pod | 14 ++-- doc/man-pages/pod8/backup_deletedump.pod | 14 ++-- doc/man-pages/pod8/backup_delhost.pod | 16 +++-- doc/man-pages/pod8/backup_delvolentry.pod | 16 +++-- doc/man-pages/pod8/backup_delvolset.pod | 14 ++-- doc/man-pages/pod8/backup_diskrestore.pod | 32 +++++---- doc/man-pages/pod8/backup_dump.pod | 27 +++++--- doc/man-pages/pod8/backup_dumpinfo.pod | 15 +++-- doc/man-pages/pod8/backup_help.pod | 10 ++- doc/man-pages/pod8/backup_interactive.pod | 10 ++- doc/man-pages/pod8/backup_jobs.pod | 6 ++ doc/man-pages/pod8/backup_kill.pod | 10 ++- doc/man-pages/pod8/backup_labeltape.pod | 24 ++++--- doc/man-pages/pod8/backup_listdumps.pod | 10 ++- doc/man-pages/pod8/backup_listhosts.pod | 10 ++- doc/man-pages/pod8/backup_listvolsets.pod | 14 ++-- doc/man-pages/pod8/backup_quit.pod | 6 ++ doc/man-pages/pod8/backup_readlabel.pod | 12 +++- doc/man-pages/pod8/backup_restoredb.pod | 12 +++- doc/man-pages/pod8/backup_savedb.pod | 16 +++-- doc/man-pages/pod8/backup_scantape.pod | 14 ++-- doc/man-pages/pod8/backup_setexp.pod | 16 +++-- doc/man-pages/pod8/backup_status.pod | 12 +++- doc/man-pages/pod8/backup_volinfo.pod | 12 +++- doc/man-pages/pod8/backup_volrestore.pod | 32 +++++---- doc/man-pages/pod8/backup_volsetrestore.pod | 22 +++--- doc/man-pages/pod8/bos_addhost.pod | 14 ++-- doc/man-pages/pod8/bos_addkey.pod | 14 ++-- doc/man-pages/pod8/bos_adduser.pod | 14 ++-- doc/man-pages/pod8/bos_apropos.pod | 10 ++- doc/man-pages/pod8/bos_create.pod | 22 +++--- doc/man-pages/pod8/bos_delete.pod | 14 ++-- doc/man-pages/pod8/bos_exec.pod | 14 ++-- doc/man-pages/pod8/bos_getdate.pod | 14 ++-- doc/man-pages/pod8/bos_getlog.pod | 14 ++-- doc/man-pages/pod8/bos_getrestart.pod | 10 ++- doc/man-pages/pod8/bos_help.pod | 10 ++- doc/man-pages/pod8/bos_install.pod | 14 ++-- doc/man-pages/pod8/bos_listhosts.pod | 14 ++-- doc/man-pages/pod8/bos_listkeys.pod | 12 +++- doc/man-pages/pod8/bos_listusers.pod | 10 ++- doc/man-pages/pod8/bos_prune.pod | 14 ++-- doc/man-pages/pod8/bos_removehost.pod | 14 ++-- doc/man-pages/pod8/bos_removekey.pod | 14 ++-- doc/man-pages/pod8/bos_removeuser.pod | 14 ++-- doc/man-pages/pod8/bos_restart.pod | 14 ++-- doc/man-pages/pod8/bos_salvage.pod | 30 +++++---- doc/man-pages/pod8/bos_setauth.pod | 14 ++-- doc/man-pages/pod8/bos_setcellname.pod | 14 ++-- doc/man-pages/pod8/bos_setrestart.pod | 16 +++-- doc/man-pages/pod8/bos_shutdown.pod | 14 ++-- doc/man-pages/pod8/bos_start.pod | 14 ++-- doc/man-pages/pod8/bos_startup.pod | 14 ++-- doc/man-pages/pod8/bos_status.pod | 14 ++-- doc/man-pages/pod8/bos_stop.pod | 16 +++-- doc/man-pages/pod8/bos_uninstall.pod | 16 +++-- doc/man-pages/pod8/bosserver.pod | 6 ++ doc/man-pages/pod8/buserver.pod | 10 ++- doc/man-pages/pod8/butc.pod | 14 ++-- doc/man-pages/pod8/fileserver.pod | 32 +++++---- doc/man-pages/pod8/fms.pod | 10 ++- doc/man-pages/pod8/fstrace_apropos.pod | 10 ++- doc/man-pages/pod8/fstrace_clear.pod | 10 ++- doc/man-pages/pod8/fstrace_dump.pod | 14 ++-- doc/man-pages/pod8/fstrace_help.pod | 10 ++- doc/man-pages/pod8/fstrace_lslog.pod | 10 ++- doc/man-pages/pod8/fstrace_lsset.pod | 10 ++- doc/man-pages/pod8/fstrace_setlog.pod | 14 ++-- doc/man-pages/pod8/fstrace_setset.pod | 10 ++- doc/man-pages/pod8/kadb_check.pod | 14 ++-- doc/man-pages/pod8/kas_apropos.pod | 10 ++- doc/man-pages/pod8/kas_create.pod | 24 ++++--- doc/man-pages/pod8/kas_delete.pod | 30 +++++---- doc/man-pages/pod8/kas_examine.pod | 22 +++--- doc/man-pages/pod8/kas_forgetticket.pod | 6 ++ doc/man-pages/pod8/kas_help.pod | 10 ++- doc/man-pages/pod8/kas_interactive.pod | 18 +++-- doc/man-pages/pod8/kas_list.pod | 18 +++-- doc/man-pages/pod8/kas_listtickets.pod | 10 ++- doc/man-pages/pod8/kas_noauthentication.pod | 6 ++ doc/man-pages/pod8/kas_quit.pod | 6 ++ doc/man-pages/pod8/kas_setfields.pod | 74 +++++++++++---------- doc/man-pages/pod8/kas_setpassword.pod | 50 ++++++++------ doc/man-pages/pod8/kas_statistics.pod | 18 +++-- doc/man-pages/pod8/kas_stringtokey.pod | 12 +++- doc/man-pages/pod8/kas_unlock.pod | 22 +++--- doc/man-pages/pod8/kdb.pod | 10 ++- doc/man-pages/pod8/kpwvalid.pod | 6 ++ doc/man-pages/pod8/package.pod | 14 ++-- doc/man-pages/pod8/prdb_check.pod | 10 ++- doc/man-pages/pod8/ptserver.pod | 8 ++- doc/man-pages/pod8/salvager.pod | 16 +++-- doc/man-pages/pod8/upclient.pod | 8 ++- doc/man-pages/pod8/upserver.pod | 10 ++- doc/man-pages/pod8/uss_add.pod | 42 +++++++----- doc/man-pages/pod8/uss_apropos.pod | 10 ++- doc/man-pages/pod8/uss_bulk.pod | 20 ++++-- doc/man-pages/pod8/uss_delete.pod | 20 ++++-- doc/man-pages/pod8/uss_help.pod | 10 ++- doc/man-pages/pod8/vldb_check.pod | 10 ++- doc/man-pages/pod8/vlserver.pod | 8 ++- doc/man-pages/pod8/voldump.pod | 14 ++-- doc/man-pages/pod8/volinfo.pod | 10 ++- doc/man-pages/pod8/volserver.pod | 10 ++- doc/man-pages/pod8/xfs_size_check.pod | 6 ++ doc/man-pages/style.css | 3 + 215 files changed, 2185 insertions(+), 893 deletions(-) diff --git a/doc/man-pages/pod1/afsmonitor.pod b/doc/man-pages/pod1/afsmonitor.pod index 9814a13fd..63d02e20a 100644 --- a/doc/man-pages/pod1/afsmonitor.pod +++ b/doc/man-pages/pod1/afsmonitor.pod @@ -4,21 +4,27 @@ afsmonitor - Monitors File Servers and Cache Managers =head1 SYNOPSIS +=for html +
+ B [B] [-config >] - [B<-frequency> >] - [B<-output> >] [B<-detailed>] - [B<-debug> >] - [B<-fshosts> >+] - [B<-cmhosts> >+] - [B<-buffers> >] [B<-help>] + S<<< [B<-frequency> >] >>> + S<<< [B<-output> >] >>> [B<-detailed>] + S<<< [B<-debug> >] >>> + S<<< [B<-fshosts> >+] >>> + S<<< [B<-cmhosts> >+] >>> + S<<< [B<-buffers> >] >>> [B<-help>] B [B] [-co >] - [B<-fr> >] - [B<-o> >] [B<-det>] - [B<-deb> >] - [B<-fs> >+] - [B<-cm> >+] - [B<-b> >] [B<-h>] + S<<< [B<-fr> >] >>> + S<<< [B<-o> >] >>> [B<-det>] + S<<< [B<-deb> >] >>> + S<<< [B<-fs> >+] >>> + S<<< [B<-cm> >+] >>> + S<<< [B<-b> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/cmdebug.pod b/doc/man-pages/pod1/cmdebug.pod index 36d981d2a..d315c8f26 100644 --- a/doc/man-pages/pod1/cmdebug.pod +++ b/doc/man-pages/pod1/cmdebug.pod @@ -4,12 +4,18 @@ cmdebug - Reports the status of a host Cache Manager =head1 SYNOPSIS -B B<-servers> > [B<-port> >] +=for html +
+ +B S<<< B<-servers> > >>> S<<< [B<-port> >] >>> [B<-long>] [B<-refcounts>] [B<-callbacks>] [B<-addrs>] [B<-cache>] -B B<-s> > [B<-p> >] [B<-l>] [B<-r>] [B<-c>] +B S<<< B<-s> > >>> S<<< [B<-p> >] >>> [B<-l>] [B<-r>] [B<-c>] [B<-a>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays information about the Cache Manager and diff --git a/doc/man-pages/pod1/dlog.pod b/doc/man-pages/pod1/dlog.pod index 5ec1e2755..3321d312a 100644 --- a/doc/man-pages/pod1/dlog.pod +++ b/doc/man-pages/pod1/dlog.pod @@ -4,18 +4,24 @@ dlog - Authenticates to the DCE Security Service =head1 SYNOPSIS -B [B<-principal> >] [B<-cell> >] - [B<-password> >] - [B<-servers> >+] - [B<-lifetime> >] +=for html +
+ +B S<<< [B<-principal> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-password> >] >>> + S<<< [B<-servers> >+] >>> + S<<< [B<-lifetime> >] >>> [B<-setpag>] [B<-pipe>] [B<-help>] -B [B<-pr> >] [B<-c> >] - [B<-pw> >] - [B<-ser> >+] - [B<-l> >] +B S<<< [B<-pr> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-pw> >] >>> + S<<< [B<-ser> >+] >>> + S<<< [B<-l> >] >>> [B<-set>] [B<-pi>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command obtains DCE credentials for the issuer from the DCE diff --git a/doc/man-pages/pod1/dpass.pod b/doc/man-pages/pod1/dpass.pod index 96a266dd3..91da9bdd3 100644 --- a/doc/man-pages/pod1/dpass.pod +++ b/doc/man-pages/pod1/dpass.pod @@ -4,9 +4,15 @@ dpass - Returns the DCE password for a new DCE account =head1 SYNOPSIS -B [B<-cell> >] [B<-help>] +=for html +
-B [B<-c> >] [B<-h>] +B S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_apropos.pod b/doc/man-pages/pod1/fs_apropos.pod index 225817833..ba0b3d42b 100644 --- a/doc/man-pages/pod1/fs_apropos.pod +++ b/doc/man-pages/pod1/fs_apropos.pod @@ -4,9 +4,15 @@ fs apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_checkservers.pod b/doc/man-pages/pod1/fs_checkservers.pod index 9579ca09f..71fb179ed 100644 --- a/doc/man-pages/pod1/fs_checkservers.pod +++ b/doc/man-pages/pod1/fs_checkservers.pod @@ -4,11 +4,17 @@ fs checkservers - Displays the status of server machines =head1 SYNOPSIS -B [B<-cell> >] [B<-all>] [B<-fast>] - [B<-interval> >] [B<-help>] +=for html +
-B [B<-c> >] [B<-a>] [B<-f>] - [B<-i> >] [B<-h>] +B S<<< [B<-cell> >] >>> [B<-all>] [B<-fast>] + S<<< [B<-interval> >] >>> [B<-help>] + +B S<<< [B<-c> >] >>> [B<-a>] [B<-f>] + S<<< [B<-i> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_checkvolumes.pod b/doc/man-pages/pod1/fs_checkvolumes.pod index 89ee7b027..3e41e1eb2 100644 --- a/doc/man-pages/pod1/fs_checkvolumes.pod +++ b/doc/man-pages/pod1/fs_checkvolumes.pod @@ -4,10 +4,16 @@ fs checkvolumes - Forces the Cache Manager to update volume information =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command discards the table of mappings between diff --git a/doc/man-pages/pod1/fs_cleanacl.pod b/doc/man-pages/pod1/fs_cleanacl.pod index 8599b07dc..50bf48139 100644 --- a/doc/man-pages/pod1/fs_cleanacl.pod +++ b/doc/man-pages/pod1/fs_cleanacl.pod @@ -4,9 +4,15 @@ fs cleanacl - Remove obsolete entries from an ACL =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_copyacl.pod b/doc/man-pages/pod1/fs_copyacl.pod index e8069ee12..d11549d5e 100644 --- a/doc/man-pages/pod1/fs_copyacl.pod +++ b/doc/man-pages/pod1/fs_copyacl.pod @@ -4,14 +4,20 @@ fs copyacl - Copies an ACL from a directory to one or more other directories =head1 SYNOPSIS -B B<-fromdir> > - B<-todir> >+ +=for html +
+ +B S<<< B<-fromdir> > >>> + S<<< B<-todir> >+ >>> [B<-clear>] [B<-id>] [B<-if>] [-help] -B B<-f> > - B<-t> >+ +B S<<< B<-f> > >>> + S<<< B<-t> >+ >>> [B<-c>] [B<-id>] [B<-if>] [-h] +=for html +
+ =head1 DESCRIPTION The fs copyacl command copies the access control list (ACL) from a source diff --git a/doc/man-pages/pod1/fs_diskfree.pod b/doc/man-pages/pod1/fs_diskfree.pod index 44f642b5d..6dc8ad311 100644 --- a/doc/man-pages/pod1/fs_diskfree.pod +++ b/doc/man-pages/pod1/fs_diskfree.pod @@ -4,11 +4,17 @@ fs diskfree - Shows data about the partition housing a directory or file =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] -B [B<-p> >+] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-h>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_examine.pod b/doc/man-pages/pod1/fs_examine.pod index 2a87d0c68..5db1e970d 100644 --- a/doc/man-pages/pod1/fs_examine.pod +++ b/doc/man-pages/pod1/fs_examine.pod @@ -4,15 +4,21 @@ fs examine - Shows data about the volume containing a directory or file =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] -B [B<-p> >+] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-h>] -B [B<-p> >+] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-h>] -B [B<-p> >+] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-h>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_exportafs.pod b/doc/man-pages/pod1/fs_exportafs.pod index aab5abd4d..b4d1f31b5 100644 --- a/doc/man-pages/pod1/fs_exportafs.pod +++ b/doc/man-pages/pod1/fs_exportafs.pod @@ -4,20 +4,26 @@ fs exportafs - Configures export of AFS to clients of other file systems =head1 SYNOPSIS -B B<-type> > - [B<-start> >] - [B<-convert> >] - [B<-uidcheck> >] - [B<-submounts> >] +=for html +
+ +B S<<< B<-type> > >>> + S<<< [B<-start> >] >>> + S<<< [B<-convert> >] >>> + S<<< [B<-uidcheck> >] >>> + S<<< [B<-submounts> >] >>> [B<-help>] -B B<-t> > - [B<-st> >] - [B<-c> >] - [B<-u> >] - [B<-su> >] +B S<<< B<-t> > >>> + S<<< [B<-st> >] >>> + S<<< [B<-c> >] >>> + S<<< [B<-u> >] >>> + S<<< [B<-su> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command sets (if the B<-start> argument is provided) diff --git a/doc/man-pages/pod1/fs_flush.pod b/doc/man-pages/pod1/fs_flush.pod index b41567b32..3caaecdd5 100644 --- a/doc/man-pages/pod1/fs_flush.pod +++ b/doc/man-pages/pod1/fs_flush.pod @@ -4,9 +4,15 @@ fs flush - Forces the Cache Manager to discard a cached file or directory =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_flushmount.pod b/doc/man-pages/pod1/fs_flushmount.pod index 21321275c..061c85d08 100644 --- a/doc/man-pages/pod1/fs_flushmount.pod +++ b/doc/man-pages/pod1/fs_flushmount.pod @@ -4,9 +4,15 @@ fs flushmount - Forces the Cache Manager to discard a mount point =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_flushvolume.pod b/doc/man-pages/pod1/fs_flushvolume.pod index aec06c954..be98d162c 100644 --- a/doc/man-pages/pod1/fs_flushvolume.pod +++ b/doc/man-pages/pod1/fs_flushvolume.pod @@ -4,9 +4,15 @@ fs flushvolume - Forces the Cache Manager to discard cached data from a volume =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_getcacheparms.pod b/doc/man-pages/pod1/fs_getcacheparms.pod index c2195d521..dde57a3d7 100644 --- a/doc/man-pages/pod1/fs_getcacheparms.pod +++ b/doc/man-pages/pod1/fs_getcacheparms.pod @@ -4,10 +4,16 @@ fs getcacheparms - Displays the current size and usage of the cache =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays the current size of the cache diff --git a/doc/man-pages/pod1/fs_getcellstatus.pod b/doc/man-pages/pod1/fs_getcellstatus.pod index e3ad7735f..1d835d6de 100644 --- a/doc/man-pages/pod1/fs_getcellstatus.pod +++ b/doc/man-pages/pod1/fs_getcellstatus.pod @@ -4,9 +4,15 @@ fs getcellstatus - Reports whether setuid programs are honored in a cell =head1 SYNOPSIS -B B<-cell> >+ [B<-help>] +=for html +
-B B<-c> >+ [B<-h>] +B S<<< B<-cell> >+ >>> [B<-help>] + +B S<<< B<-c> >+ >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_getclientaddrs.pod b/doc/man-pages/pod1/fs_getclientaddrs.pod index b13dd69b0..692aa57c0 100644 --- a/doc/man-pages/pod1/fs_getclientaddrs.pod +++ b/doc/man-pages/pod1/fs_getclientaddrs.pod @@ -4,12 +4,18 @@ fs getclientaddrs - Displays the client interfaces to register =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays the IP addresses of the diff --git a/doc/man-pages/pod1/fs_getserverprefs.pod b/doc/man-pages/pod1/fs_getserverprefs.pod index 4c6548ee3..e59ef3e15 100644 --- a/doc/man-pages/pod1/fs_getserverprefs.pod +++ b/doc/man-pages/pod1/fs_getserverprefs.pod @@ -4,12 +4,18 @@ fs getserverprefs - Displays preference ranks for file servers or VL servers =head1 SYNOPSIS -B [B<-file> >] +=for html +
+ +B S<<< [B<-file> >] >>> [B<-numeric>] [B<-vlservers>] [B<-help>] -B [B<-f> >] [B<-n>] [B<-v>] [B<-h>] +B S<<< [B<-f> >] >>> [B<-n>] [B<-v>] [B<-h>] + +B S<<< [B<-f> >] >>> [B<-n>] [B<-v>] [B<-h>] -B [B<-f> >] [B<-n>] [B<-v>] [B<-h>] +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_help.pod b/doc/man-pages/pod1/fs_help.pod index b5449ebb8..a0d73a30b 100644 --- a/doc/man-pages/pod1/fs_help.pod +++ b/doc/man-pages/pod1/fs_help.pod @@ -4,9 +4,15 @@ fs help - Displays help for fs commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_listacl.pod b/doc/man-pages/pod1/fs_listacl.pod index 2563a1420..35098cc89 100644 --- a/doc/man-pages/pod1/fs_listacl.pod +++ b/doc/man-pages/pod1/fs_listacl.pod @@ -4,11 +4,17 @@ fs listacl - Displays ACLs =head1 SYNOPSIS -B [B<-path> >+] [B<-id>] [B<-if>] [B<-help>] +=for html +
-B [B<-p> >+] [B<-id>] [B<-if>] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-id>] [B<-if>] [B<-help>] -B [B<-p> >+] [B<-id>] [B<-if>] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-id>] [B<-if>] [B<-h>] + +B S<<< [B<-p> >+] >>> [B<-id>] [B<-if>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_listcells.pod b/doc/man-pages/pod1/fs_listcells.pod index b89eadbbc..513cc0867 100644 --- a/doc/man-pages/pod1/fs_listcells.pod +++ b/doc/man-pages/pod1/fs_listcells.pod @@ -4,10 +4,16 @@ fs listcells - Displays the database server machines known to the Cache Manager =head1 SYNOPSIS +=for html +
+ B [B<-numeric>] [B<-help>] B [B<-n>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command formats and displays the list of the database diff --git a/doc/man-pages/pod1/fs_listquota.pod b/doc/man-pages/pod1/fs_listquota.pod index 0d29908bd..41f9ec9e7 100644 --- a/doc/man-pages/pod1/fs_listquota.pod +++ b/doc/man-pages/pod1/fs_listquota.pod @@ -4,11 +4,17 @@ fs listquota - Displays quota information for a volume =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] -B [B<-p> >+] [B<-h>] +B S<<< [B<-p> >+] >>> [B<-h>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_lsmount.pod b/doc/man-pages/pod1/fs_lsmount.pod index 21a055c37..9b238da52 100644 --- a/doc/man-pages/pod1/fs_lsmount.pod +++ b/doc/man-pages/pod1/fs_lsmount.pod @@ -4,9 +4,15 @@ fs lsmount - Reports the volume for which a directory is the mount point. =head1 SYNOPSIS -B B<-dir> >+ [B<-help>] +=for html +
-B >+ [B<-h>] +B S<<< B<-dir> >+ >>> [B<-help>] + +S<<< B >+ >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_messages.pod b/doc/man-pages/pod1/fs_messages.pod index 56cc66b23..ee1921d3e 100644 --- a/doc/man-pages/pod1/fs_messages.pod +++ b/doc/man-pages/pod1/fs_messages.pod @@ -4,9 +4,15 @@ fs messages - Sets whether the Cache Manager writes log messages =head1 SYNOPSIS -B [B<-show> (user|console|all|none)] [B<-help>] +=for html +
-B [B<-s> (user|console|all|none)] [B<-h>] +B S<<< [B<-show> (user|console|all|none)] >>> [B<-help>] + +B S<<< [B<-s> (user|console|all|none)] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_mkmount.pod b/doc/man-pages/pod1/fs_mkmount.pod index 067643829..4ec5949f9 100644 --- a/doc/man-pages/pod1/fs_mkmount.pod +++ b/doc/man-pages/pod1/fs_mkmount.pod @@ -4,11 +4,17 @@ fs mkmount - Creates a mount point for a volume =head1 SYNOPSIS -B B<-dir> > B<-vol> > - [B<-cell> >] [B<-rw>] [B<-fast>] [B<-help>] +=for html +
-B B<-d> > B<-v> > - [B<-c> >] [B<-r>] [B<-f>] [B<-h>] +B S<<< B<-dir> > >>> S<<< B<-vol> > >>> + S<<< [B<-cell> >] >>> [B<-rw>] [B<-fast>] [B<-help>] + +B S<<< B<-d> > >>> S<<< B<-v> > >>> + S<<< [B<-c> >] >>> [B<-r>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_newcell.pod b/doc/man-pages/pod1/fs_newcell.pod index c22906538..6e337b48f 100644 --- a/doc/man-pages/pod1/fs_newcell.pod +++ b/doc/man-pages/pod1/fs_newcell.pod @@ -4,11 +4,17 @@ fs newcell - Changes the kernel-resident list of a cell's database servers =head1 SYNOPSIS -B B<-name> > -servers >+ - [B<-linkedcell> >] [B<-help>] +=for html +
-B B<-n> > B<-s> >+ - [B<-l> >] [B<-h>] +B S<<< B<-name> > >>> -servers >+ + S<<< [B<-linkedcell> >] >>> [B<-help>] + +B S<<< B<-n> > >>> S<<< B<-s> >+ >>> + S<<< [B<-l> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_quota.pod b/doc/man-pages/pod1/fs_quota.pod index f51b4dc73..40b715ff5 100644 --- a/doc/man-pages/pod1/fs_quota.pod +++ b/doc/man-pages/pod1/fs_quota.pod @@ -4,9 +4,15 @@ fs quota - Displays the quota used in the volume containing a directory or file =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_rmmount.pod b/doc/man-pages/pod1/fs_rmmount.pod index 9e0065a53..306a22b5d 100644 --- a/doc/man-pages/pod1/fs_rmmount.pod +++ b/doc/man-pages/pod1/fs_rmmount.pod @@ -4,9 +4,15 @@ fs rmmount - Removes a mount point =head1 SYNOPSIS -B B<-dir> >+ [B<-help>] +=for html +
-B B<-d> >+ [B<-h>] +B S<<< B<-dir> >+ >>> [B<-help>] + +B S<<< B<-d> >+ >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_setacl.pod b/doc/man-pages/pod1/fs_setacl.pod index d30ba0f42..a6e9cdbc9 100644 --- a/doc/man-pages/pod1/fs_setacl.pod +++ b/doc/man-pages/pod1/fs_setacl.pod @@ -4,15 +4,21 @@ fs setacl - Sets the ACL for a directory =head1 SYNOPSIS -B B<-dir> >+ B<-acl> >+ +=for html +
+ +B S<<< B<-dir> >+ >>> S<<< B<-acl> >+ >>> [B<-clear>] [B<-negative>] [B<-id>] [B<-if>] [B<-help>] -B B<-d> >+ B<-a> >+ +B S<<< B<-d> >+ >>> S<<< B<-a> >+ >>> [B<-c>] [B<-n>] [B<-id>] [B<-if>] [B<-h>] -B B<-d> >+ B<-a> >+ +B S<<< B<-d> >+ >>> S<<< B<-a> >+ >>> [B<-c>] [B<-n>] [B<-id>] [B<-if>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command adds the access control list (ACL) entries diff --git a/doc/man-pages/pod1/fs_setcachesize.pod b/doc/man-pages/pod1/fs_setcachesize.pod index a6e853525..5c53b5faf 100644 --- a/doc/man-pages/pod1/fs_setcachesize.pod +++ b/doc/man-pages/pod1/fs_setcachesize.pod @@ -4,6 +4,9 @@ fs setcachesize - Sets the size of the disk cache =head1 SYNOPSIS +=for html +
+ B [B<-blocks> reset)>>] [B<-reset>] [B<-help>] @@ -16,6 +19,9 @@ B [B<-b> reset)>>] B [B<-b> reset)>>] [B<-r>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command changes the number of kilobyte blocks of diff --git a/doc/man-pages/pod1/fs_setcell.pod b/doc/man-pages/pod1/fs_setcell.pod index 868663e32..0a0963f60 100644 --- a/doc/man-pages/pod1/fs_setcell.pod +++ b/doc/man-pages/pod1/fs_setcell.pod @@ -4,9 +4,15 @@ fs setcell - Configures permissions for setuid programs from specified cells =head1 SYNOPSIS -B B<-cell> >+ [B<-suid>] [B<-nosuid>] [B<-help>] +=for html +
-B B<-c> >+ [B<-s>] [B<-n>] [B<-h>] +B S<<< B<-cell> >+ >>> [B<-suid>] [B<-nosuid>] [B<-help>] + +B S<<< B<-c> >+ >>> [B<-s>] [B<-n>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_setclientaddrs.pod b/doc/man-pages/pod1/fs_setclientaddrs.pod index bc127ca92..e76a05d5a 100644 --- a/doc/man-pages/pod1/fs_setclientaddrs.pod +++ b/doc/man-pages/pod1/fs_setclientaddrs.pod @@ -4,11 +4,17 @@ fs setclientaddrs - Sets the client interfaces to register with the File Server =head1 SYNOPSIS -B [B<-address> >+] [B<-help>] +=for html +
-B [B<-a> >+] [B<-h>] +B S<<< [B<-address> >+] >>> [B<-help>] -B [B<-a> >+] [B<-h>] +B S<<< [B<-a> >+] >>> [B<-h>] + +B S<<< [B<-a> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_setquota.pod b/doc/man-pages/pod1/fs_setquota.pod index 9b0e28538..19a0fded0 100644 --- a/doc/man-pages/pod1/fs_setquota.pod +++ b/doc/man-pages/pod1/fs_setquota.pod @@ -4,12 +4,18 @@ fs setquota - Sets the quota for the volume containing a file or directory =head1 SYNOPSIS -B [B<-path> >] - B<-max> > [B<-help>] +=for html +
-B [B<-p> >] B<-m> > [B<-h>] +B S<<< [B<-path> >] >>> + S<<< B<-max> > >>> [B<-help>] -B [B<-p> >] B<-m> > [B<-h>] +B S<<< [B<-p> >] >>> S<<< B<-m> > >>> [B<-h>] + +B S<<< [B<-p> >] >>> S<<< B<-m> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_setserverprefs.pod b/doc/man-pages/pod1/fs_setserverprefs.pod index e3b596943..2a709147f 100644 --- a/doc/man-pages/pod1/fs_setserverprefs.pod +++ b/doc/man-pages/pod1/fs_setserverprefs.pod @@ -4,17 +4,23 @@ fs setserverprefs - Sets the preference ranks for file servers or VL servers =head1 SYNOPSIS -B [B<-servers> >+] - [B<-vlservers> >+] - [B<-file> >] [B<-stdin>] [B<-help>] +=for html +
-B [B<-se> >+] - [B<-vl> >+] - [B<-f> >] [B<-st>] [B<-h>] +B S<<< [B<-servers> >+] >>> + S<<< [B<-vlservers> >+] >>> + S<<< [B<-file> >] >>> [B<-stdin>] [B<-help>] -B [B<-se> >+] - [B<-vl> >+] - [B<-f> >] [B<-st>] [B<-h>] +B S<<< [B<-se> >+] >>> + S<<< [B<-vl> >+] >>> + S<<< [B<-f> >] >>> [B<-st>] [B<-h>] + +B S<<< [B<-se> >+] >>> + S<<< [B<-vl> >+] >>> + S<<< [B<-f> >] >>> [B<-st>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_setvol.pod b/doc/man-pages/pod1/fs_setvol.pod index bf5268271..104faa5ef 100644 --- a/doc/man-pages/pod1/fs_setvol.pod +++ b/doc/man-pages/pod1/fs_setvol.pod @@ -4,17 +4,23 @@ fs setvol - Set quota and messages for a volume containing a file or directory =head1 SYNOPSIS -B [B<-path> >+] - [B<-max> >] - [B<-offlinemsg> >] [B<-help>] +=for html +
-B [B<-p> >+] - [B<-ma> >] - [B<-o> >] [B<-h>] +B S<<< [B<-path> >+] >>> + S<<< [B<-max> >] >>> + S<<< [B<-offlinemsg> >] >>> [B<-help>] -B [B<-p> >+] - [B<-ma> >] - [B<-o> >] [B<-h>] +B S<<< [B<-p> >+] >>> + S<<< [B<-ma> >] >>> + S<<< [B<-o> >] >>> [B<-h>] + +B S<<< [B<-p> >+] >>> + S<<< [B<-ma> >] >>> + S<<< [B<-o> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_storebehind.pod b/doc/man-pages/pod1/fs_storebehind.pod index bda199db7..82f1682d8 100644 --- a/doc/man-pages/pod1/fs_storebehind.pod +++ b/doc/man-pages/pod1/fs_storebehind.pod @@ -4,13 +4,19 @@ fs storebehind - Enables asynchronous writes to the file server =head1 SYNOPSIS -B [B<-kbytes> >] - [B<-files> >+] - [B<-allfiles> >] [B<-verbose>] [B<-help>] +=for html +
-B [B<-k> >] - [B<-f> >+] - [B<-a> >] [B<-v>] [B<-h>] +B S<<< [B<-kbytes> >] >>> + S<<< [B<-files> >+] >>> + S<<< [B<-allfiles> >] >>> [B<-verbose>] [B<-help>] + +B S<<< [B<-k> >] >>> + S<<< [B<-f> >+] >>> + S<<< [B<-a> >] >>> [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_sysname.pod b/doc/man-pages/pod1/fs_sysname.pod index 75206901f..de6c9abd6 100644 --- a/doc/man-pages/pod1/fs_sysname.pod +++ b/doc/man-pages/pod1/fs_sysname.pod @@ -4,9 +4,15 @@ fs sysname - Reports or sets the CPU/operating system type =head1 SYNOPSIS -B [B<-newsys> >] [B<-help>] +=for html +
-B [B<-n> >] [B<-h>] +B S<<< [B<-newsys> >] >>> [B<-help>] + +B S<<< [B<-n> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_whereis.pod b/doc/man-pages/pod1/fs_whereis.pod index e3044a289..1665c60ca 100644 --- a/doc/man-pages/pod1/fs_whereis.pod +++ b/doc/man-pages/pod1/fs_whereis.pod @@ -4,9 +4,15 @@ fs whereis - Reports each file server housing a file or directory =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_whichcell.pod b/doc/man-pages/pod1/fs_whichcell.pod index 461a33289..101c111b0 100644 --- a/doc/man-pages/pod1/fs_whichcell.pod +++ b/doc/man-pages/pod1/fs_whichcell.pod @@ -4,9 +4,15 @@ fs whichcell - Returns the cell to which a file or directory belongs =head1 SYNOPSIS -B [B<-path> >+] [B<-help>] +=for html +
-B [B<-p> >+] [B<-h>] +B S<<< [B<-path> >+] >>> [B<-help>] + +B S<<< [B<-p> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/fs_wscell.pod b/doc/man-pages/pod1/fs_wscell.pod index 5b7d9d270..cfd689827 100644 --- a/doc/man-pages/pod1/fs_wscell.pod +++ b/doc/man-pages/pod1/fs_wscell.pod @@ -4,10 +4,16 @@ fs wscell - Returns the name of the cell to which a machine belongs =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command returns the name of the local machine's home diff --git a/doc/man-pages/pod1/klog.pod b/doc/man-pages/pod1/klog.pod index e1a05cd43..089805a89 100644 --- a/doc/man-pages/pod1/klog.pod +++ b/doc/man-pages/pod1/klog.pod @@ -4,18 +4,24 @@ klog - Authenticates with the Authentication Server =head1 SYNOPSIS -B [B<-x>] [B<-principal> >] - [-password >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B [B<-x>] S<<< [B<-principal> >] >>> + [-password >] S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-pipe>] [B<-silent>] - [B<-lifetime> >] + S<<< [B<-lifetime> >] >>> [B<-setpag>] [B<-tmp>] [B<-help>] -B [B<-x>] [B<-pr> >] [B<-pa> >] - [B<-c> >] [B<-s> >+] - [B<-pi>] [B<-si>] [B<-l> >] +B [B<-x>] S<<< [B<-pr> >] >>> S<<< [B<-pa> >] >>> + S<<< [B<-c> >] >>> S<<< [B<-s> >+] >>> + [B<-pi>] [B<-si>] S<<< [B<-l> >] >>> [B<-se>] [B<-t>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command obtains an AFS token from the Authentication diff --git a/doc/man-pages/pod1/knfs.pod b/doc/man-pages/pod1/knfs.pod index 39f7160ef..69b1f27a5 100644 --- a/doc/man-pages/pod1/knfs.pod +++ b/doc/man-pages/pod1/knfs.pod @@ -4,12 +4,18 @@ knfs - Establishes authenticated access via the NFS/AFS Translator =head1 SYNOPSIS -B B<-host> > [B<-id> >] - [B<-sysname> >] [B<-unlog>] [B<-tokens>] +=for html +
+ +B S<<< B<-host> > >>> S<<< [B<-id> >] >>> + S<<< [B<-sysname> >] >>> [B<-unlog>] [B<-tokens>] [B<-help>] -B B<-ho> > [B<-i> >] - [B<-s> >] [B<-u>] [B<-t>] [B<-he>] +B S<<< B<-ho> > >>> S<<< [B<-i> >] >>> + S<<< [B<-s> >] >>> [B<-u>] [B<-t>] [B<-he>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/kpasswd.pod b/doc/man-pages/pod1/kpasswd.pod index cfadc0cb4..f6317d7f1 100644 --- a/doc/man-pages/pod1/kpasswd.pod +++ b/doc/man-pages/pod1/kpasswd.pod @@ -4,14 +4,20 @@ kpasswd - Changes the issuer's password in the Authentication Database =head1 SYNOPSIS -B [B<-x>] [B<-principal> >] - [B<-password> >] - [B<-newpassword> >] [B<-cell> >] - [B<-servers> >+] [B<-pipe>] [B<-help>] - -B [B<-x>] [B<-pr> >] [B<-pa> >] - [B<-n> >] [B<-c> >] - [B<-s> >+] [B<-pi>] [B<-h>] +=for html +
+ +B [B<-x>] S<<< [B<-principal> >] >>> + S<<< [B<-password> >] >>> + S<<< [B<-newpassword> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-pipe>] [B<-help>] + +B [B<-x>] S<<< [B<-pr> >] >>> S<<< [B<-pa> >] >>> + S<<< [B<-n> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-pi>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/livesys.pod b/doc/man-pages/pod1/livesys.pod index 9db531b4e..c70e13142 100644 --- a/doc/man-pages/pod1/livesys.pod +++ b/doc/man-pages/pod1/livesys.pod @@ -4,8 +4,14 @@ livesys - Reports the configured CPU/operating system type =head1 SYNOPSIS +=for html +
+ B +=for html +
+ =head1 DESCRIPTION The B command displays the string stored in kernel memory that diff --git a/doc/man-pages/pod1/package_test.pod b/doc/man-pages/pod1/package_test.pod index 58ffbb172..bcb1d2038 100644 --- a/doc/man-pages/pod1/package_test.pod +++ b/doc/man-pages/pod1/package_test.pod @@ -4,7 +4,13 @@ package_test - Tests the validity of a package configuration file =head1 SYNOPSIS -B > +=for html +
+ +S<<< B > >>> + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pagsh.pod b/doc/man-pages/pod1/pagsh.pod index 0169b6555..5aa630c8a 100644 --- a/doc/man-pages/pod1/pagsh.pod +++ b/doc/man-pages/pod1/pagsh.pod @@ -4,8 +4,14 @@ pagsh - Creates a new PAG =head1 SYNOPSIS +=for html +
+ B +=for html +
+ =head1 DESCRIPTION The B command creates a new command shell (owned by the issuer of diff --git a/doc/man-pages/pod1/pts_adduser.pod b/doc/man-pages/pod1/pts_adduser.pod index c3498a8c6..671c76e6b 100644 --- a/doc/man-pages/pod1/pts_adduser.pod +++ b/doc/man-pages/pod1/pts_adduser.pod @@ -4,11 +4,17 @@ pts adduser - Adds a user or machine to a Protection Database group =head1 SYNOPSIS -B B<-user> >+ B<-group> >+ - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-u> >+ B<-g> >+ - [B<-c> >] [B<-n>] [B<-f>] [B<-h>] +B S<<< B<-user> >+ >>> S<<< B<-group> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-u> >+ >>> S<<< B<-g> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_apropos.pod b/doc/man-pages/pod1/pts_apropos.pod index e8acd65e6..89653617e 100644 --- a/doc/man-pages/pod1/pts_apropos.pod +++ b/doc/man-pages/pod1/pts_apropos.pod @@ -4,9 +4,15 @@ pts apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_chown.pod b/doc/man-pages/pod1/pts_chown.pod index 8bace3676..397ed0c5e 100644 --- a/doc/man-pages/pod1/pts_chown.pod +++ b/doc/man-pages/pod1/pts_chown.pod @@ -4,11 +4,17 @@ pts chown - Changes the owner of a Protection Database entry =head1 SYNOPSIS -B B<-name> > B<-owner> > - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-na> > B<-o> > - [B<-c> >] [B<-no>] [B<-f>] [B<-h>] +B S<<< B<-name> > >>> S<<< B<-owner> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-na> > >>> S<<< B<-o> > >>> + S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_creategroup.pod b/doc/man-pages/pod1/pts_creategroup.pod index c4fdc23b9..861efe359 100644 --- a/doc/man-pages/pod1/pts_creategroup.pod +++ b/doc/man-pages/pod1/pts_creategroup.pod @@ -4,19 +4,25 @@ pts creategroup - Creates an (empty) Protection Database group entry =head1 SYNOPSIS -B B<-name> >+ - [B<-owner> >] - [B<-id> >+] [B<-cell> >] +=for html +
+ +B S<<< B<-name> >+ >>> + S<<< [B<-owner> >] >>> + S<<< [B<-id> >+] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] -B B<-na> >+ [B<-o> >] - [B<-i> >+] [B<-c> >] +B S<<< B<-na> >+ >>> S<<< [B<-o> >] >>> + S<<< [B<-i> >+] >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] -B B<-na> >+ [B<-o> >] - [B<-i> >+] [B<-c> >] +B S<<< B<-na> >+ >>> S<<< [B<-o> >] >>> + S<<< [B<-i> >+] >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command creates an entry in the Protection Database diff --git a/doc/man-pages/pod1/pts_createuser.pod b/doc/man-pages/pod1/pts_createuser.pod index dd8b7bb77..1b706daa7 100644 --- a/doc/man-pages/pod1/pts_createuser.pod +++ b/doc/man-pages/pod1/pts_createuser.pod @@ -4,14 +4,20 @@ pts createuser - Creates a user or machine entry in the Protection Database =head1 SYNOPSIS -B B<-name> >+ [B<-id> >+] - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-na> >+ [B<-i> >+] - [B<-c> >] [B<-no>] [B<-f>] [B<-h>] +B S<<< B<-name> >+ >>> S<<< [B<-id> >+] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] -B B<-na> >+ [B<-i> >+] - [B<-c> >] [B<-no>] [B<-f>] [B<-h>] +B S<<< B<-na> >+ >>> S<<< [B<-i> >+] >>> + S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] + +B S<<< B<-na> >+ >>> S<<< [B<-i> >+] >>> + S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_delete.pod b/doc/man-pages/pod1/pts_delete.pod index fdd11ddbc..b88274be5 100644 --- a/doc/man-pages/pod1/pts_delete.pod +++ b/doc/man-pages/pod1/pts_delete.pod @@ -4,11 +4,17 @@ pts delete - Deletes a Protection Database entry =head1 SYNOPSIS -B B<-nameorid> >+ - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-na> >+ - [B<-c> >] [B<-no>] [B<-f>] [-h] +B S<<< B<-nameorid> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-na> >+ >>> + S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [-h] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_examine.pod b/doc/man-pages/pod1/pts_examine.pod index 1d78ac2ec..0a7572756 100644 --- a/doc/man-pages/pod1/pts_examine.pod +++ b/doc/man-pages/pod1/pts_examine.pod @@ -4,18 +4,24 @@ pts examine - Displays a Protection Database entry =head1 SYNOPSIS -B B<-nameorid> >+ - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-na> >+ [B<-c> >] +B S<<< B<-nameorid> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-na> >+ >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] -B B<-na> >+ [B<-c> >] +B S<<< B<-na> >+ >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] -B B<-na> >+ [B<-c> >] +B S<<< B<-na> >+ >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays information from the Protection diff --git a/doc/man-pages/pod1/pts_help.pod b/doc/man-pages/pod1/pts_help.pod index 27d716f19..970c22f09 100644 --- a/doc/man-pages/pod1/pts_help.pod +++ b/doc/man-pages/pod1/pts_help.pod @@ -4,9 +4,15 @@ pts help - Displays help for pts commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_listentries.pod b/doc/man-pages/pod1/pts_listentries.pod index c6f6c84b3..10c8b6903 100644 --- a/doc/man-pages/pod1/pts_listentries.pod +++ b/doc/man-pages/pod1/pts_listentries.pod @@ -4,10 +4,16 @@ pts listentries - Displays all users or groups in the Protection Database =head1 SYNOPSIS -B [B<-users>] [B<-groups>] [B<-cell> >] +=for html +
+ +B [B<-users>] [B<-groups>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] -B [B<-u>] [B<-g>] [B<-c> >] [B<-n>] [B<-f>] [B<-h>] +B [B<-u>] [B<-g>] S<<< [B<-c> >] >>> [B<-n>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_listmax.pod b/doc/man-pages/pod1/pts_listmax.pod index 19c5c67f6..110dc200c 100644 --- a/doc/man-pages/pod1/pts_listmax.pod +++ b/doc/man-pages/pod1/pts_listmax.pod @@ -4,9 +4,15 @@ pts listmax - Displays the max user id and max group id counters =head1 SYNOPSIS -B [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B [B<-c> >] [B<-n>] [B<-f>] [B<-h>] +B S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< [B<-c> >] >>> [B<-n>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_listowned.pod b/doc/man-pages/pod1/pts_listowned.pod index bbb20ce42..2d3de80c8 100644 --- a/doc/man-pages/pod1/pts_listowned.pod +++ b/doc/man-pages/pod1/pts_listowned.pod @@ -4,12 +4,18 @@ pts listowned - Show the Protection Database groups owned by a user or group =head1 SYNOPSIS -B B<-nameorid> >+ +=for html +
+ +B S<<< B<-nameorid> >+ >>> [-cell >] [B<-noauth>] [B<-force>] [B<-help>] -B B<-na> >+ +B S<<< B<-na> >+ >>> [-c >] [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command lists the groups owned by each user or group diff --git a/doc/man-pages/pod1/pts_membership.pod b/doc/man-pages/pod1/pts_membership.pod index 6376b3949..36455ebef 100644 --- a/doc/man-pages/pod1/pts_membership.pod +++ b/doc/man-pages/pod1/pts_membership.pod @@ -4,18 +4,24 @@ pts membership - Displays the membership list for a user or group =head1 SYNOPSIS -B B<-nameorid> >+ - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-na> >+ [B<-c> >] +B S<<< B<-nameorid> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-na> >+ >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] -B B<-na> >+ [-c >] +B S<<< B<-na> >+ >>> [-c >] [B<-no>] [B<-f>] [B<-h>] -B B<-na> >+ [B<-c> >] +B S<<< B<-na> >+ >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command lists the groups to which each user or diff --git a/doc/man-pages/pod1/pts_removeuser.pod b/doc/man-pages/pod1/pts_removeuser.pod index 34cf203cb..7012d6066 100644 --- a/doc/man-pages/pod1/pts_removeuser.pod +++ b/doc/man-pages/pod1/pts_removeuser.pod @@ -4,11 +4,17 @@ pts removeuser - Removes a user from a Protection Database group =head1 SYNOPSIS -B B<-user> >+ B<-group> >+ - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-u> >+ B<-g> >+ - [B<-c> >] [B<-n>] [B<-f>] [B<-h>] +B S<<< B<-user> >+ >>> S<<< B<-group> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-u> >+ >>> S<<< B<-g> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/pts_rename.pod b/doc/man-pages/pod1/pts_rename.pod index b0c607fd1..72c8ffb93 100644 --- a/doc/man-pages/pod1/pts_rename.pod +++ b/doc/man-pages/pod1/pts_rename.pod @@ -4,12 +4,18 @@ pts rename - Changes the name of a Protection Database entry =head1 SYNOPSIS -B B<-oldname> > B<-newname> > - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B B<-o> > B<-ne> > [B<-c> >] +B S<<< B<-oldname> > >>> S<<< B<-newname> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-o> > >>> S<<< B<-ne> > >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command changes the name of the user, machine, or group diff --git a/doc/man-pages/pod1/pts_setfields.pod b/doc/man-pages/pod1/pts_setfields.pod index 3272c8ddf..76050c9ce 100644 --- a/doc/man-pages/pod1/pts_setfields.pod +++ b/doc/man-pages/pod1/pts_setfields.pod @@ -4,16 +4,22 @@ pts setfields - Sets privacy flags or quota for a Protection Database entry =head1 SYNOPSIS -B B<-nameorid> >+ - [B<-access> >] - [B<-groupquota> >] - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] - -B B<-na> >+ - [B<-a> >] - [B<-g> >] [B<-c> >] +=for html +
+ +B S<<< B<-nameorid> >+ >>> + S<<< [B<-access> >] >>> + S<<< [B<-groupquota> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B S<<< B<-na> >+ >>> + S<<< [B<-a> >] >>> + S<<< [B<-g> >] >>> S<<< [B<-c> >] >>> [B<-no>] [B<-f>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command sets the group-creation quota, the privacy diff --git a/doc/man-pages/pod1/pts_setmax.pod b/doc/man-pages/pod1/pts_setmax.pod index ed1e4a512..9a5bce5c5 100644 --- a/doc/man-pages/pod1/pts_setmax.pod +++ b/doc/man-pages/pod1/pts_setmax.pod @@ -4,11 +4,17 @@ pts setmax - Sets the value of the max group id or max user id counter =head1 SYNOPSIS -B [B<-group> >] [B<-user> >] - [B<-cell> >] [B<-noauth>] [B<-force>] [B<-help>] +=for html +
-B [B<-g> I>] [B<-u> >] - [B<-c> >] [B<-n>] [B<-f>] [B<-h>] +B S<<< [B<-group> >] >>> S<<< [B<-user> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-force>] [B<-help>] + +B [B<-g> I>] S<<< [B<-u> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-f>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/rxdebug.pod b/doc/man-pages/pod1/rxdebug.pod index 2a8a18979..94222ac93 100644 --- a/doc/man-pages/pod1/rxdebug.pod +++ b/doc/man-pages/pod1/rxdebug.pod @@ -4,18 +4,24 @@ rxdebug - Provides debugging trace of Rx activity =head1 SYNOPSIS -B B<-servers> > [B<-port> >] +=for html +
+ +B S<<< B<-servers> > >>> S<<< [B<-port> >] >>> [B<-nodally>] [B<-allconnections>] [B<-rxstats>] [B<-onlyserver>] - [B<-onlyclient>] [B<-onlyport> >] - [B<-onlyhost> >] - [B<-onlyauth> >] [B<-version>] + [B<-onlyclient>] S<<< [B<-onlyport> >] >>> + S<<< [B<-onlyhost> >] >>> + S<<< [B<-onlyauth> >] >>> [B<-version>] [B<-noconns>] [B<-peers>] [B<-help>] -B B<-s> > [B<-po> >] [B<-nod>] - [B<-a>] [B<-r>] [B<-onlys>] [B<-onlyc>] [B<-onlyp> >] - [B<-onlyh> >] [-onlya >] +B S<<< B<-s> > >>> S<<< [B<-po> >] >>> [B<-nod>] + [B<-a>] [B<-r>] [B<-onlys>] [B<-onlyc>] S<<< [B<-onlyp> >] >>> + S<<< [B<-onlyh> >] >>> [-onlya >] [B<-v>] [B<-noc>] [B<-pe>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command provides a trace of Rx activity for the server or diff --git a/doc/man-pages/pod1/rxgen.pod b/doc/man-pages/pod1/rxgen.pod index 8f743277e..ee8ffec9f 100644 --- a/doc/man-pages/pod1/rxgen.pod +++ b/doc/man-pages/pod1/rxgen.pod @@ -4,6 +4,9 @@ rxgen - Stub generator for the Rx remote procedure call package =head1 SYNOPSIS +=for html +
+ B [B<-h> | B<-c> | B<-C> | B<-S> | B<-r>] [B<-dkpR>] [B<-I> I] [B<-P> I] [B<-o> I] [I] @@ -13,6 +16,9 @@ B B<-l> [B<-o> I] [I] B B<-m> [B<-o> I] [I] +=for html +
+ =head1 DESCRIPTION B is a tool that generates C code to implement the Rx RPC protocol; diff --git a/doc/man-pages/pod1/scout.pod b/doc/man-pages/pod1/scout.pod index e4db17703..f03943222 100644 --- a/doc/man-pages/pod1/scout.pod +++ b/doc/man-pages/pod1/scout.pod @@ -4,17 +4,23 @@ scout - Monitors the File Server process =head1 SYNOPSIS -B [B] B<-server> >+ - [B<-basename> >] - [B<-frequency> >] [B<-host>] - [B<-attention> >+] - [B<-debug> >] +=for html +
+ +B [B] S<<< B<-server> >+ >>> + S<<< [B<-basename> >] >>> + S<<< [B<-frequency> >] >>> [B<-host>] + S<<< [B<-attention> >+] >>> + S<<< [B<-debug> >] >>> [B<-help>] -B [B] B<-s> >+ - [B<-b> >] [B<-f> >] - [B<-ho>] [B<-a> >+] - [B<-d> >] [B<-he>] +B [B] S<<< B<-s> >+ >>> + S<<< [B<-b> >] >>> S<<< [B<-f> >] >>> + [B<-ho>] S<<< [B<-a> >+] >>> + S<<< [B<-d> >] >>> [B<-he>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/sys.pod b/doc/man-pages/pod1/sys.pod index d345007db..70e41dcbd 100644 --- a/doc/man-pages/pod1/sys.pod +++ b/doc/man-pages/pod1/sys.pod @@ -4,8 +4,14 @@ sys - Reports the compile-time CPU/operating system type =head1 SYNOPSIS +=for html +
+ B +=for html +
+ =head1 DESCRIPTION The B command displays the string set at compile time that indicates diff --git a/doc/man-pages/pod1/tokens.pod b/doc/man-pages/pod1/tokens.pod index 06fbccb92..2b14690d7 100644 --- a/doc/man-pages/pod1/tokens.pod +++ b/doc/man-pages/pod1/tokens.pod @@ -4,10 +4,16 @@ tokens - Displays the issuer's tokens =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The tokens command displays all tokens (tickets) cached on the local diff --git a/doc/man-pages/pod1/translate_et.pod b/doc/man-pages/pod1/translate_et.pod index 3ff72b217..cdf7a7cd5 100644 --- a/doc/man-pages/pod1/translate_et.pod +++ b/doc/man-pages/pod1/translate_et.pod @@ -4,7 +4,13 @@ translate_et - Translates numbered error codes into text messages =head1 SYNOPSIS -B >+ +=for html +
+ +S<<< B >+ >>> + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/udebug.pod b/doc/man-pages/pod1/udebug.pod index 99a1405f3..93b1f0533 100644 --- a/doc/man-pages/pod1/udebug.pod +++ b/doc/man-pages/pod1/udebug.pod @@ -4,10 +4,16 @@ udebug - Reports Ubik process status for a database server process =head1 SYNOPSIS -B B<-servers> > [B<-port> >] +=for html +
+ +B S<<< B<-servers> > >>> S<<< [B<-port> >] >>> [B<-long>] [B<-help>] -B B<-s> > [B<-p> >] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< [B<-p> >] >>> [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/unlog.pod b/doc/man-pages/pod1/unlog.pod index da06516f4..fc4e45c9c 100644 --- a/doc/man-pages/pod1/unlog.pod +++ b/doc/man-pages/pod1/unlog.pod @@ -4,10 +4,16 @@ unlog - Discards all of the issuer's tokens =head1 SYNOPSIS -B [B<-cell> >+] [B<-help>] +=for html +
+ +B S<<< [B<-cell> >+] >>> [B<-help>] B [B<-c >>+] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command by default discards all tokens that the issuer diff --git a/doc/man-pages/pod1/up.pod b/doc/man-pages/pod1/up.pod index 7b93f7e7c..adb09670c 100644 --- a/doc/man-pages/pod1/up.pod +++ b/doc/man-pages/pod1/up.pod @@ -4,9 +4,15 @@ up - Recursively copy directories, preserving AFS metadata =head1 SYNOPSIS +=for html +
+ B [B<-v>] [B<-1>] [B<-f>] [B<-r>] [B<-x>] [B<-m>] > > +=for html +
+ =head1 DESCRIPTION The B command recursively copies the files and subdirectories in a diff --git a/doc/man-pages/pod1/vos_addsite.pod b/doc/man-pages/pod1/vos_addsite.pod index 31058e77a..ac36e8fa5 100644 --- a/doc/man-pages/pod1/vos_addsite.pod +++ b/doc/man-pages/pod1/vos_addsite.pod @@ -4,16 +4,22 @@ vos addsite - Adds a read-only site definition to a volume's VLDB entry =head1 SYNOPSIS -B B<-server> > - B<-partition> > - B<-id> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-partition> > >>> + S<<< B<-id> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > - B<-p> > - B<-i> > [B<-c> >] +B S<<< B<-s> > >>> + S<<< B<-p> > >>> + S<<< B<-i> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command defines a new read-only site (partition on a diff --git a/doc/man-pages/pod1/vos_apropos.pod b/doc/man-pages/pod1/vos_apropos.pod index aac0db66f..dce7bf25b 100644 --- a/doc/man-pages/pod1/vos_apropos.pod +++ b/doc/man-pages/pod1/vos_apropos.pod @@ -4,9 +4,15 @@ vos apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_backup.pod b/doc/man-pages/pod1/vos_backup.pod index 7f387751d..7de3df8d9 100644 --- a/doc/man-pages/pod1/vos_backup.pod +++ b/doc/man-pages/pod1/vos_backup.pod @@ -4,12 +4,18 @@ vos backup - Creates a backup volume for a single read/write volume =head1 SYNOPSIS -B B<-id> > [B<-cell> >] +=for html +
+ +B S<<< B<-id> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-c>>] +B S<<< B<-i> > >>> [B<-c>>] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command clones the indicated read/write volume to create diff --git a/doc/man-pages/pod1/vos_backupsys.pod b/doc/man-pages/pod1/vos_backupsys.pod index 28ca5e0a8..cea4a3068 100644 --- a/doc/man-pages/pod1/vos_backupsys.pod +++ b/doc/man-pages/pod1/vos_backupsys.pod @@ -4,16 +4,22 @@ vos backupsys - Creates a backup volume for several read/write volumes =head1 SYNOPSIS -B [B<-prefix> >+] - [B<-server> >] [B<-partition> >] - [B<-exclude>] [B<-xprefix> >+] - [B<-dryrun>] [B<-cell> >] [B<-noauth>] [B<-localauth>] +=for html +
+ +B S<<< [B<-prefix> >+] >>> + S<<< [B<-server> >] >>> S<<< [B<-partition> >] >>> + [B<-exclude>] S<<< [B<-xprefix> >+] >>> + [B<-dryrun>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-pr> >+] - [B<-s> >] [B<-pa> >] [B<-e>] - [B<-x> >+] [B<-d>] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< [B<-pr> >+] >>> + S<<< [B<-s> >] >>> S<<< [B<-pa> >] >>> [B<-e>] + S<<< [B<-x> >+] >>> [B<-d>] + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_changeaddr.pod b/doc/man-pages/pod1/vos_changeaddr.pod index d064e77d7..81a703fde 100644 --- a/doc/man-pages/pod1/vos_changeaddr.pod +++ b/doc/man-pages/pod1/vos_changeaddr.pod @@ -4,13 +4,19 @@ vos changeaddr - Changes or removes a file server machine's entry in the VLDB =head1 SYNOPSIS -B B<-oldaddr> > - [B<-newaddr> >] [B<-remove>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] +=for html +
+ +B S<<< B<-oldaddr> > >>> + S<<< [B<-newaddr> >] >>> [B<-remove>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-o> > [B<-ne> >] - [B<-r>] [B<-c> >] [B<-no>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-o> > >>> S<<< [B<-ne> >] >>> + [B<-r>] S<<< [B<-c> >] >>> [B<-no>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_create.pod b/doc/man-pages/pod1/vos_create.pod index e87d49c12..7c2b5ed46 100644 --- a/doc/man-pages/pod1/vos_create.pod +++ b/doc/man-pages/pod1/vos_create.pod @@ -4,14 +4,20 @@ vos create - Creates a read/write volume and associated VLDB entry =head1 SYNOPSIS -B B<-server> > B<-partition> > - B<-name> > [B<-maxquota> >] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-server> > >>> S<<< B<-partition> > >>> + S<<< B<-name> > >>> S<<< [B<-maxquota> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > B<-p> > - B<-na> > [B<-m> >] - [B<-c> >] [B<-no>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-s> > >>> S<<< B<-p> > >>> + S<<< B<-na> > >>> S<<< [B<-m> >] >>> + S<<< [B<-c> >] >>> [B<-no>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_delentry.pod b/doc/man-pages/pod1/vos_delentry.pod index 3ecd03642..854a22a20 100644 --- a/doc/man-pages/pod1/vos_delentry.pod +++ b/doc/man-pages/pod1/vos_delentry.pod @@ -4,16 +4,22 @@ vos delentry - Removes a volume entry from the VLDB. =head1 SYNOPSIS -B [B<-id> >+] - [B<-prefix> >] - [B<-server> >] [B<-partition> >] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< [B<-id> >+] >>> + S<<< [B<-prefix> >] >>> + S<<< [B<-server> >] >>> S<<< [B<-partition> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-i> >+] - [B<-pr> >] - [B<-s> >] [B<-pa> >] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< [B<-i> >+] >>> + S<<< [B<-pr> >] >>> + S<<< [B<-s> >] >>> S<<< [B<-pa> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_dump.pod b/doc/man-pages/pod1/vos_dump.pod index af3ab2be8..0686f732c 100644 --- a/doc/man-pages/pod1/vos_dump.pod +++ b/doc/man-pages/pod1/vos_dump.pod @@ -4,14 +4,20 @@ vos dump - Converts a volume into ASCII format and writes it to a file =head1 SYNOPSIS -B B<-id> > [B<-time> >] - [B<-file> >] [B<-server> >] - [B<-partition> >] [B<-cell> >] +=for html +
+ +B S<<< B<-id> > >>> S<<< [B<-time> >] >>> + S<<< [B<-file> >] >>> S<<< [B<-server> >] >>> + S<<< [B<-partition> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-t> >] - [B<-f> >] [B<-s> >] [B<-p> >] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-i> > >>> S<<< [B<-t> >] >>> + S<<< [B<-f> >] >>> S<<< [B<-s> >] >>> S<<< [B<-p> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_examine.pod b/doc/man-pages/pod1/vos_examine.pod index cccef082a..bfc0ae5be 100644 --- a/doc/man-pages/pod1/vos_examine.pod +++ b/doc/man-pages/pod1/vos_examine.pod @@ -4,19 +4,25 @@ vos examine - Shows volume header and VLDB entry information for a volume =head1 SYNOPSIS -B B<-id> > [B<-extended>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-id> > >>> [B<-extended>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-e>] [B<-c> >] +B S<<< B<-i> > >>> [B<-e>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] -B B<-i> > [B<-e>] [-c >] +B S<<< B<-i> > >>> [B<-e>] [-c >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] -B B<-i> > [B<-e>] [B<-c> >] +B S<<< B<-i> > >>> [B<-e>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command formats and displays information from the diff --git a/doc/man-pages/pod1/vos_help.pod b/doc/man-pages/pod1/vos_help.pod index b37380647..9eda9c52b 100644 --- a/doc/man-pages/pod1/vos_help.pod +++ b/doc/man-pages/pod1/vos_help.pod @@ -4,9 +4,15 @@ vos help - Displays help for vos commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_listaddrs.pod b/doc/man-pages/pod1/vos_listaddrs.pod index 6e9aaa13d..57ea78bdf 100644 --- a/doc/man-pages/pod1/vos_listaddrs.pod +++ b/doc/man-pages/pod1/vos_listaddrs.pod @@ -4,10 +4,16 @@ vos listaddrs - Displays all VLDB server entries =head1 SYNOPSIS -B [B<-cell> >] [B<-noauth>] +=for html +
+ +B S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_listpart.pod b/doc/man-pages/pod1/vos_listpart.pod index db91fe806..1498e9727 100644 --- a/doc/man-pages/pod1/vos_listpart.pod +++ b/doc/man-pages/pod1/vos_listpart.pod @@ -4,12 +4,18 @@ vos listpart - Displays all AFS partitions on a file server machine =head1 SYNOPSIS -B B<-server> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays all of the valid AFS partitions on diff --git a/doc/man-pages/pod1/vos_listvldb.pod b/doc/man-pages/pod1/vos_listvldb.pod index 08f7a729c..968437666 100644 --- a/doc/man-pages/pod1/vos_listvldb.pod +++ b/doc/man-pages/pod1/vos_listvldb.pod @@ -4,14 +4,20 @@ vos listvldb - Displays a volume's VLDB entry =head1 SYNOPSIS -B [B<-name> >] - [B<-server> >] [B<-partition> >] - [B<-locked>] [B<-quiet>] [B<-nosort>] [B<-cell> >] +=for html +
+ +B S<<< [B<-name> >] >>> + S<<< [B<-server> >] >>> S<<< [B<-partition> >] >>> + [B<-locked>] [B<-quiet>] [B<-nosort>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-na> >] [B<-s> >] - [B<-p> >] [B<-lock>] [B<-q>] [B<-nos>] - [B<-c> >] [B<-noa>] [B<-loca>] [B<-v>] [B<-h>] +B S<<< [B<-na> >] >>> S<<< [B<-s> >] >>> + S<<< [B<-p> >] >>> [B<-lock>] [B<-q>] [B<-nos>] + S<<< [B<-c> >] >>> [B<-noa>] [B<-loca>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_listvol.pod b/doc/man-pages/pod1/vos_listvol.pod index b69217a49..619c9d2ed 100644 --- a/doc/man-pages/pod1/vos_listvol.pod +++ b/doc/man-pages/pod1/vos_listvol.pod @@ -4,15 +4,21 @@ vos listvol - Displays information from a volume header =head1 SYNOPSIS -B B<-server> > - [B<-partition> >] [B<-fast>] [B<-long>] [B<-quiet>] - [B<-extended>] [B<-cell> >] [B<-noauth>] [B<-localauth>] +=for html +
+ +B S<<< B<-server> > >>> + S<<< [B<-partition> >] >>> [B<-fast>] [B<-long>] [B<-quiet>] + [B<-extended>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > [B<-p> >] [B<-f>] - [-lon] [B<-q>] [B<-e>] [B<-c> >] [B<-n>] [B<-loc>] +B S<<< B<-s> > >>> S<<< [B<-p> >] >>> [B<-f>] + [-lon] [B<-q>] [B<-e>] S<<< [B<-c> >] >>> [B<-n>] [B<-loc>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command formats and displays the following information diff --git a/doc/man-pages/pod1/vos_lock.pod b/doc/man-pages/pod1/vos_lock.pod index ce2740625..efcaa1565 100644 --- a/doc/man-pages/pod1/vos_lock.pod +++ b/doc/man-pages/pod1/vos_lock.pod @@ -4,12 +4,18 @@ vos lock - Locks a VLDB volume entry =head1 SYNOPSIS -B B<-id> > [B<-cell> >] +=for html +
+ +B S<<< B<-id> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-c> >] [B<-n>] +B S<<< B<-i> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command locks the Volume Location Database (VLDB) entry diff --git a/doc/man-pages/pod1/vos_move.pod b/doc/man-pages/pod1/vos_move.pod index cf179d298..4043481e9 100644 --- a/doc/man-pages/pod1/vos_move.pod +++ b/doc/man-pages/pod1/vos_move.pod @@ -4,20 +4,26 @@ vos move - Moves a read/write volume to another site =head1 SYNOPSIS -B B<-id> > - B<-fromserver> > - B<-frompartition> > - B<-toserver> > - B<-topartition> > - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-id> > >>> + S<<< B<-fromserver> > >>> + S<<< B<-frompartition> > >>> + S<<< B<-toserver> > >>> + S<<< B<-topartition> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B > - B<-froms> > - B<-fromp> > - B<-tos> > - B<-top> > - [-c >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-i> > >>> + S<<< B<-froms> > >>> + S<<< B<-fromp> > >>> + S<<< B<-tos> > >>> + S<<< B<-top> > >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_partinfo.pod b/doc/man-pages/pod1/vos_partinfo.pod index 9389f4844..2f4959dc6 100644 --- a/doc/man-pages/pod1/vos_partinfo.pod +++ b/doc/man-pages/pod1/vos_partinfo.pod @@ -4,12 +4,18 @@ vos partinfo - Reports the available and total space on a partition =head1 SYNOPSIS -B B<-server> > - [B<-partition> >] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< [B<-partition> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > [B<-p> >] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-s> > >>> S<<< [B<-p> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_release.pod b/doc/man-pages/pod1/vos_release.pod index 855a29a88..54b5d7057 100644 --- a/doc/man-pages/pod1/vos_release.pod +++ b/doc/man-pages/pod1/vos_release.pod @@ -4,13 +4,19 @@ vos release - Updates read-only volumes to match the read/write source volume =head1 SYNOPSIS -B B<-id> > [B<-f>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-id> > >>> [B<-f>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-f>] [B<-c> >] +B S<<< B<-i> > >>> [B<-f>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command copies the contents of the indicated read/write diff --git a/doc/man-pages/pod1/vos_remove.pod b/doc/man-pages/pod1/vos_remove.pod index edd20bdf1..a776219b8 100644 --- a/doc/man-pages/pod1/vos_remove.pod +++ b/doc/man-pages/pod1/vos_remove.pod @@ -4,15 +4,21 @@ vos remove - Removes a volume from a site =head1 SYNOPSIS -B [B<-server> >] - [B<-partition> >] - B<-id> > [B<-cell> >] +=for html +
+ +B S<<< [B<-server> >] >>> + S<<< [B<-partition> >] >>> + S<<< B<-id> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-s> >] [B<-p> >] - B<-i> > [B<-c> >] [B<-n>] [B<-l>] +B S<<< [B<-s> >] >>> S<<< [B<-p> >] >>> + S<<< B<-i> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command removes the indicated volume from the partition diff --git a/doc/man-pages/pod1/vos_remsite.pod b/doc/man-pages/pod1/vos_remsite.pod index 6330472a1..a2829bd44 100644 --- a/doc/man-pages/pod1/vos_remsite.pod +++ b/doc/man-pages/pod1/vos_remsite.pod @@ -4,15 +4,21 @@ vos remsite - Removes a read-only site definition from a VLDB entry =head1 SYNOPSIS -B B<-server> > - B<-partition> > B<-id> > - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-partition> > >>> S<<< B<-id> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > B<-p> > - B<-i> > [B<-c> >] [B<-n>] [B<-l>] +B S<<< B<-s> > >>> S<<< B<-p> > >>> + S<<< B<-i> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command removes the read-only replication site diff --git a/doc/man-pages/pod1/vos_rename.pod b/doc/man-pages/pod1/vos_rename.pod index 4c79ca495..0939facf4 100644 --- a/doc/man-pages/pod1/vos_rename.pod +++ b/doc/man-pages/pod1/vos_rename.pod @@ -4,13 +4,19 @@ vos rename - Renames a volume =head1 SYNOPSIS -B B<-oldname> > - B<-newname> > [B<-cell> >] +=for html +
+ +B S<<< B<-oldname> > >>> + S<<< B<-newname> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-o> > B<-ne> > +B S<<< B<-o> > >>> S<<< B<-ne> > >>> [-c >] [B<-no>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command changes the name of the read/write volume diff --git a/doc/man-pages/pod1/vos_restore.pod b/doc/man-pages/pod1/vos_restore.pod index 51f38edcf..98162e3ed 100644 --- a/doc/man-pages/pod1/vos_restore.pod +++ b/doc/man-pages/pod1/vos_restore.pod @@ -4,17 +4,23 @@ vos restore - Converts an ASCII dump file into an AFS volume =head1 SYNOPSIS -B B<-server> > B<-partition> > - B<-name> > [B<-file> >] - [B<-id> >] [B<-overwrite> (abort | full | incremental)] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [-verbose] +=for html +
+ +B S<<< B<-server> > >>> S<<< B<-partition> > >>> + S<<< B<-name> > >>> S<<< [B<-file> >] >>> + S<<< [B<-id> >] >>> S<<< [B<-overwrite> (abort | full | incremental)] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [-verbose] [B<-help>] -B B<-s> > B<-p> > - B<-na> > [B<-f> >] - [B<-i> >] [B<-o> (a | f | i)] [B<-c> >] +B S<<< B<-s> > >>> S<<< B<-p> > >>> + S<<< B<-na> > >>> S<<< [B<-f> >] >>> + S<<< [B<-i> >] >>> S<<< [B<-o> (a | f | i)] >>> S<<< [B<-c> >] >>> [B<-no>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command converts a volume dump file previously created diff --git a/doc/man-pages/pod1/vos_status.pod b/doc/man-pages/pod1/vos_status.pod index 68f1e7bf8..8902bf1db 100644 --- a/doc/man-pages/pod1/vos_status.pod +++ b/doc/man-pages/pod1/vos_status.pod @@ -4,12 +4,18 @@ vos status - Reports a Volume Server's status =head1 SYNOPSIS -B B<-server> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] [B<-l>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command reports on what the Volume Server on a certain diff --git a/doc/man-pages/pod1/vos_syncserv.pod b/doc/man-pages/pod1/vos_syncserv.pod index 71846edb1..e6c26b7b9 100644 --- a/doc/man-pages/pod1/vos_syncserv.pod +++ b/doc/man-pages/pod1/vos_syncserv.pod @@ -4,12 +4,18 @@ vos syncserv - Verifies VLDB entries that mention a specified site =head1 SYNOPSIS -B B<-server> > - [B<-partition> >] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< [B<-partition> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > [B<-p> >] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< B<-s> > >>> S<<< [B<-p> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_syncvldb.pod b/doc/man-pages/pod1/vos_syncvldb.pod index 51f3be061..6b2024aa3 100644 --- a/doc/man-pages/pod1/vos_syncvldb.pod +++ b/doc/man-pages/pod1/vos_syncvldb.pod @@ -4,15 +4,21 @@ vos syncvldb - Verifies VLDB entries for volumes residing at specified site =head1 SYNOPSIS -B [B<-server> >] - [B<-partition> >] [B<-volume> >] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< [B<-server> >] >>> + S<<< [B<-partition> >] >>> S<<< [B<-volume> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-s> >] [B<-p> >] - [B<-vo> >] [B<-c> >] [B<-n>] [B<-l>] +B S<<< [B<-s> >] >>> S<<< [B<-p> >] >>> + S<<< [B<-vo> >] >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-ve>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command verifies that the status of the volumes housed diff --git a/doc/man-pages/pod1/vos_unlock.pod b/doc/man-pages/pod1/vos_unlock.pod index ef5b0f0bf..91d86fd08 100644 --- a/doc/man-pages/pod1/vos_unlock.pod +++ b/doc/man-pages/pod1/vos_unlock.pod @@ -4,12 +4,18 @@ vos unlock - Unlocks a single VLDB entry =head1 SYNOPSIS -B B<-id> > [B<-cell> >] +=for html +
+ +B S<<< B<-id> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-i> > [B<-c> >] [B<-n>] +B S<<< B<-i> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command releases the lock on the Volume Location diff --git a/doc/man-pages/pod1/vos_unlockvldb.pod b/doc/man-pages/pod1/vos_unlockvldb.pod index 0acdae6d1..f58249ef8 100644 --- a/doc/man-pages/pod1/vos_unlockvldb.pod +++ b/doc/man-pages/pod1/vos_unlockvldb.pod @@ -4,12 +4,18 @@ vos unlockvldb - Unlocks several locked VLDB entries =head1 SYNOPSIS -B [B<-server> >] - [B<-partition> >] [B<-cell> >] +=for html +
+ +B S<<< [B<-server> >] >>> + S<<< [B<-partition> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B [B<-s> >] [B<-p> >] - [B<-c> >] [B<-n>] [B<-l>] [B<-v>] [B<-h>] +B S<<< [B<-s> >] >>> S<<< [B<-p> >] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/vos_zap.pod b/doc/man-pages/pod1/vos_zap.pod index 208c0c70b..3ee6ea86a 100644 --- a/doc/man-pages/pod1/vos_zap.pod +++ b/doc/man-pages/pod1/vos_zap.pod @@ -4,15 +4,21 @@ vos zap - Removes a volume from its site without writing to the VLDB =head1 SYNOPSIS -B B<-server> > B<-partition> > - B<-id> > [B<-force>] [B<-backup>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-verbose>] +=for html +
+ +B S<<< B<-server> > >>> S<<< B<-partition> > >>> + S<<< B<-id> > >>> [B<-force>] [B<-backup>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] -B B<-s> > B<-p> > - B<-i> > [B<-f>] [B<-b>] [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< B<-p> > >>> + S<<< B<-i> > >>> [B<-f>] [B<-b>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command removes the volume with the specified I diff --git a/doc/man-pages/pod1/xstat_cm_test.pod b/doc/man-pages/pod1/xstat_cm_test.pod index d00be6cea..59431333a 100644 --- a/doc/man-pages/pod1/xstat_cm_test.pod +++ b/doc/man-pages/pod1/xstat_cm_test.pod @@ -4,17 +4,23 @@ xstat_cm_test - Displays data collections from the Cache Manager =head1 SYNOPSIS +=for html +
+ B [I] - B<-cmname> >+ - B<-collID> >+ [B<-onceonly>] - [B<-frequency> >] - [B<-period> >] [B<-debug>] + S<<< B<-cmname> >+ >>> + S<<< B<-collID> >+ >>> [B<-onceonly>] + S<<< [B<-frequency> >] >>> + S<<< [B<-period> >] >>> [B<-debug>] [B<-help>] -B [I] B<-cm> >+ - B<-co> >+ [B<-o>] - [B<-f> >] - [B<-p> >] [B<-d>] [B<-h>] +B [I] S<<< B<-cm> >+ >>> + S<<< B<-co> >+ >>> [B<-o>] + S<<< [B<-f> >] >>> + S<<< [B<-p> >] >>> [B<-d>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod1/xstat_fs_test.pod b/doc/man-pages/pod1/xstat_fs_test.pod index da171c28c..05684343f 100644 --- a/doc/man-pages/pod1/xstat_fs_test.pod +++ b/doc/man-pages/pod1/xstat_fs_test.pod @@ -4,15 +4,21 @@ xstat_fs_test - Displays data collections from the File Server process =head1 SYNOPSIS -B [I] B<-fsname> >+ - B<-collID> >+ [B<-onceonly>] - [B<-frequency> >] - [B<-period> >] [B<-debug>] [B<-help>] - -B [B] B<-fs> >+ - B<-c> >+ [B<-o>] - [B<-fr> >] - [B<-p> >] [B<-d>] [B<-h>] +=for html +
+ +B [I] S<<< B<-fsname> >+ >>> + S<<< B<-collID> >+ >>> [B<-onceonly>] + S<<< [B<-frequency> >] >>> + S<<< [B<-period> >] >>> [B<-debug>] [B<-help>] + +B [B] S<<< B<-fs> >+ >>> + S<<< B<-c> >+ >>> [B<-o>] + S<<< [B<-fr> >] >>> + S<<< [B<-p> >] >>> [B<-d>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/afsd.pod b/doc/man-pages/pod8/afsd.pod index 9df0f4736..428d13f5b 100644 --- a/doc/man-pages/pod8/afsd.pod +++ b/doc/man-pages/pod8/afsd.pod @@ -4,24 +4,30 @@ afsd - Initializes the Cache Manager and starts related daemons =head1 SYNOPSIS -B [B<-blocks> >] - [B<-files> >] - [B<-rootvol> >] - [B<-stat> >] - [B<-memcache>] [B<-cachedir> >] - [B<-mountdir> >] - [B<-daemons> >] +=for html +
+ +B S<<< [B<-blocks> >] >>> + S<<< [B<-files> >] >>> + S<<< [B<-rootvol> >] >>> + S<<< [B<-stat> >] >>> + [B<-memcache>] S<<< [B<-cachedir> >] >>> + S<<< [B<-mountdir> >] >>> + S<<< [B<-daemons> >] >>> [B<-nosettime>] [B<-verbose>] [B<-rmtsys>] [B<-debug>] - [B<-chunksize> >] - [B<-dcache> >] - [B<-volumes> >] - [B<-biods> >] - [B<-prealloc> >] - [B<-confdir> >] - [B<-logfile> >] + S<<< [B<-chunksize> >] >>> + S<<< [B<-dcache> >] >>> + S<<< [B<-volumes> >] >>> + S<<< [B<-biods> >] >>> + S<<< [B<-prealloc> >] >>> + S<<< [B<-confdir> >] >>> + S<<< [B<-logfile> >] >>> [B<-waitclose>] [B<-shutdown>] [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the Cache Manager on an AFS client machine diff --git a/doc/man-pages/pod8/backup_adddump.pod b/doc/man-pages/pod8/backup_adddump.pod index 820726073..d694b8c19 100644 --- a/doc/man-pages/pod8/backup_adddump.pod +++ b/doc/man-pages/pod8/backup_adddump.pod @@ -4,12 +4,19 @@ backup adddump - Defines a dump level in the dump hierarchy =head1 SYNOPSIS -B B<-dump> >+ - [B<-expires> >+] - [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B B<-d> >+ [B<-e> >+] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-dump> >+ >>> + S<<< [B<-expires> >+] >>> + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-d> >+ >>> + S<<< [B<-e> >+] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_addhost.pod b/doc/man-pages/pod8/backup_addhost.pod index 1ecbabdd0..f48bab8c4 100644 --- a/doc/man-pages/pod8/backup_addhost.pod +++ b/doc/man-pages/pod8/backup_addhost.pod @@ -4,12 +4,18 @@ backup addhost - Adds a Tape Coordinator entry to the Backup Database =head1 SYNOPSIS -B B<-tapehost> > - [B<-portoffset> >] - [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B B<-t> > [B<-p> >] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-tapehost> > >>> + S<<< [B<-portoffset> >] >>> + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-t> > >>> S<<< [B<-p> >] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_addvolentry.pod b/doc/man-pages/pod8/backup_addvolentry.pod index 207ed90a0..9bbb75538 100644 --- a/doc/man-pages/pod8/backup_addvolentry.pod +++ b/doc/man-pages/pod8/backup_addvolentry.pod @@ -4,14 +4,20 @@ backup addvolentry - Defines a volume entry in a volume set =head1 SYNOPSIS -B B<-name> > - B<-server> > B<-partition> > - B<-volumes> > - [B<-localauth>] [B<-cell> >] [B<-help>] - -B B<-n> > B<-s> > - B<-p> > B<-v> > - [B<-l>] [B<-c> >] [B<-h>] +=for html +
+ +B S<<< B<-name> > >>> + S<<< B<-server> > >>> S<<< B<-partition> > >>> + S<<< B<-volumes> > >>> + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-n> > >>> S<<< B<-s> > >>> + S<<< B<-p> > >>> S<<< B<-v> > >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_addvolset.pod b/doc/man-pages/pod8/backup_addvolset.pod index e1575d244..1ff05cf5f 100644 --- a/doc/man-pages/pod8/backup_addvolset.pod +++ b/doc/man-pages/pod8/backup_addvolset.pod @@ -4,11 +4,17 @@ backup addvolset - Creates a new (empty) volume set =head1 SYNOPSIS -B B<-name> > [B<-temporary>] - [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B B<-n> > [B<-t>] [B<-l>] - [B<-c> >] [B<-h>] +B S<<< B<-name> > >>> [B<-temporary>] + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-n> > >>> [B<-t>] [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_apropos.pod b/doc/man-pages/pod8/backup_apropos.pod index c75d407f0..f13dd9ce3 100644 --- a/doc/man-pages/pod8/backup_apropos.pod +++ b/doc/man-pages/pod8/backup_apropos.pod @@ -4,9 +4,15 @@ backup apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_dbverify.pod b/doc/man-pages/pod8/backup_dbverify.pod index 4be9602fa..53359b911 100644 --- a/doc/man-pages/pod8/backup_dbverify.pod +++ b/doc/man-pages/pod8/backup_dbverify.pod @@ -4,10 +4,16 @@ backup dbverify - Checks the integrity of the Backup Database =head1 SYNOPSIS -B [B<-detail>] [B<-localauth>] [B<-cell> >] +=for html +
+ +B [B<-detail>] [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] -B [B<-d>] [B<-l>] [B<-c> >] [B<-h>] +B [B<-d>] [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_deldump.pod b/doc/man-pages/pod8/backup_deldump.pod index 848052f31..d9de9ee9d 100644 --- a/doc/man-pages/pod8/backup_deldump.pod +++ b/doc/man-pages/pod8/backup_deldump.pod @@ -4,11 +4,17 @@ backup deldump - Deletes a dump level from the Backup Database =head1 SYNOPSIS -B B<-dump> > [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-d> > [B<-l>] [B<-c> >] - [B<-h>] +B S<<< B<-dump> > >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-d> > >>> [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_deletedump.pod b/doc/man-pages/pod8/backup_deletedump.pod index e7a1c3abe..a8688b9c0 100644 --- a/doc/man-pages/pod8/backup_deletedump.pod +++ b/doc/man-pages/pod8/backup_deletedump.pod @@ -4,12 +4,18 @@ backup deletedump - Deletes one or more dump records from the Backup Database =head1 SYNOPSIS -B [B<-dumpid> >+] [B<-from> >+] - [B<-to> >+] [B<-localauth>] [B<-cell> >] +=for html +
+ +B S<<< [B<-dumpid> >+] >>> S<<< [B<-from> >+] >>> + S<<< [B<-to> >+] >>> [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] -B [B<-d> >+] [B<-f> >+] - [-t >+] [B<-l>] [B<-c> >] [B<-h>] +B S<<< [B<-d> >+] >>> S<<< [B<-f> >+] >>> + [-t >+] [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_delhost.pod b/doc/man-pages/pod8/backup_delhost.pod index 35a569a93..55be623be 100644 --- a/doc/man-pages/pod8/backup_delhost.pod +++ b/doc/man-pages/pod8/backup_delhost.pod @@ -4,12 +4,18 @@ backup delhost - Deletes a Tape Coordinator entry from the Backup Database =head1 SYNOPSIS -B B<-tapehost> > - [B<-portoffset> >] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-t> > [B<-p> >] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-tapehost> > >>> + S<<< [B<-portoffset> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-t> > >>> S<<< [B<-p> >] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_delvolentry.pod b/doc/man-pages/pod8/backup_delvolentry.pod index bdc344cf7..c95b691fb 100644 --- a/doc/man-pages/pod8/backup_delvolentry.pod +++ b/doc/man-pages/pod8/backup_delvolentry.pod @@ -4,12 +4,18 @@ backup delvolentry - Deletes a volume entry from a volume set =head1 SYNOPSIS -B B<-name> > - B<-entry> > [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-n> > B<-e> > - [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-name> > >>> + S<<< B<-entry> > >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-n> > >>> S<<< B<-e> > >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_delvolset.pod b/doc/man-pages/pod8/backup_delvolset.pod index 77a5c7fa4..ba273e6e6 100644 --- a/doc/man-pages/pod8/backup_delvolset.pod +++ b/doc/man-pages/pod8/backup_delvolset.pod @@ -4,11 +4,17 @@ backup delvolset - Deletes one or more volume sets from the Backup Database =head1 SYNOPSIS -B B<-name> >+ [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-n> >+ [B<-l>] - [B<-c> >] [B<-h>] +B S<<< B<-name> >+ >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-n> >+ >>> [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_diskrestore.pod b/doc/man-pages/pod8/backup_diskrestore.pod index b1775792e..205493d35 100644 --- a/doc/man-pages/pod8/backup_diskrestore.pod +++ b/doc/man-pages/pod8/backup_diskrestore.pod @@ -4,19 +4,25 @@ backup diskrestore - Restores the entire contents of a partition =head1 SYNOPSIS -B B<-server> > - B<-partition> > - [B<-portoffset> >+] - [B<-newserver> >] - [B<-newpartition> >] - [B<-extension> >] - [B<-n>] [B<-localauth>] [B<-cell> >] [B<-help>] - -B B<-s> > B<-pa> > - [B<-po> >+] [B<-news> >] - [B<-newp> >] - [B<-e> >] [B<-n>] [B<-l>] - [B<-c> >] [B<-h>] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-partition> > >>> + S<<< [B<-portoffset> >+] >>> + S<<< [B<-newserver> >] >>> + S<<< [B<-newpartition> >] >>> + S<<< [B<-extension> >] >>> + [B<-n>] [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-pa> > >>> + S<<< [B<-po> >+] >>> S<<< [B<-news> >] >>> + S<<< [B<-newp> >] >>> + S<<< [B<-e> >] >>> [B<-n>] [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_dump.pod b/doc/man-pages/pod8/backup_dump.pod index 793d1c795..b761f29e1 100644 --- a/doc/man-pages/pod8/backup_dump.pod +++ b/doc/man-pages/pod8/backup_dump.pod @@ -4,17 +4,26 @@ backup dump - Creates a dump (dumps a volume set at a particular dump level) =head1 SYNOPSIS -B [B<-volumeset> >] - [B<-dump> >] [B<-portoffset> >] - [B<-at> >+] [B<-append>] [B<-n>] - [B<-file> >] [B<-localauth>] [-B >] - [B<-help>] - -B [B<-v> >] [B<-d> >] - [B<-p> >] [B<-at> >+] - [B<-ap>] [B<-n>] [B<-f> >] [B<-l>] [B<-c> >] +=for html +
+ +B S<<< [B<-volumeset> >] >>> + S<<< [B<-dump> >] >>> + S<<< [B<-portoffset> >] >>> + S<<< [B<-at> >+] >>> [B<-append>] [B<-n>] + S<<< [B<-file> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-v> >] >>> + S<<< [B<-d> >] >>> + S<<< [B<-p> >] >>> + S<<< [B<-at> >+] >>> [B<-ap>] [B<-n>] + S<<< [B<-f> >] >>> [B<-l>] S<<< [B<-c> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command either dumps the volume set specified by the diff --git a/doc/man-pages/pod8/backup_dumpinfo.pod b/doc/man-pages/pod8/backup_dumpinfo.pod index 4f915e12c..36aba68a0 100644 --- a/doc/man-pages/pod8/backup_dumpinfo.pod +++ b/doc/man-pages/pod8/backup_dumpinfo.pod @@ -4,11 +4,18 @@ backup dumpinfo - Displays a dump record from the Backup Database =head1 SYNOPSIS -B [B<-ndumps> >] [B<-id> >] - [B<-verbose>] [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B [B<-n> >] [-i >] [B<-v>] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< [B<-ndumps> >] >>> + S<<< [B<-id> >] >>> [B<-verbose>] [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-n> >] >>> [-i >] [B<-v>] + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_help.pod b/doc/man-pages/pod8/backup_help.pod index 50755d898..081a29da2 100644 --- a/doc/man-pages/pod8/backup_help.pod +++ b/doc/man-pages/pod8/backup_help.pod @@ -4,9 +4,15 @@ backup help - Displays help for backup commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_interactive.pod b/doc/man-pages/pod8/backup_interactive.pod index 1f6e509c3..44b4db5ea 100644 --- a/doc/man-pages/pod8/backup_interactive.pod +++ b/doc/man-pages/pod8/backup_interactive.pod @@ -4,10 +4,16 @@ backup interactive - Enters interactive mode =head1 SYNOPSIS -B [B] [B<-localauth>] [B<-cell> >] +=for html +
+ +B [B] [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] -B [B] [B<-l>] [B<-c> >] [B<-h>] +B [B] [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_jobs.pod b/doc/man-pages/pod8/backup_jobs.pod index e848bca43..77adb3d2a 100644 --- a/doc/man-pages/pod8/backup_jobs.pod +++ b/doc/man-pages/pod8/backup_jobs.pod @@ -4,10 +4,16 @@ backup jobs - Lists pending and running operations in interactive mode =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command lists the job ID number and status of each diff --git a/doc/man-pages/pod8/backup_kill.pod b/doc/man-pages/pod8/backup_kill.pod index 33c8bf0e4..08ae8f3a4 100644 --- a/doc/man-pages/pod8/backup_kill.pod +++ b/doc/man-pages/pod8/backup_kill.pod @@ -4,9 +4,15 @@ backup kill - Terminates a pending or running operation =head1 SYNOPSIS -B B<-id> > [B<-help>] +=for html +
-B > [B<-h>] +B S<<< B<-id> > >>> [B<-help>] + +S<<< B > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_labeltape.pod b/doc/man-pages/pod8/backup_labeltape.pod index 8f6de9645..bf06ffe94 100644 --- a/doc/man-pages/pod8/backup_labeltape.pod +++ b/doc/man-pages/pod8/backup_labeltape.pod @@ -4,15 +4,21 @@ backup labeltape - Creates the magnetic label on a tape =head1 SYNOPSIS -B [B<-name> >] - [B<-size> >] - [B<-portoffset> >] [B<-pname> >] - [B<-localauth>] [B<-cell> >] [B<-help>] - -B [B<-n> >] - [B<-s> >] - [B<-po> >] [B<-pn> >] - [B<-l>] [B<-c> >] [B<-h>] +=for html +
+ +B S<<< [B<-name> >] >>> + S<<< [B<-size> >] >>> + S<<< [B<-portoffset> >] >>> S<<< [B<-pname> >] >>> + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-n> >] >>> + S<<< [B<-s> >] >>> + S<<< [B<-po> >] >>> S<<< [B<-pn> >] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_listdumps.pod b/doc/man-pages/pod8/backup_listdumps.pod index da810d68e..c7f7aa867 100644 --- a/doc/man-pages/pod8/backup_listdumps.pod +++ b/doc/man-pages/pod8/backup_listdumps.pod @@ -4,9 +4,15 @@ backup listdumps - Displays the dump hierarchy from the Backup Database =head1 SYNOPSIS -B [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B [B<-l>] [B<-c> >] [B<-h>] +B [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_listhosts.pod b/doc/man-pages/pod8/backup_listhosts.pod index 0c308c0eb..c1213af2b 100644 --- a/doc/man-pages/pod8/backup_listhosts.pod +++ b/doc/man-pages/pod8/backup_listhosts.pod @@ -4,9 +4,15 @@ backup listhosts - Lists Tape Coordinators registered in the Backup Database =head1 SYNOPSIS -B [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B [B<-l>] [B<-c> >] [B<-h>] +B [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_listvolsets.pod b/doc/man-pages/pod8/backup_listvolsets.pod index 858ccb9dc..92ae5fc94 100644 --- a/doc/man-pages/pod8/backup_listvolsets.pod +++ b/doc/man-pages/pod8/backup_listvolsets.pod @@ -4,11 +4,17 @@ backup listvolsets - Lists volume set entries from the Backup Database =head1 SYNOPSIS -B [B<-name> >] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B [B<-n> >] [B<-l>] - [B<-c> >] [B<-h>] +B S<<< [B<-name> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-n> >] >>> [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_quit.pod b/doc/man-pages/pod8/backup_quit.pod index 056f257b3..e0149426b 100644 --- a/doc/man-pages/pod8/backup_quit.pod +++ b/doc/man-pages/pod8/backup_quit.pod @@ -4,10 +4,16 @@ backup quit - Leaves interactive mode =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command exits interactive mode, returning the issuer to diff --git a/doc/man-pages/pod8/backup_readlabel.pod b/doc/man-pages/pod8/backup_readlabel.pod index af700f9ec..55ba261fe 100644 --- a/doc/man-pages/pod8/backup_readlabel.pod +++ b/doc/man-pages/pod8/backup_readlabel.pod @@ -4,12 +4,18 @@ backup readlabel - Reads and displays a tape's label =head1 SYNOPSIS -B [B<-portoffset> >] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B [B<-p> >] [B<-l>] [B<-c> >] +B S<<< [B<-portoffset> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-p> >] >>> [B<-l>] S<<< [B<-c> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays information from the magnetic diff --git a/doc/man-pages/pod8/backup_restoredb.pod b/doc/man-pages/pod8/backup_restoredb.pod index 81f3a5143..ba941c6f1 100644 --- a/doc/man-pages/pod8/backup_restoredb.pod +++ b/doc/man-pages/pod8/backup_restoredb.pod @@ -4,12 +4,18 @@ backup restoredb - Restores a saved copy of the Backup Database =head1 SYNOPSIS -B [B<-portoffset> >] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B [B<-p> >] [B<-l>] [B<-c> >] +B S<<< [B<-portoffset> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-p> >] >>> [B<-l>] S<<< [B<-c> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command restores to the Backup Server machine's diff --git a/doc/man-pages/pod8/backup_savedb.pod b/doc/man-pages/pod8/backup_savedb.pod index 53eb01f6f..6c3d3e03b 100644 --- a/doc/man-pages/pod8/backup_savedb.pod +++ b/doc/man-pages/pod8/backup_savedb.pod @@ -4,12 +4,18 @@ backup savedb - Creates a saved copy of the Backup Database =head1 SYNOPSIS -B [B<-portoffset> >] - [B<-archive> >+] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B [B<-p> >] [B<-a> >+] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< [B<-portoffset> >] >>> + S<<< [B<-archive> >+] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-p> >] >>> S<<< [B<-a> >+] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_scantape.pod b/doc/man-pages/pod8/backup_scantape.pod index b53b7d6f5..ee99d1bb8 100644 --- a/doc/man-pages/pod8/backup_scantape.pod +++ b/doc/man-pages/pod8/backup_scantape.pod @@ -4,11 +4,17 @@ backup scantape - Extracts dump information from a tape =head1 SYNOPSIS -B [B<-dbadd>] [B<-portoffset> >] - [B<-localauth>] [B<-cell> >] [B<-help>] +=for html +
-B [B<-d>] [B<-p> >] [B<-l>] - [B<-c> >] [B<-h>] +B [B<-dbadd>] S<<< [B<-portoffset> >] >>> + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B [B<-d>] S<<< [B<-p> >] >>> [B<-l>] + S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_setexp.pod b/doc/man-pages/pod8/backup_setexp.pod index c710bf5e0..fc0695601 100644 --- a/doc/man-pages/pod8/backup_setexp.pod +++ b/doc/man-pages/pod8/backup_setexp.pod @@ -4,12 +4,18 @@ backup setexp - Sets the expiration date for existing dump levels. =head1 SYNOPSIS -B B<-dump> >+ - [B<-expires> >+] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-d> >+ [B<-e> >+] - [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-dump> >+ >>> + S<<< [B<-expires> >+] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-d> >+ >>> S<<< [B<-e> >+] >>> + [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_status.pod b/doc/man-pages/pod8/backup_status.pod index e02a3829b..9ae180eba 100644 --- a/doc/man-pages/pod8/backup_status.pod +++ b/doc/man-pages/pod8/backup_status.pod @@ -4,12 +4,18 @@ backup status - Reports a Tape Coordinator's status =head1 SYNOPSIS -B [B<-portoffset> >] [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B [B<-p> >] [B<-l>] [B<-c> >] +B S<<< [B<-portoffset> >] >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-p> >] >>> [B<-l>] S<<< [B<-c> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays which operation, if any, the diff --git a/doc/man-pages/pod8/backup_volinfo.pod b/doc/man-pages/pod8/backup_volinfo.pod index e50d50bf4..c3ac9d392 100644 --- a/doc/man-pages/pod8/backup_volinfo.pod +++ b/doc/man-pages/pod8/backup_volinfo.pod @@ -4,10 +4,16 @@ backup volinfo - Displays a volume's dump history from the Backup Database =head1 SYNOPSIS -B B<-volume> > [B<-localauth>] - [B<-cell> >] [B<-help>] +=for html +
-B B<-v> > [B<-l>] [B<-c> >] [B<-h>] +B S<<< B<-volume> > >>> [B<-localauth>] + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-v> > >>> [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_volrestore.pod b/doc/man-pages/pod8/backup_volrestore.pod index e6395ce2e..4e27a8533 100644 --- a/doc/man-pages/pod8/backup_volrestore.pod +++ b/doc/man-pages/pod8/backup_volrestore.pod @@ -4,19 +4,25 @@ backup volrestore - Restores one or more volumes =head1 SYNOPSIS -B B<-server> > - B<-partition> > - B<-volume> >+ - [B<-extension> >] - [B<-date> >+] - [B<-portoffset> >+] [B<-n>] - [B<-localauth>] [B<-cell> >] [B<-help>] - -B B<-s> > - B<-pa> > B<-v> >+ - [B<-e> >] - [B<-d> >+] [B<-po> >+] - [B<-n>] [B<-l>] [B<-c> >] [B<-h>] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-partition> > >>> + S<<< B<-volume> >+ >>> + S<<< [B<-extension> >] >>> + S<<< [B<-date> >+] >>> + S<<< [B<-portoffset> >+] >>> [B<-n>] + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-s> > >>> + S<<< B<-pa> > >>> S<<< B<-v> >+ >>> + S<<< [B<-e> >] >>> + S<<< [B<-d> >+] >>> S<<< [B<-po> >+] >>> + [B<-n>] [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/backup_volsetrestore.pod b/doc/man-pages/pod8/backup_volsetrestore.pod index 81ae65e79..f4afd266a 100644 --- a/doc/man-pages/pod8/backup_volsetrestore.pod +++ b/doc/man-pages/pod8/backup_volsetrestore.pod @@ -4,14 +4,20 @@ backup volsetrestore - Restores all volumes in a volume set =head1 SYNOPSIS -B [B<-name> >] - [B<-file> >] [B<-portoffset> >+] - [B<-extension> >] [B<-n>] - [B<-localauth>] [B<-cell> >] [B<-help>] - -B [B<-na> >] [B<-f> >] - [B<-p> >+] [B<-e> >] - [B<-n>] [B<-l>] [B<-c> >] [B<-h>] +=for html +
+ +B S<<< [B<-name> >] >>> + S<<< [B<-file> >] >>> S<<< [B<-portoffset> >+] >>> + S<<< [B<-extension> >] >>> [B<-n>] + [B<-localauth>] S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< [B<-na> >] >>> S<<< [B<-f> >] >>> + S<<< [B<-p> >+] >>> S<<< [B<-e> >] >>> + [B<-n>] [B<-l>] S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_addhost.pod b/doc/man-pages/pod8/bos_addhost.pod index b394ed470..f5888f52c 100644 --- a/doc/man-pages/pod8/bos_addhost.pod +++ b/doc/man-pages/pod8/bos_addhost.pod @@ -4,11 +4,17 @@ bos addhost - Adds a database server machine to the CellServDB file =head1 SYNOPSIS -B B<-server> > B<-host> >+ - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-ho> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-he>] +B S<<< B<-server> > >>> S<<< B<-host> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-ho> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-he>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_addkey.pod b/doc/man-pages/pod8/bos_addkey.pod index f3de0260e..180618796 100644 --- a/doc/man-pages/pod8/bos_addkey.pod +++ b/doc/man-pages/pod8/bos_addkey.pod @@ -4,14 +4,20 @@ bos addkey - Adds a new server encryption key to the KeyFile file =head1 SYNOPSIS -B B<-server> > [B<-key> >] - B<-kvno> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-key> >] >>> + S<<< B<-kvno> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-ke> >] - B<-kv> > [B<-ce> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-ke> >] >>> + S<<< B<-kv> > >>> S<<< [B<-ce> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command constructs a server encryption key from the text diff --git a/doc/man-pages/pod8/bos_adduser.pod b/doc/man-pages/pod8/bos_adduser.pod index 1573cdbb7..4ccaab01f 100644 --- a/doc/man-pages/pod8/bos_adduser.pod +++ b/doc/man-pages/pod8/bos_adduser.pod @@ -4,11 +4,17 @@ bos adduser - Adds a privileged user to the UserList file =head1 SYNOPSIS -B B<-server> > B<-user> >+ - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-u> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< B<-user> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-u> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_apropos.pod b/doc/man-pages/pod8/bos_apropos.pod index 275fc8693..916a3749d 100644 --- a/doc/man-pages/pod8/bos_apropos.pod +++ b/doc/man-pages/pod8/bos_apropos.pod @@ -4,9 +4,15 @@ bos apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_create.pod b/doc/man-pages/pod8/bos_create.pod index d48d17c74..ae5c33d5b 100644 --- a/doc/man-pages/pod8/bos_create.pod +++ b/doc/man-pages/pod8/bos_create.pod @@ -4,16 +4,22 @@ bos create - Defines a new process in the BosConfig file and starts it =head1 SYNOPSIS -B B<-server> > - B<-instance> > B<-type> > - B<-cmd> >+ [B<-notifier> >] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] - -B B<-s> > B<-i> > - B<-t> > B<-cm> >+ - [B<-not> >] [B<-ce> >] [B<-noa>] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-instance> > >>> S<<< B<-type> > >>> + S<<< B<-cmd> >+ >>> S<<< [B<-notifier> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-i> > >>> + S<<< B<-t> > >>> S<<< B<-cm> >+ >>> + S<<< [B<-not> >] >>> S<<< [B<-ce> >] >>> [B<-noa>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command creates a server process entry in the diff --git a/doc/man-pages/pod8/bos_delete.pod b/doc/man-pages/pod8/bos_delete.pod index 8f2199b08..b73bcb1e3 100644 --- a/doc/man-pages/pod8/bos_delete.pod +++ b/doc/man-pages/pod8/bos_delete.pod @@ -4,12 +4,18 @@ bos delete - Deletes a server process from the BosConfig file =head1 SYNOPSIS -B B<-server> > - B<-instance> >+ [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-instance> >+ >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > B<-i> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< B<-i> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_exec.pod b/doc/man-pages/pod8/bos_exec.pod index e85d8e41c..0cb71941c 100644 --- a/doc/man-pages/pod8/bos_exec.pod +++ b/doc/man-pages/pod8/bos_exec.pod @@ -4,11 +4,17 @@ bos exec - Executes a command on a remote server machine =head1 SYNOPSIS -B B<-server> > B<-cmd> > - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-cm> > - [B<-ce> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< B<-cmd> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-cm> > >>> + S<<< [B<-ce> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_getdate.pod b/doc/man-pages/pod8/bos_getdate.pod index 971401dfe..d33398e03 100644 --- a/doc/man-pages/pod8/bos_getdate.pod +++ b/doc/man-pages/pod8/bos_getdate.pod @@ -4,14 +4,20 @@ bos getdate - Displays the time stamps on an AFS binary file =head1 SYNOPSIS -B B<-server> > B<-file> >+ - [B<-dir> >] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< B<-file> >+ >>> + S<<< [B<-dir> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > B<-f> >+ - [B<-d> >] [B<-c> >] [B<-n>] [B<-l>] +B S<<< B<-s> > >>> S<<< B<-f> >+ >>> + S<<< [B<-d> >] >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays the time stamps on the current diff --git a/doc/man-pages/pod8/bos_getlog.pod b/doc/man-pages/pod8/bos_getlog.pod index d90c1e016..bc986e9b6 100644 --- a/doc/man-pages/pod8/bos_getlog.pod +++ b/doc/man-pages/pod8/bos_getlog.pod @@ -4,11 +4,17 @@ bos getlog - Prints a server process's log file =head1 SYNOPSIS -B B<-server> > B<-file> > - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-f> > - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< B<-file> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-f> > >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_getrestart.pod b/doc/man-pages/pod8/bos_getrestart.pod index 9d849ebf4..51ff8115a 100644 --- a/doc/man-pages/pod8/bos_getrestart.pod +++ b/doc/man-pages/pod8/bos_getrestart.pod @@ -4,12 +4,18 @@ bos getrestart - Displays the automatic restart times for server processes =head1 SYNOPSIS -B B<-server> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The bos getrestart command displays two restart times from the diff --git a/doc/man-pages/pod8/bos_help.pod b/doc/man-pages/pod8/bos_help.pod index 9b5ef05ce..74478c253 100644 --- a/doc/man-pages/pod8/bos_help.pod +++ b/doc/man-pages/pod8/bos_help.pod @@ -4,9 +4,15 @@ bos help - Displays help for bos commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_install.pod b/doc/man-pages/pod8/bos_install.pod index 42204516b..08c16d52a 100644 --- a/doc/man-pages/pod8/bos_install.pod +++ b/doc/man-pages/pod8/bos_install.pod @@ -4,14 +4,20 @@ bos install - Installs a new version of a binary file =head1 SYNOPSIS -B B<-server> > B<-file> >+ - [B<-dir> >] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< B<-file> >+ >>> + S<<< [B<-dir> >] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > B<-f> >+ - [B<-d> >] [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< B<-f> >+ >>> + S<<< [B<-d> >] >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command copies each binary file specified with the diff --git a/doc/man-pages/pod8/bos_listhosts.pod b/doc/man-pages/pod8/bos_listhosts.pod index 125843801..f4d3f06bd 100644 --- a/doc/man-pages/pod8/bos_listhosts.pod +++ b/doc/man-pages/pod8/bos_listhosts.pod @@ -4,18 +4,24 @@ bos listhosts - Displays the contents of the CellServDB file =head1 SYNOPSIS -B B<-server> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [-h] -B B<-server> > [B<-cell> >] +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [-h] +=for html +
+ =head1 DESCRIPTION The B command formats and displays the list of a cell's diff --git a/doc/man-pages/pod8/bos_listkeys.pod b/doc/man-pages/pod8/bos_listkeys.pod index ad4dcbbed..eac34fcac 100644 --- a/doc/man-pages/pod8/bos_listkeys.pod +++ b/doc/man-pages/pod8/bos_listkeys.pod @@ -4,12 +4,18 @@ bos listkeys - Displays the server encryption keys from the KeyFile file =head1 SYNOPSIS -B B<-server> > [B<-showkey>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-se> > [B<-sh>] [B<-c> >] +B S<<< B<-server> > >>> [B<-showkey>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-se> > >>> [B<-sh>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command formats and displays the list of server diff --git a/doc/man-pages/pod8/bos_listusers.pod b/doc/man-pages/pod8/bos_listusers.pod index 9f6299c1a..6b0c1f9f8 100644 --- a/doc/man-pages/pod8/bos_listusers.pod +++ b/doc/man-pages/pod8/bos_listusers.pod @@ -4,12 +4,18 @@ bos listusers - Lists the privileged users from the UserList file =head1 SYNOPSIS -B B<-server> > [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-c> >] [B<-n>] +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command lists the user names from the diff --git a/doc/man-pages/pod8/bos_prune.pod b/doc/man-pages/pod8/bos_prune.pod index 84149bb18..0f5959624 100644 --- a/doc/man-pages/pod8/bos_prune.pod +++ b/doc/man-pages/pod8/bos_prune.pod @@ -4,12 +4,18 @@ bos prune - Removes obsolete files from /usr/afs/bin and /usr/afs/logs =head1 SYNOPSIS -B B<-server> > [B<-bak>] [B<-old>] [B<-core>] - [B<-all>] [B<-cell> >] [B<-noauth>] [B<-localauth>] +=for html +
+ +B S<<< B<-server> > >>> [B<-bak>] [B<-old>] [B<-core>] + [B<-all>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-b>] [B<-o>] [B<-co>] [B<-a>] - [B<-ce> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> [B<-b>] [B<-o>] [B<-co>] [B<-a>] + S<<< [B<-ce> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_removehost.pod b/doc/man-pages/pod8/bos_removehost.pod index 4ee6fe144..1cde17983 100644 --- a/doc/man-pages/pod8/bos_removehost.pod +++ b/doc/man-pages/pod8/bos_removehost.pod @@ -4,11 +4,17 @@ bos removehost - Removes a database server machine from the CellServDB file =head1 SYNOPSIS -B B<-server> > B<-host> >+ - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-ho> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-he>] +B S<<< B<-server> > >>> S<<< B<-host> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-ho> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-he>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_removekey.pod b/doc/man-pages/pod8/bos_removekey.pod index a21768db6..db81c4f0a 100644 --- a/doc/man-pages/pod8/bos_removekey.pod +++ b/doc/man-pages/pod8/bos_removekey.pod @@ -4,12 +4,18 @@ bos removekey - Removes a server encryption key from the KeyFile file =head1 SYNOPSIS -B B<-server> > - B<-kvno> >+ [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-kvno> >+ >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > B<-k> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< B<-k> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_removeuser.pod b/doc/man-pages/pod8/bos_removeuser.pod index 771fb4d34..b3f94414d 100644 --- a/doc/man-pages/pod8/bos_removeuser.pod +++ b/doc/man-pages/pod8/bos_removeuser.pod @@ -4,11 +4,17 @@ bos removeuser - Removes a privileged user from the UserList file =head1 SYNOPSIS -B B<-server> > B<-user> >+ - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-u> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< B<-user> >+ >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-u> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_restart.pod b/doc/man-pages/pod8/bos_restart.pod index 4a3a7ab84..4dc17b166 100644 --- a/doc/man-pages/pod8/bos_restart.pod +++ b/doc/man-pages/pod8/bos_restart.pod @@ -4,12 +4,18 @@ bos restart - Restarts a server process =head1 SYNOPSIS -B B<-server> > [B<-instance> >+] - [B<-bosserver>] [B<-all>] [B<-cell> >] [B<-noauth>] +=for html +
+ +B S<<< B<-server> > >>> S<<< [B<-instance> >+] >>> + [B<-bosserver>] [B<-all>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-i> >+] [B<-b>] - [B<-a>] [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< [B<-i> >+] >>> [B<-b>] + [B<-a>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_salvage.pod b/doc/man-pages/pod8/bos_salvage.pod index 4a9882460..c8fc4b32d 100644 --- a/doc/man-pages/pod8/bos_salvage.pod +++ b/doc/man-pages/pod8/bos_salvage.pod @@ -4,23 +4,29 @@ bos salvage - Restores internal consistency to a file system or volume =head1 SYNOPSIS -B B<-server> > - [B<-partition> >] - [B<-volume> >] - [B<-file> >] [B<-all>] [B<-showlog>] - [B<-parallel> >] - [B<-tmpdir> >] - [B<-orphans> (ignore | remove | attach)] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< [B<-partition> >] >>> + S<<< [B<-volume> >] >>> + S<<< [B<-file> >] >>> [B<-all>] [B<-showlog>] + S<<< [B<-parallel> >] >>> + S<<< [B<-tmpdir> >] >>> + S<<< [B<-orphans> (ignore | remove | attach)] >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-se> > [B<-part> >] - [B<-v> >] - [B<-f> >] [B<-a>] [B<-sh>] +B S<<< B<-se> > >>> S<<< [B<-part> >] >>> + S<<< [B<-v> >] >>> + S<<< [B<-f> >] >>> [B<-a>] [B<-sh>] [<-para> >] - [B<-t> >] - [B<-o> (ignore | remove | attach)] [B<-c> >] [B<-n>] + S<<< [B<-t> >] >>> + S<<< [B<-o> (ignore | remove | attach)] >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command salvages (restores internal consistency to) one diff --git a/doc/man-pages/pod8/bos_setauth.pod b/doc/man-pages/pod8/bos_setauth.pod index e1256d794..6f89b7859 100644 --- a/doc/man-pages/pod8/bos_setauth.pod +++ b/doc/man-pages/pod8/bos_setauth.pod @@ -4,11 +4,17 @@ bos setauth - Sets authorization checking requirements for all server processes =head1 SYNOPSIS -B B<-server> > B<-authrequired> (on | off) - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-a> (on | off) - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< B<-authrequired> (on | off) >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-a> (on | off) >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_setcellname.pod b/doc/man-pages/pod8/bos_setcellname.pod index b7ab1cc01..6f727dafa 100644 --- a/doc/man-pages/pod8/bos_setcellname.pod +++ b/doc/man-pages/pod8/bos_setcellname.pod @@ -4,11 +4,17 @@ bos setcellname - Sets the cell's name in ThisCell and CellServDB =head1 SYNOPSIS -B B<-server> > B<-name> > - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-n> > - [B<-c> >] [B<-n>] [B<-l>] [-h] +B S<<< B<-server> > >>> S<<< B<-name> > >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-n> > >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [-h] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_setrestart.pod b/doc/man-pages/pod8/bos_setrestart.pod index aeeebb578..6110fe8f5 100644 --- a/doc/man-pages/pod8/bos_setrestart.pod +++ b/doc/man-pages/pod8/bos_setrestart.pod @@ -4,12 +4,18 @@ bos setrestart - Sets when the BOS Server restarts processes =head1 SYNOPSIS -B B<-server> > - B<-time> > [B<-general>] [B<-newbinary>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-t> > - [B<-g>] [B<-ne>] [B<-c> >] [B<-no>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> + S<<< B<-time> > >>> [B<-general>] [B<-newbinary>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-t> > >>> + [B<-g>] [B<-ne>] S<<< [B<-c> >] >>> [B<-no>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_shutdown.pod b/doc/man-pages/pod8/bos_shutdown.pod index a1d92d492..9f30af9ef 100644 --- a/doc/man-pages/pod8/bos_shutdown.pod +++ b/doc/man-pages/pod8/bos_shutdown.pod @@ -4,12 +4,18 @@ bos shutdown - Stops a process without changing its status flag =head1 SYNOPSIS -B B<-server> > - [B<-instance> >+] [B<-wait>] [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< [B<-instance> >+] >>> [B<-wait>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > [B<-i> >+] [B<-w>] - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< [B<-i> >+] >>> [B<-w>] + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_start.pod b/doc/man-pages/pod8/bos_start.pod index 265a444f9..fce2944d8 100644 --- a/doc/man-pages/pod8/bos_start.pod +++ b/doc/man-pages/pod8/bos_start.pod @@ -4,12 +4,18 @@ bos start - Starts a process after setting its status flag =head1 SYNOPSIS -B B<-server> > - B<-instance> >+ [B<-cell> >] +=for html +
+ +B S<<< B<-server> > >>> + S<<< B<-instance> >+ >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] -B B<-s> > B<-i> >+ - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-s> > >>> S<<< B<-i> >+ >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_startup.pod b/doc/man-pages/pod8/bos_startup.pod index 717cb6856..ac10c75b7 100644 --- a/doc/man-pages/pod8/bos_startup.pod +++ b/doc/man-pages/pod8/bos_startup.pod @@ -4,11 +4,17 @@ bos startup - Starts a process without changing its status flag =head1 SYNOPSIS -B B<-server> > [B<-instance> >+] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > [B<-i> >+] - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> S<<< [B<-instance> >+] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< [B<-i> >+] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_status.pod b/doc/man-pages/pod8/bos_status.pod index 475577c9b..018d58939 100644 --- a/doc/man-pages/pod8/bos_status.pod +++ b/doc/man-pages/pod8/bos_status.pod @@ -4,11 +4,17 @@ bos status - Displays the status of server processes =head1 SYNOPSIS -B > [-instance >+] -[B<-long>] [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B > [-i >+] -[B<-lon>] [B<-c> >] [B<-n>] [B<-loc>] [B<-h>] +S<<< B > >>> [-instance >+] +[B<-long>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +S<<< B > >>> [-i >+] +[B<-lon>] S<<< [B<-c> >] >>> [B<-n>] [B<-loc>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_stop.pod b/doc/man-pages/pod8/bos_stop.pod index fa1b48b90..da196f22e 100644 --- a/doc/man-pages/pod8/bos_stop.pod +++ b/doc/man-pages/pod8/bos_stop.pod @@ -4,12 +4,18 @@ bos stop - Stops a process after changing its status flag =head1 SYNOPSIS -B B<-server> > - B<-instance> >+ [B<-wait>] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-i> >+ - [B<-w>] [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< B<-server> > >>> + S<<< B<-instance> >+ >>> [B<-wait>] + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-i> >+ >>> + [B<-w>] S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/bos_uninstall.pod b/doc/man-pages/pod8/bos_uninstall.pod index 636f8409c..58ed8502d 100644 --- a/doc/man-pages/pod8/bos_uninstall.pod +++ b/doc/man-pages/pod8/bos_uninstall.pod @@ -4,14 +4,20 @@ bos uninstall - Reverts to the former version of a process's binary file =head1 SYNOPSIS -B B<-server> > - B<-file> >+ [B<-dir> >] - [B<-cell> >] [B<-noauth>] [B<-localauth>] [B<-help>] +=for html +
-B B<-s> > B<-f> >+ - [B<-d> >] [B<-c> >] [B<-n>] [B<-l>] +B S<<< B<-server> > >>> + S<<< B<-file> >+ >>> S<<< [B<-dir> >] >>> + S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + +B S<<< B<-s> > >>> S<<< B<-f> >+ >>> + S<<< [B<-d> >] >>> S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command replaces each binary file specified by the diff --git a/doc/man-pages/pod8/bosserver.pod b/doc/man-pages/pod8/bosserver.pod index 6296af0a1..3433495c8 100644 --- a/doc/man-pages/pod8/bosserver.pod +++ b/doc/man-pages/pod8/bosserver.pod @@ -4,9 +4,15 @@ bosserver - Initializes the BOS Server =head1 SYNOPSIS +=for html +
+ B [B<-noauth>] [B<-log>] [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The bosserver command initializes the Basic OverSeer (BOS) Server diff --git a/doc/man-pages/pod8/buserver.pod b/doc/man-pages/pod8/buserver.pod index d3d4e924e..73e29a00f 100644 --- a/doc/man-pages/pod8/buserver.pod +++ b/doc/man-pages/pod8/buserver.pod @@ -4,11 +4,17 @@ buserver - Initializes the Backup Server =head1 SYNOPSIS -B [B<-database> >] - [B<-cellservdb> >] [B<-resetdb>] +=for html +
+ +B S<<< [B<-database> >] >>> + S<<< [B<-cellservdb> >] >>> [B<-resetdb>] [B<-noauth>] [B<-smallht>] [-servers >+] [B<-enable_peer_stats>] [-enable_process_stats] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the Backup Server, which runs on diff --git a/doc/man-pages/pod8/butc.pod b/doc/man-pages/pod8/butc.pod index 88dba3c14..86b04a048 100644 --- a/doc/man-pages/pod8/butc.pod +++ b/doc/man-pages/pod8/butc.pod @@ -4,11 +4,17 @@ butc - Initializes the Tape Coordinator process =head1 SYNOPSIS -B [B<-port> >] [B<-debuglevel> (0 | 1 | 2)] - [B<-cell> >] [B<-noautoquery>] [B<-localauth>] [B<-help>] +=for html +
-B [B<-p> >] [B<-d> (0 | 1 | 2)] - [B<-c> >] [B<-n>] [B<-l>] [B<-h>] +B S<<< [B<-port> >] >>> S<<< [B<-debuglevel> (0 | 1 | 2)] >>> + S<<< [B<-cell> >] >>> [B<-noautoquery>] [B<-localauth>] [B<-help>] + +B S<<< [B<-p> >] >>> S<<< [B<-d> (0 | 1 | 2)] >>> + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fileserver.pod b/doc/man-pages/pod8/fileserver.pod index 4affa0e58..a33732de1 100644 --- a/doc/man-pages/pod8/fileserver.pod +++ b/doc/man-pages/pod8/fileserver.pod @@ -4,22 +4,28 @@ fileserver - Initializes the File Server component of the fs process =head1 SYNOPSIS -B [B<-d> >] [B<-p> >] - [B<-spare> >] - [B<-pctspare> >] [B<-b> >] - [B<-l> >] [B<-s> >] - [B<-vc> >] [B<-w> >] - [B<-cb> >] [B<-banner>] [B<-novbc>] - [B<-implicit> >] - [B<-hr> >] +=for html +
+ +B S<<< [B<-d> >] >>> S<<< [B<-p> >] >>> + S<<< [B<-spare> >] >>> + S<<< [B<-pctspare> >] >>> S<<< [B<-b> >] >>> + S<<< [B<-l> >] >>> S<<< [B<-s> >] >>> + S<<< [B<-vc> >] >>> S<<< [B<-w> >] >>> + S<<< [B<-cb> >] >>> [B<-banner>] [B<-novbc>] + S<<< [B<-implicit> >] >>> + S<<< [B<-hr> >] >>> [B<-busyat> n >>>] - [B<-rxpck> >] - [B<-rxdbg>] [B<-rxdbge>] [B<-m> >] - [B<-lock>] [B<-L>] [B<-S>] [B<-k> >] - [B<-realm> >] - [B<-udpsize> >] + S<<< [B<-rxpck> >] >>> + [B<-rxdbg>] [B<-rxdbge>] S<<< [B<-m> >] >>> + [B<-lock>] [B<-L>] [B<-S>] S<<< [B<-k> >] >>> + S<<< [B<-realm> >] >>> + S<<< [B<-udpsize> >] >>> [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the File Server component of the diff --git a/doc/man-pages/pod8/fms.pod b/doc/man-pages/pod8/fms.pod index e1b1975ad..167c90b23 100644 --- a/doc/man-pages/pod8/fms.pod +++ b/doc/man-pages/pod8/fms.pod @@ -4,9 +4,15 @@ fms - Determine a tape's capacity and a tape device's filemark size =head1 SYNOPSIS -B B<-tape> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-tape> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_apropos.pod b/doc/man-pages/pod8/fstrace_apropos.pod index 8bb131ad4..777d94b46 100644 --- a/doc/man-pages/pod8/fstrace_apropos.pod +++ b/doc/man-pages/pod8/fstrace_apropos.pod @@ -4,9 +4,15 @@ fstrace apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_clear.pod b/doc/man-pages/pod8/fstrace_clear.pod index a9f02dc93..b265d39f2 100644 --- a/doc/man-pages/pod8/fstrace_clear.pod +++ b/doc/man-pages/pod8/fstrace_clear.pod @@ -4,10 +4,16 @@ fstrace clear - Clears the trace log =head1 SYNOPSIS -B [B<-set> >+] [B<-log> >+] +=for html +
+ +B S<<< [B<-set> >+] >>> S<<< [B<-log> >+] >>> [B<-help>] -B [B<-s> >+] [B<-l> >+] [B<-h>] +B S<<< [B<-s> >+] >>> S<<< [B<-l> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_dump.pod b/doc/man-pages/pod8/fstrace_dump.pod index 6533ec4ed..59da7a387 100644 --- a/doc/man-pages/pod8/fstrace_dump.pod +++ b/doc/man-pages/pod8/fstrace_dump.pod @@ -4,14 +4,20 @@ fstrace dump - Dumps a trace log =head1 SYNOPSIS -B [B<-set> >+] [B<-follow> >] - [B<-file> >] [B<-sleep> >] +=for html +
+ +B S<<< [B<-set> >+] >>> S<<< [B<-follow> >] >>> + S<<< [B<-file> >] >>> S<<< [B<-sleep> >] >>> [B<-help>] -B [B<-se> >+] [B<-fo> >] - [B<-fi> >] [B<-sl> >] +B S<<< [B<-se> >+] >>> S<<< [B<-fo> >] >>> + S<<< [B<-fi> >] >>> S<<< [B<-sl> >] >>> [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command displays the current contents of the C diff --git a/doc/man-pages/pod8/fstrace_help.pod b/doc/man-pages/pod8/fstrace_help.pod index b582f75c8..7c3732fca 100644 --- a/doc/man-pages/pod8/fstrace_help.pod +++ b/doc/man-pages/pod8/fstrace_help.pod @@ -4,9 +4,15 @@ fstrace help - Displays help for fstrace commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_lslog.pod b/doc/man-pages/pod8/fstrace_lslog.pod index dc6e143a8..108e01974 100644 --- a/doc/man-pages/pod8/fstrace_lslog.pod +++ b/doc/man-pages/pod8/fstrace_lslog.pod @@ -4,12 +4,18 @@ fstrace lslog - Displays information about a log =head1 SYNOPSIS -B [B<-set> >+] [B<-log> >] +=for html +
+ +B S<<< [B<-set> >+] >>> S<<< [B<-log> >] >>> [B<-long>] [B<-help>] -B [B<-s> >+] [B<-log> >] [B<-lon>] +B S<<< [B<-s> >+] >>> S<<< [B<-log> >] >>> [B<-lon>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command reports whether the C log is available diff --git a/doc/man-pages/pod8/fstrace_lsset.pod b/doc/man-pages/pod8/fstrace_lsset.pod index 378dff765..34ed0be1a 100644 --- a/doc/man-pages/pod8/fstrace_lsset.pod +++ b/doc/man-pages/pod8/fstrace_lsset.pod @@ -4,9 +4,15 @@ fstrace lsset - Reports the status of an event set =head1 SYNOPSIS -B [B<-set> >+] [B<-help>] +=for html +
-B [B<-s> >+] [B<-h>] +B S<<< [B<-set> >+] >>> [B<-help>] + +B S<<< [B<-s> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_setlog.pod b/doc/man-pages/pod8/fstrace_setlog.pod index 28929951e..ccf9dce6d 100644 --- a/doc/man-pages/pod8/fstrace_setlog.pod +++ b/doc/man-pages/pod8/fstrace_setlog.pod @@ -4,12 +4,18 @@ fstrace setlog - Sets the size of a trace log =head1 SYNOPSIS -B [B<-log> >+] - B<-buffersize> > [B<-help>] +=for html +
-B [B<-l> >+] B<-b> > [B<-h>] +B S<<< [B<-log> >+] >>> + S<<< B<-buffersize> > >>> [B<-help>] -B [B<-l> >+] B<-b> > [B<-h>] +B S<<< [B<-l> >+] >>> S<<< B<-b> > >>> [B<-h>] + +B S<<< [B<-l> >+] >>> S<<< B<-b> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/fstrace_setset.pod b/doc/man-pages/pod8/fstrace_setset.pod index 98aeb1454..dcb47df49 100644 --- a/doc/man-pages/pod8/fstrace_setset.pod +++ b/doc/man-pages/pod8/fstrace_setset.pod @@ -4,10 +4,16 @@ fstrace setset - Sets the status of an event set =head1 SYNOPSIS -B [B<-set> >+] [B<-active>] [B<-inactive>] +=for html +
+ +B S<<< [B<-set> >+] >>> [B<-active>] [B<-inactive>] [B<-dormant>] [B<-help>] -B [B<-s> >+] [B<-a>] [B<-i>] [B<-d>] [B<-h>] +B S<<< [B<-s> >+] >>> [B<-a>] [B<-i>] [B<-d>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kadb_check.pod b/doc/man-pages/pod8/kadb_check.pod index d0e297e7f..2c1c1950a 100644 --- a/doc/man-pages/pod8/kadb_check.pod +++ b/doc/man-pages/pod8/kadb_check.pod @@ -4,11 +4,17 @@ kadb_check - Checks the integrity of the Authentication Database =head1 SYNOPSIS -B B<-database> > [B<-uheader>] [B<-kheader>] - [B<-entries>] [B<-verbose>] [B<-rebuild> >] [B<-help>] +=for html +
-B B<-d> > [B<-u>] [B<-k>] [B<-e>] [B<-v>] - [B<-r> >] [B<-h>] +B S<<< B<-database> > >>> [B<-uheader>] [B<-kheader>] + [B<-entries>] [B<-verbose>] S<<< [B<-rebuild> >] >>> [B<-help>] + +B S<<< B<-d> > >>> [B<-u>] [B<-k>] [B<-e>] [B<-v>] + S<<< [B<-r> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_apropos.pod b/doc/man-pages/pod8/kas_apropos.pod index 4585893c7..27ced0fe2 100644 --- a/doc/man-pages/pod8/kas_apropos.pod +++ b/doc/man-pages/pod8/kas_apropos.pod @@ -4,9 +4,15 @@ kas apropos - Displays each help entry containing a keyword string =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_create.pod b/doc/man-pages/pod8/kas_create.pod index dd16465af..e567eb35d 100644 --- a/doc/man-pages/pod8/kas_create.pod +++ b/doc/man-pages/pod8/kas_create.pod @@ -4,17 +4,23 @@ kas create - Creates an entry in the Authentication Database =head1 SYNOPSIS -B B<-name> > - [B<-initial_password> >] - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> + S<<< [B<-initial_password> >] >>> + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > [B<-i> >] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> S<<< [B<-i> >] >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_delete.pod b/doc/man-pages/pod8/kas_delete.pod index 7c9f1a558..f4288005c 100644 --- a/doc/man-pages/pod8/kas_delete.pod +++ b/doc/man-pages/pod8/kas_delete.pod @@ -4,21 +4,27 @@ kas delete - Deletes an entry from the Authentication Database =head1 SYNOPSIS -B B<-name> > - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +B S<<< B<-na> > >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] -B B<-na> > - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_examine.pod b/doc/man-pages/pod8/kas_examine.pod index 8c98c1c99..1f09c7491 100644 --- a/doc/man-pages/pod8/kas_examine.pod +++ b/doc/man-pages/pod8/kas_examine.pod @@ -4,16 +4,22 @@ kas examine - Displays information from an Authentication Database entry =head1 SYNOPSIS -B B<-name> > [B<-showkey>] - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> [B<-showkey>] + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > [B<-sh>] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-se> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> [B<-sh>] + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-se> >+] >>> [B<-no>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_forgetticket.pod b/doc/man-pages/pod8/kas_forgetticket.pod index a8b45e33c..6fe84065e 100644 --- a/doc/man-pages/pod8/kas_forgetticket.pod +++ b/doc/man-pages/pod8/kas_forgetticket.pod @@ -4,10 +4,16 @@ kas forgetticket - Discards all tickets for the issuer =head1 SYNOPSIS +=for html +
+ B [B<-all>] [B<-help>] B [B<-a>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command discards all of the issuer's tickets diff --git a/doc/man-pages/pod8/kas_help.pod b/doc/man-pages/pod8/kas_help.pod index 7fdb279e6..9e4f0cf0c 100644 --- a/doc/man-pages/pod8/kas_help.pod +++ b/doc/man-pages/pod8/kas_help.pod @@ -4,9 +4,15 @@ kas help - Displays help for kas commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_interactive.pod b/doc/man-pages/pod8/kas_interactive.pod index 3086cb946..8ea203142 100644 --- a/doc/man-pages/pod8/kas_interactive.pod +++ b/doc/man-pages/pod8/kas_interactive.pod @@ -4,15 +4,21 @@ kas interactive - Enters interactive mode =head1 SYNOPSIS +=for html +
+ B - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-n>] [B<-h>] +B S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-n>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_list.pod b/doc/man-pages/pod8/kas_list.pod index d7642d866..088993eb7 100644 --- a/doc/man-pages/pod8/kas_list.pod +++ b/doc/man-pages/pod8/kas_list.pod @@ -4,16 +4,22 @@ kas list - Displays all entries in the Authentication Database =head1 SYNOPSIS +=for html +
+ B [B<-long>] [B<-showadmin>] [B<-showkey>] - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] B [B<-l>] [B<-showa>] [B<-showk>] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-se> >+] [B<-n>] [B<-h>] + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-se> >+] >>> [B<-n>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_listtickets.pod b/doc/man-pages/pod8/kas_listtickets.pod index 879c5b6bc..126b3d309 100644 --- a/doc/man-pages/pod8/kas_listtickets.pod +++ b/doc/man-pages/pod8/kas_listtickets.pod @@ -4,9 +4,15 @@ kas listtickets - Displays all of the issuer's tickets (tokens) =head1 SYNOPSIS -B [B<-name> >] [B<-long>] [B<-help>] +=for html +
-B [B<-n> >] [B<-l>] [B<-h>] +B S<<< [B<-name> >] >>> [B<-long>] [B<-help>] + +B S<<< [B<-n> >] >>> [B<-l>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_noauthentication.pod b/doc/man-pages/pod8/kas_noauthentication.pod index e73b56eee..f55f5f84b 100644 --- a/doc/man-pages/pod8/kas_noauthentication.pod +++ b/doc/man-pages/pod8/kas_noauthentication.pod @@ -4,10 +4,16 @@ kas noauthentication - Discards an authenticated identity in interactive mode =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command closes the (presumably authenticated) diff --git a/doc/man-pages/pod8/kas_quit.pod b/doc/man-pages/pod8/kas_quit.pod index 5ef686305..3ecd0cedf 100644 --- a/doc/man-pages/pod8/kas_quit.pod +++ b/doc/man-pages/pod8/kas_quit.pod @@ -4,10 +4,16 @@ kas quit - Leaves interactive mode =head1 SYNOPSIS +=for html +
+ B [B<-help>] B [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command ends interactive mode, severing the authenticated diff --git a/doc/man-pages/pod8/kas_setfields.pod b/doc/man-pages/pod8/kas_setfields.pod index ccf184bc0..cb45b8c7b 100644 --- a/doc/man-pages/pod8/kas_setfields.pod +++ b/doc/man-pages/pod8/kas_setfields.pod @@ -4,42 +4,48 @@ kas setfields - Sets fields in an Authentication Database entry =head1 SYNOPSIS -B B<-name> > - [B<-flags> >] - [B<-expiration> >] - [B<-lifetime> >] - [B<-pwexpires> >] - [B<-reuse> >] - [B<-attempts> >] - [B<-locktime> >] - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> + S<<< [B<-flags> >] >>> + S<<< [B<-expiration> >] >>> + S<<< [B<-lifetime> >] >>> + S<<< [B<-pwexpires> >] >>> + S<<< [B<-reuse> >] >>> + S<<< [B<-attempts> >] >>> + S<<< [B<-locktime> >] >>> + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > - [B<-f> >] - [B<-e> >] - [B<-li> >] - [B<-pw> >] - [B<-r> >] - [B<-at> >] - [B<-lo> >] - [B<-ad> >] - [B<-pa> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] - -B B<-na> > - [B<-f> >] - [B<-e> >] - [B<-li> >] - [B<-pw> >] - [B<-r> >] - [B<-at> >] - [B<-lo> >] - [B<-ad> >] - [B<-pa> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> + S<<< [B<-f> >] >>> + S<<< [B<-e> >] >>> + S<<< [B<-li> >] >>> + S<<< [B<-pw> >] >>> + S<<< [B<-r> >] >>> + S<<< [B<-at> >] >>> + S<<< [B<-lo> >] >>> + S<<< [B<-ad> >] >>> + S<<< [B<-pa> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +B S<<< B<-na> > >>> + S<<< [B<-f> >] >>> + S<<< [B<-e> >] >>> + S<<< [B<-li> >] >>> + S<<< [B<-pw> >] >>> + S<<< [B<-r> >] >>> + S<<< [B<-at> >] >>> + S<<< [B<-lo> >] >>> + S<<< [B<-ad> >] >>> + S<<< [B<-pa> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_setpassword.pod b/doc/man-pages/pod8/kas_setpassword.pod index 77090fc6f..897424dba 100644 --- a/doc/man-pages/pod8/kas_setpassword.pod +++ b/doc/man-pages/pod8/kas_setpassword.pod @@ -4,30 +4,36 @@ kas setpassword - Changes the key field in an Authentication Database entry =head1 SYNOPSIS -B B<-name> > - [B<-new_password> >] [B<-kvno> >] - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> + S<<< [B<-new_password> >] >>> S<<< [B<-kvno> >] >>> + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > [B<-ne> >] - [B<-k> >] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] - -B B<-na> > [B<-ne> >] - [B<-k> >] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] - -B B<-na> > [B<-ne> >] - [B<-k> >] - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> S<<< [B<-ne> >] >>> + S<<< [B<-k> >] >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +B S<<< B<-na> > >>> S<<< [B<-ne> >] >>> + S<<< [B<-k> >] >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +B S<<< B<-na> > >>> S<<< [B<-ne> >] >>> + S<<< [B<-k> >] >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_statistics.pod b/doc/man-pages/pod8/kas_statistics.pod index 61022724b..389429c31 100644 --- a/doc/man-pages/pod8/kas_statistics.pod +++ b/doc/man-pages/pod8/kas_statistics.pod @@ -4,15 +4,21 @@ kas statistics - Displays statistics from an Authentication Server process =head1 SYNOPSIS +=for html +
+ B - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-n>] [B<-h>] +B S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-n>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_stringtokey.pod b/doc/man-pages/pod8/kas_stringtokey.pod index 866851998..0f5d00bba 100644 --- a/doc/man-pages/pod8/kas_stringtokey.pod +++ b/doc/man-pages/pod8/kas_stringtokey.pod @@ -4,10 +4,16 @@ kas stringtokey - Converts a character string into an octal key =head1 SYNOPSIS -B B<-string> > - [B<-cell> >] [B<-help>] +=for html +
-B B<-s> > [B<-c> >] [B<-h>] +B S<<< B<-string> > >>> + S<<< [B<-cell> >] >>> [B<-help>] + +B S<<< B<-s> > >>> S<<< [B<-c> >] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kas_unlock.pod b/doc/man-pages/pod8/kas_unlock.pod index 1461431eb..df37e613c 100644 --- a/doc/man-pages/pod8/kas_unlock.pod +++ b/doc/man-pages/pod8/kas_unlock.pod @@ -4,16 +4,22 @@ kas unlock - Unlocks a locked user account =head1 SYNOPSIS -B B<-name> > - [B<-admin_username> >] - [B<-password_for_admin> >] [B<-cell> >] - [B<-servers> >+] +=for html +
+ +B S<<< B<-name> > >>> + S<<< [B<-admin_username> >] >>> + S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>> + S<<< [B<-servers> >+] >>> [B<-noauth>] [B<-help>] -B B<-na> > - [B<-a> >] - [B<-p> >] [B<-c> >] - [B<-s> >+] [B<-no>] [B<-h>] +B S<<< B<-na> > >>> + S<<< [B<-a> >] >>> + S<<< [B<-p> >] >>> S<<< [B<-c> >] >>> + S<<< [B<-s> >+] >>> [B<-no>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kdb.pod b/doc/man-pages/pod8/kdb.pod index 5aa05c958..2ce846ac9 100644 --- a/doc/man-pages/pod8/kdb.pod +++ b/doc/man-pages/pod8/kdb.pod @@ -4,8 +4,14 @@ kdb - Displays log or privileged actions performed by the Authentication Server =head1 SYNOPSIS -B [B<-dbmfile> >] - [B<-key> >] [B<-help>] +=for html +
+ +B S<<< [B<-dbmfile> >] >>> + S<<< [B<-key> >] >>> [B<-help>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/kpwvalid.pod b/doc/man-pages/pod8/kpwvalid.pod index 46b2bf71b..6e3504428 100644 --- a/doc/man-pages/pod8/kpwvalid.pod +++ b/doc/man-pages/pod8/kpwvalid.pod @@ -4,8 +4,14 @@ kpwvalid - Checks quality of new password =head1 SYNOPSIS +=for html +
+ B +=for html +
+ =head1 DESCRIPTION The B command checks the quality of a new password passed to it diff --git a/doc/man-pages/pod8/package.pod b/doc/man-pages/pod8/package.pod index 1e572fa6b..ea95f41b1 100644 --- a/doc/man-pages/pod8/package.pod +++ b/doc/man-pages/pod8/package.pod @@ -4,15 +4,21 @@ package - Configures files and directories on the local disk =head1 SYNOPSIS -B [I] [B<-config> >] - [B<-fullconfig> >] +=for html +
+ +B [I] S<<< [B<-config> >] >>> + S<<< [B<-fullconfig> >] >>> [B<-overwrite>] [B<-noaction>] [B<-verbose>] [B<-silent>] [B<-rebootfiles>] [B<-debug>] [B<-help>] -B [B] [B<-c> >] - [B<-f> >] +B [B] S<<< [B<-c> >] >>> + S<<< [B<-f> >] >>> [B<-o>] [B<-n>] [B<-v>] [B<-s>] [B<-r>] [B<-d>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command configures the machine's local disk to comply with diff --git a/doc/man-pages/pod8/prdb_check.pod b/doc/man-pages/pod8/prdb_check.pod index c5bd758f5..dff97f525 100644 --- a/doc/man-pages/pod8/prdb_check.pod +++ b/doc/man-pages/pod8/prdb_check.pod @@ -4,10 +4,16 @@ prdb_check - Checks the integrity of the Protection Database =head1 SYNOPSIS -B B<-database> > [B<-uheader>] [B<-pheader>] +=for html +
+ +B S<<< B<-database> > >>> [B<-uheader>] [B<-pheader>] [B<-entries>] [B<-verbose>] [B<-help>] -B B<-d> > [B<-u>] [B<-p>] [B<-e>] [B<-v>] [B<-h>] +B S<<< B<-d> > >>> [B<-u>] [B<-p>] [B<-e>] [B<-v>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/ptserver.pod b/doc/man-pages/pod8/ptserver.pod index e0c4a0fcd..f14fd21ef 100644 --- a/doc/man-pages/pod8/ptserver.pod +++ b/doc/man-pages/pod8/ptserver.pod @@ -4,10 +4,16 @@ ptserver - Initializes the Protection Server =head1 SYNOPSIS -B [B<-database> >] [B<-p> >] +=for html +
+ +B S<<< [B<-database> >] >>> S<<< [B<-p> >] >>> [B<-rebuildDB>] [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the Protection Server, which must run diff --git a/doc/man-pages/pod8/salvager.pod b/doc/man-pages/pod8/salvager.pod index 4d0621979..2057e1502 100644 --- a/doc/man-pages/pod8/salvager.pod +++ b/doc/man-pages/pod8/salvager.pod @@ -4,14 +4,20 @@ salvager - Initializes the Salvager component of the fs process =head1 SYNOPSIS -B [I] [B<-partition> >] - [B<-volumeid> >] [B<-debug>] [B<-nowrite>] +=for html +
+ +B [I] S<<< [B<-partition> >] >>> + S<<< [B<-volumeid> >] >>> [B<-debug>] [B<-nowrite>] [B<-inodes>] [B<-force>] [B<-oktozap>] [B<-rootinodes>] [B<-salvagedirs>] [B<-blockreads>] - [B<-parallel> >] - [B<-tmpdir> >] + S<<< [B<-parallel> >] >>> + S<<< [B<-tmpdir> >] >>> [B<-showlog>] [B<-showsuid>] [B<-showmounts>] - [B<-orphans> (ignore | remove | attach)] [B<-help>] + S<<< [B<-orphans> (ignore | remove | attach)] >>> [B<-help>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/upclient.pod b/doc/man-pages/pod8/upclient.pod index 79b7175db..574ec21f8 100644 --- a/doc/man-pages/pod8/upclient.pod +++ b/doc/man-pages/pod8/upclient.pod @@ -4,9 +4,15 @@ upclient - Initializes the client portion of the Update Server =head1 SYNOPSIS -B > [B<-crypt>] [B<-clear>] [B<-t> >] +=for html +
+ +S<<< B > >>> [B<-crypt>] [B<-clear>] S<<< [B<-t> >] >>> [B<-verbose>]* >+ [B<-help>] +=for html +
+ =head1 DESCRIPTION The upclient command initializes the client portion of the Update diff --git a/doc/man-pages/pod8/upserver.pod b/doc/man-pages/pod8/upserver.pod index 8944df1e0..ebf0afd9a 100644 --- a/doc/man-pages/pod8/upserver.pod +++ b/doc/man-pages/pod8/upserver.pod @@ -4,8 +4,14 @@ upserver - Initializes the server portion of the Update Server =head1 SYNOPSIS -B [>+] [B<-crypt> >+] - [B<-clear> >+] [B<-auth> >+] [B<-help>] +=for html +
+ +B [>+] S<<< [B<-crypt> >+] >>> + S<<< [B<-clear> >+] >>> S<<< [B<-auth> >+] >>> [B<-help>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/uss_add.pod b/doc/man-pages/pod8/uss_add.pod index ae70a3b56..3babd7b35 100644 --- a/doc/man-pages/pod8/uss_add.pod +++ b/doc/man-pages/pod8/uss_add.pod @@ -4,30 +4,36 @@ uss add - Creates a user account =head1 SYNOPSIS -B B<-user> > [B<-realname> >] - [B<-pass> >] +=for html +
+ +B S<<< B<-user> > >>> S<<< [B<-realname> >] >>> + S<<< [B<-pass> >] >>> [B<-pwexpires> never) >>>] - [B<-server> >] - [B<-partition> >] - [B<-mount> >] - [B<-uid> >] - [B<-template> >] - [B<-verbose>] [B<-var> >+] - [B<-cell> >] [B<-admin> >] + S<<< [B<-server> >] >>> + S<<< [B<-partition> >] >>> + S<<< [B<-mount> >] >>> + S<<< [B<-uid> >] >>> + S<<< [B<-template> >] >>> + [B<-verbose>] S<<< [B<-var> >+] >>> + S<<< [B<-cell> >] >>> S<<< [B<-admin> >] >>> [B<-dryrun>] [B<-skipauth>] [B<-overwrite>] [B<-help>] -B B<-us> > [B<-r> >] - [B<-pas> >] +B S<<< B<-us> > >>> S<<< [B<-r> >] >>> + S<<< [B<-pas> >] >>> [B<-pw> never) >>>] - [B<-se> >] - [B<-par> >] - [B<-m> >] - [B<-ui> >] - [B<-t> >] [B<-ve>] - [B<-va> >+] [B<-c> >] - [B<-a> >] [B<-d>] [B<-sk>] [B<-o>] + S<<< [B<-se> >] >>> + S<<< [B<-par> >] >>> + S<<< [B<-m> >] >>> + S<<< [B<-ui> >] >>> + S<<< [B<-t> >] >>> [B<-ve>] + S<<< [B<-va> >+] >>> S<<< [B<-c> >] >>> + S<<< [B<-a> >] >>> [B<-d>] [B<-sk>] [B<-o>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command creates entries in the Protection Database and diff --git a/doc/man-pages/pod8/uss_apropos.pod b/doc/man-pages/pod8/uss_apropos.pod index e7db9677d..e0a8f8e93 100644 --- a/doc/man-pages/pod8/uss_apropos.pod +++ b/doc/man-pages/pod8/uss_apropos.pod @@ -4,9 +4,15 @@ uss apropos - Displays each help entry containing a keyword string. =head1 SYNOPSIS -B B<-topic> > [B<-help>] +=for html +
-B B<-t> > [B<-h>] +B S<<< B<-topic> > >>> [B<-help>] + +B S<<< B<-t> > >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/uss_bulk.pod b/doc/man-pages/pod8/uss_bulk.pod index c9950677b..9fbcbafc9 100644 --- a/doc/man-pages/pod8/uss_bulk.pod +++ b/doc/man-pages/pod8/uss_bulk.pod @@ -4,20 +4,26 @@ uss bulk - Executes multiple uss commands listed in a file =head1 SYNOPSIS -B B<-file> > - [B<-template> >] [B<-verbose>] - [B<-cell> >] - [B<-admin> >] [B<-dryrun>] +=for html +
+ +B S<<< B<-file> > >>> + S<<< [B<-template> >] >>> [B<-verbose>] + S<<< [B<-cell> >] >>> + S<<< [B<-admin> >] >>> [B<-dryrun>] [B<-skipauth>] [B<-overwrite>] [B<-pwexpires> never)>>] [B<-pipe>] [B<-help>] -B B<-f> > [B<-t> >] - [B<-v>] [B<-c> >] - [B<-a> >] [B<-d>] [B<-s>] +B S<<< B<-f> > >>> S<<< [B<-t> >] >>> + [B<-v>] S<<< [B<-c> >] >>> + S<<< [B<-a> >] >>> [B<-d>] [B<-s>] [B<-o>] [B<-pw> never)>>] [B<-pi>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command executes the uss commands listed in the I B<-user> > - [B<-mountpoint> >] - [B<-savevolume>] [B<-verbose>] [B<-cell> >] - [B<-admin> >] [B<-dryrun>] +=for html +
+ +B S<<< B<-user> > >>> + S<<< [B<-mountpoint> >] >>> + [B<-savevolume>] [B<-verbose>] S<<< [B<-cell> >] >>> + S<<< [B<-admin> >] >>> [B<-dryrun>] [B<-skipauth>] [B<-help>] -B B<-u> > [B<-m> >] - [B<-sa>] [B<-v>] [B<-c> >] - [B<-a> >] [B<-d>] [B<-sk>] [B<-h>] +B S<<< B<-u> > >>> S<<< [B<-m> >] >>> + [B<-sa>] [B<-v>] S<<< [B<-c> >] >>> + S<<< [B<-a> >] >>> [B<-d>] [B<-sk>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/uss_help.pod b/doc/man-pages/pod8/uss_help.pod index ee1053f9c..dc309c1ee 100644 --- a/doc/man-pages/pod8/uss_help.pod +++ b/doc/man-pages/pod8/uss_help.pod @@ -4,9 +4,15 @@ uss help - Displays help for uss commands =head1 SYNOPSIS -B [B<-topic> >+] [B<-help>] +=for html +
-B [B<-t> >+] [B<-h>] +B S<<< [B<-topic> >+] >>> [B<-help>] + +B S<<< [B<-t> >+] >>> [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/vldb_check.pod b/doc/man-pages/pod8/vldb_check.pod index e9a480d11..ce8394956 100644 --- a/doc/man-pages/pod8/vldb_check.pod +++ b/doc/man-pages/pod8/vldb_check.pod @@ -4,12 +4,18 @@ vldb_check - Checks the integrity of the VLDB =head1 SYNOPSIS -B B<-database> > [B<-uheader>] [B<-vheader>] +=for html +
+ +B S<<< B<-database> > >>> [B<-uheader>] [B<-vheader>] [B<-servers>] [B<-entries>] [B<-verbose>] [B<-help>] -B B<-d> > [B<-u>] [B<-vh>] [B<-s>] [B<-e>] +B S<<< B<-d> > >>> [B<-u>] [B<-vh>] [B<-s>] [B<-e>] [B<-ve>] [B<-h>] +=for html +
+ =head1 DESCRIPTION The B command checks the integrity of the Volume Location diff --git a/doc/man-pages/pod8/vlserver.pod b/doc/man-pages/pod8/vlserver.pod index e55ecf7d7..0d22718f2 100644 --- a/doc/man-pages/pod8/vlserver.pod +++ b/doc/man-pages/pod8/vlserver.pod @@ -4,9 +4,15 @@ vlserver - Initializes the Volume Location Server =head1 SYNOPSIS -B [B<-p> >] [B<-nojumbo>] +=for html +
+ +B S<<< [B<-p> >] >>> [B<-nojumbo>] [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the Volume Location (VL) Server, which diff --git a/doc/man-pages/pod8/voldump.pod b/doc/man-pages/pod8/voldump.pod index c25a0837a..ebe0525d4 100644 --- a/doc/man-pages/pod8/voldump.pod +++ b/doc/man-pages/pod8/voldump.pod @@ -4,11 +4,17 @@ voldump - Dump an AFS volume without using the Volume Server =head1 SYNOPSIS -B B<-part> > B<-volumeid> > - [B<-file> >] [B<-verbose>] [B<-help>] +=for html +
-B B<-p> > B<-vo> > - [B<-f> >] [B<-ve>] [B<-h>] +B S<<< B<-part> > >>> S<<< B<-volumeid> > >>> + S<<< [B<-file> >] >>> [B<-verbose>] [B<-help>] + +B S<<< B<-p> > >>> S<<< B<-vo> > >>> + S<<< [B<-f> >] >>> [B<-ve>] [B<-h>] + +=for html +
=head1 DESCRIPTION diff --git a/doc/man-pages/pod8/volinfo.pod b/doc/man-pages/pod8/volinfo.pod index 6e80446fc..5215428b5 100644 --- a/doc/man-pages/pod8/volinfo.pod +++ b/doc/man-pages/pod8/volinfo.pod @@ -4,11 +4,17 @@ volinfo - Produces detailed statistics about AFS volume headers =head1 SYNOPSIS +=for html +
+ B [B<-online>] [B<-vnode>] [B<-date>] [B<-inode>] [B<-itime>] - [B<-part> >+] - [B<-volumeid> >+] [B<-header>] [B<-sizeOnly>] + S<<< [B<-part> >+] >>> + S<<< [B<-volumeid> >+] >>> [B<-header>] [B<-sizeOnly>] [B<-fixheader>] [B<-saveinodes>] [B<-orphaned>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command displays detailed statistics about one or more diff --git a/doc/man-pages/pod8/volserver.pod b/doc/man-pages/pod8/volserver.pod index b76ae3ea9..559ad5b4f 100644 --- a/doc/man-pages/pod8/volserver.pod +++ b/doc/man-pages/pod8/volserver.pod @@ -4,10 +4,16 @@ volserver - Initializes the Volume Server component of the fs process =head1 SYNOPSIS -B [B<-log>] [B<-p> >] - [B<-udpsize> >] +=for html +
+ +B [B<-log>] S<<< [B<-p> >] >>> + S<<< [B<-udpsize> >] >>> [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] +=for html +
+ =head1 DESCRIPTION The B command initializes the Volume Server component of the diff --git a/doc/man-pages/pod8/xfs_size_check.pod b/doc/man-pages/pod8/xfs_size_check.pod index 5b07b4de8..1e2ecec03 100644 --- a/doc/man-pages/pod8/xfs_size_check.pod +++ b/doc/man-pages/pod8/xfs_size_check.pod @@ -4,8 +4,14 @@ xfs_size_check - Verifies proper IRIX inode configuration =head1 SYNOPSIS +=for html +
+ B +=for html +
+ =head1 DESCRIPTION The B command, when run on a file server machine that runs diff --git a/doc/man-pages/style.css b/doc/man-pages/style.css index f5b8a8d67..475925bba 100644 --- a/doc/man-pages/style.css +++ b/doc/man-pages/style.css @@ -53,6 +53,9 @@ body.pod h3 { margin-left: 1em } body.pod h4 { margin-left: 1em } + /* Special handling for the synopsis section to outdent the first line. */ + body.pod .synopsis { padding-left: 2em; text-indent: -2em; } + body.contentspage { color: #000; background-color: #fff; -- 2.39.5