summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committeruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /share/man
parent1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff)
downloadFreeBSD-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')
-rw-r--r--share/man/man3/fpgetround.34
-rw-r--r--share/man/man4/cmx.410
-rw-r--r--share/man/man4/uhso.48
-rw-r--r--share/man/man5/boot.config.510
-rw-r--r--share/man/man5/fdescfs.58
-rw-r--r--share/man/man5/linsysfs.516
-rw-r--r--share/man/man9/namei.98
-rw-r--r--share/man/man9/uio.924
8 files changed, 44 insertions, 44 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3
index 33c94b7..73fc1a0 100644
--- a/share/man/man3/fpgetround.3
+++ b/share/man/man3/fpgetround.3
@@ -170,10 +170,10 @@ At present, they are implemented only on the i386 and amd64 platforms.
.Sh SEE ALSO
.Xr fenv 3 ,
.Xr isnan 3
+.Sh HISTORY
+These routines are based on SysV/386 routines of the same name.
.Sh CAVEATS
After a floating point exception and before a mask is set, the sticky
flags must be reset.
If another exception occurs before the sticky
flags are reset, then a wrong exception type may be signaled.
-.Sh HISTORY
-These routines are based on SysV/386 routines of the same name.
diff --git a/share/man/man4/cmx.4 b/share/man/man4/cmx.4
index b71bf66..b8db111 100644
--- a/share/man/man4/cmx.4
+++ b/share/man/man4/cmx.4
@@ -67,11 +67,6 @@ and
are supported and work as expected. An open file descriptor
will always be ready for writing, but only ready for reading
if the device indicates that it has data available.
-.Sh COMPATIBILITY
-Userland smartcard code written for the vendor's Linux drivers
-should work with the
-.Nm
-driver without modification.
.Sh FILES
.Bl -tag -width /usr/ports/security/openct -compact
.It Pa /dev/cmx\fBn\fP
@@ -91,6 +86,11 @@ devices.
.\".Nm
.\"devices.
.El
+.Sh COMPATIBILITY
+Userland smartcard code written for the vendor's Linux drivers
+should work with the
+.Nm
+driver without modification.
.Sh SEE ALSO
.Xr pccard 4
.Sh HISTORY
diff --git a/share/man/man4/uhso.4 b/share/man/man4/uhso.4
index e4d6df5..d7018ba 100644
--- a/share/man/man4/uhso.4
+++ b/share/man/man4/uhso.4
@@ -87,6 +87,10 @@ This behavior can be disabled by setting
.Va hw.usb.uhso.auto_switch
to 0 using
.Xr sysctl 8
+.Sh FILES
+.Bl -tag -width "XXXXXX"
+.It Pa /dev/cuaU?.?
+.El
.Sh EXAMPLES
Establishing a packet interface connection
.Bd -literal -offset indent
@@ -112,10 +116,6 @@ The connection can be terminated with
.Bd -literal -offset indent
AT_OWANCALL=1,0,1
.Ed
-.Sh FILES
-.Bl -tag -width "XXXXXX"
-.It Pa /dev/cuaU?.?
-.El
.Sh SEE ALSO
.Xr ucom 4 ,
.Xr usb 4
diff --git a/share/man/man5/boot.config.5 b/share/man/man5/boot.config.5
index 41cc55c..681fc3a 100644
--- a/share/man/man5/boot.config.5
+++ b/share/man/man5/boot.config.5
@@ -64,6 +64,11 @@ the other options available for
are documented in detail in the
.Xr boot 8
manual page.
+.Sh FILES
+.Bl -tag -width /boot.config -compact
+.It Pa /boot.config
+parameters for the boot blocks (optional)
+.El
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -90,11 +95,6 @@ The command:
.Ed
.Pp
will do both of the above.
-.Sh FILES
-.Bl -tag -width /boot.config -compact
-.It Pa /boot.config
-parameters for the boot blocks (optional)
-.El
.Sh SEE ALSO
.Xr boot 8 ,
.Xr loader 8
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
diff --git a/share/man/man5/linsysfs.5 b/share/man/man5/linsysfs.5
index a586564..f3ea3cf 100644
--- a/share/man/man5/linsysfs.5
+++ b/share/man/man5/linsysfs.5
@@ -55,14 +55,6 @@ registered driver name for these devices.
.It Pa device
A symlink to the PCI device directory.
.El
-.Sh EXAMPLES
-The most common usage follows:
-.Pp
-.Dl "mount -t linsysfs linsys /compat/linux/sys"
-.Pp
-where
-.Pa /compat/linux/sys
-is a mount point.
.Sh FILES
.Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact
.It Pa /compat/linux/sys
@@ -73,6 +65,14 @@ The storage host node.
.It Pa /compat/linux/sys/devices/pci0000:00
The PCI device hierarchy node.
.El
+.Sh EXAMPLES
+The most common usage follows:
+.Pp
+.Dl "mount -t linsysfs linsys /compat/linux/sys"
+.Pp
+where
+.Pa /compat/linux/sys
+is a mount point.
.Sh SEE ALSO
.Xr nmount 2 ,
.Xr unmount 2 ,
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 33f753f..c941004 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -319,6 +319,10 @@ function.
If successful,
.Fn namei
will return 0, otherwise it will return an error.
+.Sh FILES
+.Bl -tag
+.It Pa src/sys/kern/vfs_lookup.c
+.El
.Sh ERRORS
Errors which
.Fn namei
@@ -343,10 +347,6 @@ An attempt is made to open a directory with write mode specified.
.It Bq Er EROFS
An attempt is made to modify a file or directory on a read-only file system.
.El
-.Sh FILES
-.Bl -tag
-.It Pa src/sys/kern/vfs_lookup.c
-.El
.Sh SEE ALSO
.Xr uio 9 ,
.Xr uma 9 ,
diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9
index 0ddb2d3..2e79f9c 100644
--- a/share/man/man9/uio.9
+++ b/share/man/man9/uio.9
@@ -115,18 +115,6 @@ space.
On success
.Fn uiomove
will return 0, on error it will return an appropriate errno.
-.Sh ERRORS
-.Fn uiomove
-will fail and return the following error code if:
-.Bl -tag -width Er
-.It Bq Er EFAULT
-The invoked
-.Xr copyin 9
-or
-.Xr copyout 9
-returned
-.Er EFAULT
-.El
.Sh EXAMPLES
The idea is that the driver maintains a private buffer for its data,
and processes the request in chunks of maximal the size of this
@@ -167,6 +155,18 @@ fooread(dev_t dev, struct uio *uio, int flag)
return (rv);
}
.Ed
+.Sh ERRORS
+.Fn uiomove
+will fail and return the following error code if:
+.Bl -tag -width Er
+.It Bq Er EFAULT
+The invoked
+.Xr copyin 9
+or
+.Xr copyout 9
+returned
+.Er EFAULT
+.El
.Sh SEE ALSO
.Xr read 2 ,
.Xr readv 2 ,
OpenPOWER on IntegriCloud