diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
commit | 64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch) | |
tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /share/man/man5/fdescfs.5 | |
parent | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff) | |
download | FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.zip FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.tar.gz |
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
Diffstat (limited to 'share/man/man5/fdescfs.5')
-rw-r--r-- | share/man/man5/fdescfs.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 4e63f22..b844451 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -87,6 +87,10 @@ call other than and .Dv O_RDWR are ignored. +.Sh FILES +.Bl -tag -width /dev/stderr -compact +.It Pa /dev/fd/# +.El .Sh EXAMPLES To mount a .Nm @@ -94,10 +98,6 @@ 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 8 .Sh HISTORY |