mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
minor mods
This commit is contained in:
parent
fdf67c1eec
commit
865d0e5e00
1 changed files with 6 additions and 8 deletions
|
@ -4,7 +4,7 @@ vacfs \- a Venti-based file system
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vacfs
|
.B vacfs
|
||||||
[
|
[
|
||||||
.B -dips
|
.B -dip
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -c
|
.B -c
|
||||||
|
@ -19,7 +19,7 @@ vacfs \- a Venti-based file system
|
||||||
.\" .I mtpt
|
.\" .I mtpt
|
||||||
.\" ]
|
.\" ]
|
||||||
[
|
[
|
||||||
.B -S
|
.B -s
|
||||||
.I srvname
|
.I srvname
|
||||||
]
|
]
|
||||||
.I vacfile
|
.I vacfile
|
||||||
|
@ -28,8 +28,7 @@ vacfs \- a Venti-based file system
|
||||||
interprets the file system created by
|
interprets the file system created by
|
||||||
.IR vac (1)
|
.IR vac (1)
|
||||||
so that it can be mounted into a Plan 9 file hierarchy.
|
so that it can be mounted into a Plan 9 file hierarchy.
|
||||||
The data for the file system is stored on
|
The data for the file system is stored on a Venti server
|
||||||
.IR venti (8)
|
|
||||||
with a root fingerprint specified in
|
with a root fingerprint specified in
|
||||||
.IR vacfile .
|
.IR vacfile .
|
||||||
.I Vacfs
|
.I Vacfs
|
||||||
|
@ -54,9 +53,9 @@ The default is taken from the environment variable
|
||||||
.BR venti .
|
.BR venti .
|
||||||
If this variable does not exist, then the default is the
|
If this variable does not exist, then the default is the
|
||||||
metaname
|
metaname
|
||||||
.BR $venti ,
|
.BR $venti .
|
||||||
which can be configured via
|
.\" which can be configured via
|
||||||
.IR ndb (6).
|
.\" .IR ndb (6).
|
||||||
.TP
|
.TP
|
||||||
.B -i
|
.B -i
|
||||||
Use file descriptors 0 and 1 as the 9P communication channel rather than create a pipe.
|
Use file descriptors 0 and 1 as the 9P communication channel rather than create a pipe.
|
||||||
|
@ -85,4 +84,3 @@ extension.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR vac (1),
|
.IR vac (1),
|
||||||
Plan 9's \fIventi\fR(8)
|
Plan 9's \fIventi\fR(8)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue