diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
commit | 0b31f1f731fd769e1b2c31ea74459d28d995729a (patch) | |
tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /share | |
parent | 0afc94c17a8772df34294778904e816258542498 (diff) |
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
Notes
Notes:
svn path=/head/; revision=208028
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/fpgetround.3 | 4 | ||||
-rw-r--r-- | share/man/man4/cmx.4 | 10 | ||||
-rw-r--r-- | share/man/man4/uhso.4 | 8 | ||||
-rw-r--r-- | share/man/man5/boot.config.5 | 10 | ||||
-rw-r--r-- | share/man/man5/fdescfs.5 | 8 | ||||
-rw-r--r-- | share/man/man5/linsysfs.5 | 16 | ||||
-rw-r--r-- | share/man/man9/namei.9 | 8 | ||||
-rw-r--r-- | share/man/man9/uio.9 | 24 |
8 files changed, 44 insertions, 44 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index 33c94b7eb638..73fc1a08d975 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 b71bf6608aac..b8db11122e59 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 e4d6df5b2aaf..d7018baac1cc 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 41cc55c9c71f..681fc3aa765f 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 4e63f22cfff1..b8444516e64f 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 a5865642a136..f3ea3cff08ed 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 33f753f14499..c9410045da21 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 0ddb2d39f999..2e79f9cca9fb 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 , |