Fix various mdoc issues and some EOL whitespace.

Found with:	mandoc -Tlint
This commit is contained in:
Christian Brueffer 2014-12-21 10:57:42 +00:00
parent 05a1e019f3
commit 1e9469d188
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275993
29 changed files with 56 additions and 56 deletions

View File

@ -59,11 +59,11 @@ A shared lock is held.
The lock is not held by anyone. The lock is not held by anyone.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr lockstatus 9 ,
.Xr buf 9 , .Xr buf 9 ,
.Xr BUF_LOCK 9 , .Xr BUF_LOCK 9 ,
.Xr BUF_UNLOCK 9 , .Xr BUF_UNLOCK 9 ,
.Xr lockmgr 9 .Xr lockmgr 9 ,
.Xr lockstatus 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Attilio Rao Aq Mt attilio@FreeBSD.org . .An Attilio Rao Aq Mt attilio@FreeBSD.org .

View File

@ -86,8 +86,8 @@ The most recent binding request is the one that will be in effect.
.Sh RETURN VALUES .Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned. Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO .Sh SEE ALSO
.Xr BUS_SETUP_INTR 9 ,
.Xr cpuset 2 , .Xr cpuset 2 ,
.Xr BUS_SETUP_INTR 9 ,
.Xr device 9 .Xr device 9
.Sh HISTORY .Sh HISTORY
The The

View File

@ -87,9 +87,9 @@ the interrupt handler name.
.Sh RETURN VALUES .Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned. Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO .Sh SEE ALSO
.Xr BUS_SETUP_INTR 9 ,
.Xr systat 1 , .Xr systat 1 ,
.Xr vmstat 8 , .Xr vmstat 8 ,
.Xr BUS_SETUP_INTR 9 ,
.Xr device 9 , .Xr device 9 ,
.Xr printf 9 .Xr printf 9
.Sh HISTORY .Sh HISTORY

View File

@ -68,7 +68,7 @@ command, respectively.
.Pp .Pp
The general command syntax: The general command syntax:
.Cm command Ns Op Li \&/ Ns Ar modifier .Cm command Ns Op Li \&/ Ns Ar modifier
.Ar address Ns Op Li , Ns Ar count , .Ar address Ns Op , Ns Ar count ,
translates into the following parameters for translates into the following parameters for
.Fa command_function : .Fa command_function :
.Bl -tag -width Fa -offset indent .Bl -tag -width Fa -offset indent

View File

@ -261,7 +261,7 @@ operation.
Callbacks invoked when a process exits. Callbacks invoked when a process exits.
.It Vt process_fini .It Vt process_fini
Callback invoked when a process memory is destroyed. Callback invoked when a process memory is destroyed.
This is never called. This is never called.
.It Vt process_fork .It Vt process_fork
Callbacks invoked when a process forks a child. Callbacks invoked when a process forks a child.
.It Vt process_init .It Vt process_init

View File

@ -54,8 +54,8 @@ rather than implementing empty functions or casting to
.Xr VFS_SYNC 9 , .Xr VFS_SYNC 9 ,
.Xr VFS_UNMOUNT 9 , .Xr VFS_UNMOUNT 9 ,
.Xr VFS_VGET 9 , .Xr VFS_VGET 9 ,
.Xr VOP_VPTOFH 9 , .Xr vnode 9 ,
.Xr vnode 9 .Xr VOP_VPTOFH 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Doug Rabson . .An Doug Rabson .

View File

@ -81,8 +81,8 @@ and
.Sh SEE ALSO .Sh SEE ALSO
.Xr VFS 9 , .Xr VFS 9 ,
.Xr VFS_FHTOVP 9 , .Xr VFS_FHTOVP 9 ,
.Xr VOP_VPTOFH 9 , .Xr vnode 9 ,
.Xr vnode 9 .Xr VOP_VPTOFH 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Alfred Perlstein . .An Alfred Perlstein .

View File

@ -76,8 +76,8 @@ The locked vnode for the file will be returned in
.Sh SEE ALSO .Sh SEE ALSO
.Xr VFS 9 , .Xr VFS 9 ,
.Xr VFS_CHECKEXP 9 , .Xr VFS_CHECKEXP 9 ,
.Xr VOP_VPTOFH 9 , .Xr vnode 9 ,
.Xr vnode 9 .Xr VOP_VPTOFH 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Doug Rabson . .An Doug Rabson .

View File

@ -104,8 +104,8 @@ VFS_SET(myfs_vfsops, myfs, 0);
.Xr jail 2 , .Xr jail 2 ,
.Xr jail 8 , .Xr jail 8 ,
.Xr DECLARE_MODULE 9 , .Xr DECLARE_MODULE 9 ,
.Xr vfsconf 9 , .Xr vfs_modevent 9 ,
.Xr vfs_modevent 9 .Xr vfsconf 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Chad David Aq Mt davidc@acns.ab.ca . .An Chad David Aq Mt davidc@acns.ab.ca .

