diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-11-21 04:56:50 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-11-21 04:56:50 +0000 |
commit | 4477c672d70f2a7df21bb179e4c25419993079e7 (patch) | |
tree | 7a6717111edb8ac15a90a2754bd63e9ed17784b8 /share | |
parent | bcc65cbefc6ba075a92b5d87e248c64653ac1674 (diff) | |
download | FreeBSD-src-4477c672d70f2a7df21bb179e4c25419993079e7.zip FreeBSD-src-4477c672d70f2a7df21bb179e4c25419993079e7.tar.gz |
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.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/fdescfs.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 27f08b0..4ab0b0d 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -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 |