diff options
Diffstat (limited to 'static/plan9-4e/man4/archfs.4')
| -rw-r--r-- | static/plan9-4e/man4/archfs.4 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static/plan9-4e/man4/archfs.4 b/static/plan9-4e/man4/archfs.4 new file mode 100644 index 00000000..0ba744c5 --- /dev/null +++ b/static/plan9-4e/man4/archfs.4 @@ -0,0 +1,46 @@ +.TH ARCHFS 4 +.SH NAME +archfs \- mount mkfs-style archive +.SH SYNOPSIS +.B archfs +[ +.B -abcC +] +[ +.B -m +.I mtpt +] +.I archfile +.SH DESCRIPTION +.I Archfs +mounts at +.I mtpt +(default +.BR /mnt/arch ) +a file system presenting the contents of an +archive in the format produced by +the +.B -a +flag to +.IR mkfs (8). +The +.BR -a , +.BR -b , +.BR -c , +and +.B -C +flags control the flag argument +to the +.B mount +system call +(see +.IR bind (2)) +as in the +.B mount +command +(see +.IR bind (1)). +.SH SOURCE +.B /sys/src/cmd/archfs.c +.SH SEE ALSO +.IR mkfs (8) |