View File

@ -100,8 +100,9 @@ with these control flags:
.Bl -tag -width ".Dv LK_CANRECURSE" -offset indent -compact .Bl -tag -width ".Dv LK_CANRECURSE" -offset indent -compact
.It Dv LK_INTERLOCK .It Dv LK_INTERLOCK
Specify when the caller already has a simple lock Specify when the caller already has a simple lock
.Fn ( VOP_LOCK .Po Fn VOP_LOCK
will unlock the simple lock after getting the lock). will unlock the simple lock after getting the lock
.Pc .
.It Dv LK_RETRY .It Dv LK_RETRY
Retry until locked. Retry until locked.
.El .El

View File

@ -78,8 +78,8 @@ The buffer was not large enough to hold the vnode's component name.
The vnode was not found on the file system. The vnode was not found on the file system.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr VOP_LOOKUP 9 , .Xr vnode 9 ,
.Xr vnode 9 .Xr VOP_LOOKUP 9
.Sh NOTES .Sh NOTES
This interface is a work in progress. This interface is a work in progress.
.Sh HISTORY .Sh HISTORY

View File

@ -67,7 +67,7 @@ on the socket
.Sh SEE ALSO .Sh SEE ALSO
.Xr setsockopt 2 , .Xr setsockopt 2 ,
.Xr accept_filter 9 , .Xr accept_filter 9 ,
.Xr accf_dns 9 .Xr accf_dns 9 ,
.Xr accf_http 9 .Xr accf_http 9
.Sh HISTORY .Sh HISTORY
The accept filter mechanism and the The accept filter mechanism and the

View File

@ -69,8 +69,8 @@ on a socket
.Sh SEE ALSO .Sh SEE ALSO
.Xr setsockopt 2 , .Xr setsockopt 2 ,
.Xr accept_filter 9 , .Xr accept_filter 9 ,
.Xr accf_data 9 ,
.Xr accf_http 9 .Xr accf_http 9
.Xr accf_data 9
.Sh HISTORY .Sh HISTORY
The accept filter mechanism was introduced in The accept filter mechanism was introduced in
.Fx 4.0 . .Fx 4.0 .

View File

@ -207,10 +207,10 @@ The following values are valid:
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr acl 3 , .Xr acl 3 ,
.Xr vaccess 9 ,
.Xr vaccess_acl_nfs4 9 , .Xr vaccess_acl_nfs4 9 ,
.Xr vaccess_acl_posix1e 9 , .Xr vaccess_acl_posix1e 9 ,
.Xr VFS 9 , .Xr VFS 9 ,
.Xr vaccess 9 ,
.Xr VOP_ACLCHECK 9 , .Xr VOP_ACLCHECK 9 ,
.Xr VOP_GETACL 9 , .Xr VOP_GETACL 9 ,
.Xr VOP_SETACL 9 .Xr VOP_SETACL 9

View File

@ -417,10 +417,10 @@ and either the queue is full or the system is shutting down.
NOTE: invalid arguments to non-void functions will result in NOTE: invalid arguments to non-void functions will result in
undefined behaviour. undefined behaviour.
.Sh SEE ALSO .Sh SEE ALSO
.Xr syslog 3 ,
.Xr kproc 9 , .Xr kproc 9 ,
.Xr ktr 9 , .Xr ktr 9 ,
.Xr msleep_spin 9 , .Xr msleep_spin 9 ,
.Xr syslog 3 ,
.Xr vnode 9 .Xr vnode 9
.Sh HISTORY .Sh HISTORY
The The

View File

@ -114,8 +114,8 @@ filedescriptor, or
was called. was called.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr open 2 ,
.Xr close 2 , .Xr close 2 ,
.Xr open 2 ,
.Xr devfs 5 , .Xr devfs 5 ,
.Xr kern_openat 9 .Xr kern_openat 9
.Sh HISTORY .Sh HISTORY

View File

@ -179,13 +179,13 @@ methods control timers associated with the current CPU.
Driver may deregister its functionality by calling Driver may deregister its functionality by calling
.Fn et_deregister . .Fn et_deregister .
.Pp .Pp
If the frequency of the clock hardware can change while it is If the frequency of the clock hardware can change while it is
running (for example, during power-saving modes), the driver must call running (for example, during power-saving modes), the driver must call
.Fn et_change_frequency .Fn et_change_frequency
on each change. on each change.
If the given event timer is the active timer, If the given event timer is the active timer,
.Fn et_change_frequency .Fn et_change_frequency
stops the timer on all CPUs, updates stops the timer on all CPUs, updates
.Va et->frequency , .Va et->frequency ,
then restarts the timer on all CPUs so that all then restarts the timer on all CPUs so that all
current events are rescheduled using the new frequency. current events are rescheduled using the new frequency.

