diff options
author | rsc <devnull@localhost> | 2005-07-18 23:05:26 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-18 23:05:26 +0000 |
commit | e5e159fd69fec9875176908eb7cd61ada10a4442 (patch) | |
tree | ed5371d4710e99c38349fa31877eea71b5ba798a /man/man8 | |
parent | c075fbeedc885f974fb22709f4938a7e81e183cb (diff) | |
download | plan9port-e5e159fd69fec9875176908eb7cd61ada10a4442.tar.gz plan9port-e5e159fd69fec9875176908eb7cd61ada10a4442.tar.bz2 plan9port-e5e159fd69fec9875176908eb7cd61ada10a4442.zip |
tweaks
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/INDEX | 21 | ||||
-rw-r--r-- | man/man8/listen1.8 | 3 | ||||
-rw-r--r-- | man/man8/vbackup.8 | 9 |
3 files changed, 26 insertions, 7 deletions
diff --git a/man/man8/INDEX b/man/man8/INDEX index 56cb5d9f..fa57eaf7 100644 --- a/man/man8/INDEX +++ b/man/man8/INDEX @@ -1 +1,20 @@ -[a-z0-9:]* [a-z0-9:]*.[0-9]* +listen1 listen1.8 +vbackup vbackup.8 +vcat vbackup.8 +vftp vbackup.8 +vmount vbackup.8 +vmount0 vbackup.8 +vnfs vbackup.8 +rdarena venti-backup.8 +venti-backup venti-backup.8 +wrarena venti-backup.8 +buildindex venti-fmt.8 +checkarenas venti-fmt.8 +checkindex venti-fmt.8 +conf venti-fmt.8 +fmtarenas venti-fmt.8 +fmtindex venti-fmt.8 +fmtisect venti-fmt.8 +syncindex venti-fmt.8 +venti-fmt venti-fmt.8 +venti venti.8 diff --git a/man/man8/listen1.8 b/man/man8/listen1.8 index 566ac9b4..0c4fc7a4 100644 --- a/man/man8/listen1.8 +++ b/man/man8/listen1.8 @@ -34,7 +34,6 @@ The .B -v flag causes verbose logging on standard output. .SH SOURCE -.B \*9/src/cmd/aux/listen1.c +.B \*9/src/cmd/listen1.c .SH "SEE ALSO" .IR dial (3) - diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8 index 029d8031..27f72947 100644 --- a/man/man8/vbackup.8 +++ b/man/man8/vbackup.8 @@ -114,12 +114,14 @@ Turn on debugging output. Trace interactions with Venti server. .TP .B -m \fImntname -Set backup name -(defaults to -.IR sysname (3)): +Set backup name: this name is used in the printed .B mount command. +The default is the name returned by +.I sysname +(see +.IR getuser (3)). .TP .B -n No-op mode: do not write any blocks to the server @@ -336,4 +338,3 @@ Mount the backups on a client machine using .EE .PP (Users of fancy shells may need to quote the address argument.) - |