Change reference from mount_devfs(8) to mount(8), and add an example.
Remove reference to mount_fdescfs(8), since mount(8) calls nmount() directly to mount an fdescfs filesystem, instead of forking an external mount_fdescfs program.
This commit is contained in:
parent
dc74159da6
commit
ae90fb5a59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164464
@ -87,13 +87,19 @@ call other than
|
||||
and
|
||||
.Dv O_RDWR
|
||||
are ignored.
|
||||
.Sh EXAMPLES
|
||||
To mount a
|
||||
.Nm
|
||||
volume located on
|
||||
.Pa /dev/fd :
|
||||
.Pp
|
||||
.Dl "mount -t fdescfs null /dev/fd"
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/stderr -compact
|
||||
.It Pa /dev/fd/#
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mount_devfs 8 ,
|
||||
.Xr mount_fdescfs 8
|
||||
.Xr mount 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user