View File

@ -253,8 +253,8 @@ and
These calls also synchronize hardware key state update These calls also synchronize hardware key state update
when receive traffic is active. when receive traffic is active.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ieee80211 9 ,
.Xr ioctl 2 , .Xr ioctl 2 ,
.Xr wlan_ccmp 4 , .Xr wlan_ccmp 4 ,
.Xr wlan_tkip 4 , .Xr wlan_tkip 4 ,
.Xr wlan_wep 4 .Xr wlan_wep 4 ,
.Xr ieee80211 9

View File

@ -418,7 +418,7 @@ lock used to protect interface-related address lists.
.Xr queue 3 .Xr queue 3
macro glue for the list of clonable network interfaces. macro glue for the list of clonable network interfaces.
.It Va if_groups .It Va if_groups
.Pq Fn TAILQ_HEAD ", ifg_list" .Pq Fn TAILQ_HEAD "" "ifg_list"
The head of the The head of the
.Xr queue 3 .Xr queue 3
.Li TAILQ .Li TAILQ
@ -1410,7 +1410,8 @@ address whose remote address is
if one is found. if one is found.
If If
.Fa ignore_ptp .Fa ignore_ptp
is true, skip point-to-point interface addresses. The is true, skip point-to-point interface addresses.
The
.Fa fib .Fa fib
parameter is handled the same way as by parameter is handled the same way as by
.Fn ifa_ifwithdstaddr . .Fn ifa_ifwithdstaddr .

View File

@ -395,8 +395,9 @@ There must be no
.Vt knotes .Vt knotes
associated with the associated with the
.Vt knlist .Vt knlist
.Fn ( knlist_empty .Po Fn knlist_empty
returns true) returns true
.Pc
and no more and no more
.Vt knotes .Vt knotes
may be attached to the object. may be attached to the object.

View File

@ -411,12 +411,12 @@ will be the result of trying.
.Sh SEE ALSO .Sh SEE ALSO
.Xr condvar 9 , .Xr condvar 9 ,
.Xr locking 9 , .Xr locking 9 ,
.Xr mtx_assert 9 ,
.Xr mutex 9 , .Xr mutex 9 ,
.Xr panic 9 ,
.Xr rwlock 9 , .Xr rwlock 9 ,
.Xr sleep 9 , .Xr sleep 9 ,
.Xr sx 9 , .Xr sx 9 ,
.Xr mtx_assert 9 ,
.Xr panic 9 ,
.Xr VOP_PRINT 9 .Xr VOP_PRINT 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by

View File

@ -391,17 +391,17 @@ At this time this is a rather easy to remember table.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr witness 4 , .Xr witness 4 ,
.Xr BUS_SETUP_INTR 9 ,
.Xr condvar 9 , .Xr condvar 9 ,
.Xr lock 9 , .Xr lock 9 ,
.Xr LOCK_PROFILING 9 ,
.Xr mtx_pool 9 , .Xr mtx_pool 9 ,
.Xr mutex 9 , .Xr mutex 9 ,
.Xr rmlock 9 , .Xr rmlock 9 ,
.Xr rwlock 9 , .Xr rwlock 9 ,
.Xr sema 9 , .Xr sema 9 ,
.Xr sleep 9 , .Xr sleep 9 ,
.Xr sx 9 , .Xr sx 9
.Xr BUS_SETUP_INTR 9 ,
.Xr LOCK_PROFILING 9
.Sh HISTORY .Sh HISTORY
These These
functions appeared in functions appeared in

View File

@ -1183,8 +1183,10 @@ slab allocation.
.Sh AUTHORS .Sh AUTHORS
The original The original
.Nm .Nm
manual page was written by Yar Tikhiy. manual page was written by
.An Yar Tikhiy .
The The
.Xr uma 9 .Xr uma 9
.Vt mbuf .Vt mbuf
allocator was written by Bosko Milekic. allocator was written by
.An Bosko Milekic .

View File

@ -39,7 +39,7 @@
.In sys/param.h .In sys/param.h
.In sys/refcount.h .In sys/refcount.h
.Ft void .Ft void
.Fn refcount_init "volatile u_int *count, u_int value" .Fn refcount_init "volatile u_int *count" "u_int value"
.Ft void .Ft void
.Fn refcount_acquire "volatile u_int *count" .Fn refcount_acquire "volatile u_int *count"
.Ft int .Ft int

