mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
897625ff9b
new file: man/man4/mntgen.4 new file: src/cmd/mntgen.c
32 lines
455 B
Groff
32 lines
455 B
Groff
.TH MNTGEN 4
|
|
.SH NAME
|
|
mntgen \- automatically generate mount points for file systems
|
|
.SH SYNOPSIS
|
|
.B mntgen
|
|
[
|
|
.B -s
|
|
.I service
|
|
]
|
|
[
|
|
.I mnt
|
|
]
|
|
.SH DESCRIPTION
|
|
.I Mntgen
|
|
mounts itself on
|
|
.I mnt
|
|
(default
|
|
.BR /n )
|
|
after the current contents,
|
|
creating subdirectories on demand as they are accessed.
|
|
It is intended to supply mount points automatically.
|
|
.PP
|
|
The
|
|
.B -s
|
|
option causes
|
|
.I mntgen
|
|
to post a 9P
|
|
.I service \fR
|
|
file.
|
|
.SH SOURCE
|
|
.B \*9/src/cmd/mntgen.c
|
|
|