View File

@ -199,7 +199,7 @@ callback.
. .
.Fn usbd_transfer_start .Fn usbd_transfer_start
This function will start the USB transfer pointed to by This function will start the USB transfer pointed to by
.Fa xfer, .Fa xfer ,
if not already started. if not already started.
. .
This function is always non-blocking and must be called with the This function is always non-blocking and must be called with the
@ -212,7 +212,7 @@ pointer.
. .
.Fn usbd_transfer_stop .Fn usbd_transfer_stop
This function will stop the USB transfer pointed to by This function will stop the USB transfer pointed to by
.Fa xfer, .Fa xfer ,
if not already stopped. if not already stopped.
. .
This function is always non-blocking and must be called with the This function is always non-blocking and must be called with the

View File

@ -205,7 +205,6 @@ function panics if
.Fa m .Fa m
is not exclusive busied. is not exclusive busied.
.Sh SEE ALSO .Sh SEE ALSO
.Xr VOP_GETPAGES 9 ,
.Xr vm_page_aflag 9 , .Xr vm_page_aflag 9 ,
.Xr vm_page_alloc 9 , .Xr vm_page_alloc 9 ,
.Xr vm_page_deactivate 9 , .Xr vm_page_deactivate 9 ,
@ -213,4 +212,5 @@ is not exclusive busied.
.Xr vm_page_grab 9 , .Xr vm_page_grab 9 ,
.Xr vm_page_insert 9 , .Xr vm_page_insert 9 ,
.Xr vm_page_lookup 9 , .Xr vm_page_lookup 9 ,
.Xr vm_page_rename 9 .Xr vm_page_rename 9 ,
.Xr VOP_GETPAGES 9

View File

@ -100,8 +100,7 @@
.Fa "struct vnet *" .Fa "struct vnet *"
.Fc .Fc
.\" .\"
.Fo CURVNET_RESTORE .Fn CURVNET_RESTORE
.Fc
.\" .\"
.Fo VNET_ITERATOR_DECL .Fo VNET_ITERATOR_DECL
.Fa "struct vnet *" .Fa "struct vnet *"
@ -113,14 +112,10 @@
.\" ------------------------------------------------------------ .\" ------------------------------------------------------------
.Ss "Locking" .Ss "Locking"
.\" .\"
.Fo VNET_LIST_RLOCK .Fn VNET_LIST_RLOCK
.Fc .Fn VNET_LIST_RUNLOCK
.Fo VNET_LIST_RUNLOCK .Fn VNET_LIST_RLOCK_NOSLEEP
.Fc .Fn VNET_LIST_RUNLOCK_NOSLEEP
.Fo VNET_LIST_RLOCK_NOSLEEP
.Fc
.Fo VNET_LIST_RUNLOCK_NOSLEEP
.Fc
.\" ------------------------------------------------------------ .\" ------------------------------------------------------------
.Ss "Startup and Teardown Functions" .Ss "Startup and Teardown Functions"
.\" .\"

View File

@ -158,6 +158,7 @@ interlock, will cause a LOR (Lock Order Reversal) due to the
intertwining of VM Objects and Vnodes. intertwining of VM Objects and Vnodes.
.Sh SEE ALSO .Sh SEE ALSO
.Xr malloc 9 , .Xr malloc 9 ,
.Xr VFS 9 ,
.Xr VOP_ACCESS 9 , .Xr VOP_ACCESS 9 ,
.Xr VOP_ACLCHECK 9 , .Xr VOP_ACLCHECK 9 ,
.Xr VOP_ADVISE 9 , .Xr VOP_ADVISE 9 ,
@ -190,8 +191,7 @@ intertwining of VM Objects and Vnodes.
.Xr VOP_SETEXTATTR 9 , .Xr VOP_SETEXTATTR 9 ,
.Xr VOP_STRATEGY 9 , .Xr VOP_STRATEGY 9 ,
.Xr VOP_VPTOCNP 9 , .Xr VOP_VPTOCNP 9 ,
.Xr VOP_VPTOFH 9 , .Xr VOP_VPTOFH 9
.Xr VFS 9
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Doug Rabson . .An Doug Rabson .

View File

@ -337,7 +337,7 @@ macro declares a static read only
oid that exports the approximate current occupancy of the zone. oid that exports the approximate current occupancy of the zone.
The The
.Fa zone .Fa zone
argument should be a pointer to argument should be a pointer to
.Vt uma_zone_t . .Vt uma_zone_t .
A read of the oid returns value obtained through A read of the oid returns value obtained through
.Fn uma_zone_get_cur . .Fn uma_zone_get_cur .