diff options
author | hmp <hmp@FreeBSD.org> | 2005-06-28 20:15:19 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2005-06-28 20:15:19 +0000 |
commit | 6b954a193369412e75e975e42282c8ae82dcc944 (patch) | |
tree | 9a6458737742ddd42edcffae764da84f19c74e4d | |
parent | 880222c4c8ef2a1e00fb0a20441914e4e0c538fb (diff) | |
download | FreeBSD-src-6b954a193369412e75e975e42282c8ae82dcc944.zip FreeBSD-src-6b954a193369412e75e975e42282c8ae82dcc944.tar.gz |
Use 'manual page' instead of 'man page' for consistency.
Approved by: re (hrs)
141 files changed, 144 insertions, 144 deletions
diff --git a/share/man/man9/BUF_LOCK.9 b/share/man/man9/BUF_LOCK.9 index d4a239b..ca414ec 100644 --- a/share/man/man9/BUF_LOCK.9 +++ b/share/man/man9/BUF_LOCK.9 @@ -71,5 +71,5 @@ information on non-zero return values. .Xr BUF_UNLOCK 9 , .Xr lockmgr 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/BUF_LOCKFREE.9 b/share/man/man9/BUF_LOCKFREE.9 index 5f5d71d..d356f0d 100644 --- a/share/man/man9/BUF_LOCKFREE.9 +++ b/share/man/man9/BUF_LOCKFREE.9 @@ -59,5 +59,5 @@ The buffer whose lock is to be destroyed. .Xr BUF_UNLOCK 9 , .Xr lockdestroy 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/BUF_LOCKINIT.9 b/share/man/man9/BUF_LOCKINIT.9 index bf8216a..286e7f8 100644 --- a/share/man/man9/BUF_LOCKINIT.9 +++ b/share/man/man9/BUF_LOCKINIT.9 @@ -58,5 +58,5 @@ The buffer whose lock it to be initialized. .Xr lockinit 9 , .Xr lockmgr 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/BUF_REFCNT.9 b/share/man/man9/BUF_REFCNT.9 index a285893..622c2c5 100644 --- a/share/man/man9/BUF_REFCNT.9 +++ b/share/man/man9/BUF_REFCNT.9 @@ -57,5 +57,5 @@ The buffer whose lock reference count is to be returned. .Xr BUF_UNLOCK 9 , .Xr lockcount 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9 index 2c9c6d4..31ca200 100644 --- a/share/man/man9/BUF_TIMELOCK.9 +++ b/share/man/man9/BUF_TIMELOCK.9 @@ -79,5 +79,5 @@ for details on non-zero return values. .Xr BUF_UNLOCK 9 , .Xr lockmgr 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/BUF_UNLOCK.9 b/share/man/man9/BUF_UNLOCK.9 index b6081db..0b6b0b3 100644 --- a/share/man/man9/BUF_UNLOCK.9 +++ b/share/man/man9/BUF_UNLOCK.9 @@ -60,5 +60,5 @@ The buffer must already be locked. .Xr BUF_TIMELOCK 9 , .Xr lockmgr 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/DELAY.9 b/share/man/man9/DELAY.9 index a8e059b..ac6231c 100644 --- a/share/man/man9/DELAY.9 +++ b/share/man/man9/DELAY.9 @@ -43,5 +43,5 @@ Delay for .Fa delay microseconds (1/1000000th of a second). .Sh AUTHORS -This man page was written by +This manual page was written by .An Alfred Perlstein . diff --git a/share/man/man9/DEVICE_ATTACH.9 b/share/man/man9/DEVICE_ATTACH.9 index 79ae200..ccb9f27 100644 --- a/share/man/man9/DEVICE_ATTACH.9 +++ b/share/man/man9/DEVICE_ATTACH.9 @@ -67,5 +67,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr DEVICE_PROBE 9 , .Xr DEVICE_SHUTDOWN 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson Aq dfr@FreeBSD.org . diff --git a/share/man/man9/DEVICE_DETACH.9 b/share/man/man9/DEVICE_DETACH.9 index ea0e2ac..8b4c43c 100644 --- a/share/man/man9/DEVICE_DETACH.9 +++ b/share/man/man9/DEVICE_DETACH.9 @@ -61,5 +61,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr DEVICE_PROBE 9 , .Xr DEVICE_SHUTDOWN 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/DEVICE_IDENTIFY.9 b/share/man/man9/DEVICE_IDENTIFY.9 index bdea57b..4257407 100644 --- a/share/man/man9/DEVICE_IDENTIFY.9 +++ b/share/man/man9/DEVICE_IDENTIFY.9 @@ -90,5 +90,5 @@ foo_identify(driver_t *driver, device_t parent) .Xr DEVICE_PROBE 9 , .Xr DEVICE_SHUTDOWN 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Alexander Langer Aq alex@FreeBSD.org . diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index 057fced..b7b67f6 100644 --- a/share/man/man9/DEVICE_PROBE.9 +++ b/share/man/man9/DEVICE_PROBE.9 @@ -90,5 +90,5 @@ priority, e.g.\& -100 indicates a lower priority than -50. .Xr DEVICE_IDENTIFY 9 , .Xr DEVICE_SHUTDOWN 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/DEVICE_SHUTDOWN.9 b/share/man/man9/DEVICE_SHUTDOWN.9 index a38fae4..0bf6a8b 100644 --- a/share/man/man9/DEVICE_SHUTDOWN.9 +++ b/share/man/man9/DEVICE_SHUTDOWN.9 @@ -53,5 +53,5 @@ Zero is returned on success, otherwise an error is returned. .Xr DEVICE_IDENTIFY 9 , .Xr DEVICE_PROBE 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9 index 5d2c530..55a9302 100644 --- a/share/man/man9/VOP_ACCESS.9 +++ b/share/man/man9/VOP_ACCESS.9 @@ -148,5 +148,5 @@ requested access. .Xr vaccess_acl_posix1e 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_ACLCHECK.9 b/share/man/man9/VOP_ACLCHECK.9 index 5b52ed0..6210228 100644 --- a/share/man/man9/VOP_ACLCHECK.9 +++ b/share/man/man9/VOP_ACLCHECK.9 @@ -98,5 +98,5 @@ The file system does not support .Xr VOP_GETACL 9 , .Xr VOP_SETACL 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . diff --git a/share/man/man9/VOP_ADVLOCK.9 b/share/man/man9/VOP_ADVLOCK.9 index 7159481..bdb00b7 100644 --- a/share/man/man9/VOP_ADVLOCK.9 +++ b/share/man/man9/VOP_ADVLOCK.9 @@ -84,5 +84,5 @@ Zero is returned on success, otherwise an error is returned. .Xr flock 2 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index c5cc091..0ea3ee6 100644 --- a/share/man/man9/VOP_ATTRIB.9 +++ b/share/man/man9/VOP_ATTRIB.9 @@ -162,5 +162,5 @@ The file system is read-only. .Xr vnode 9 , .Xr VOP_ACCESS 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_BWRITE.9 b/share/man/man9/VOP_BWRITE.9 index 226df718..0b8f7e0 100644 --- a/share/man/man9/VOP_BWRITE.9 +++ b/share/man/man9/VOP_BWRITE.9 @@ -52,5 +52,5 @@ Zero is returned on success, otherwise an error is returned. .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_CREATE.9 b/share/man/man9/VOP_CREATE.9 index 3eb1a44..691c93b 100644 --- a/share/man/man9/VOP_CREATE.9 +++ b/share/man/man9/VOP_CREATE.9 @@ -157,5 +157,5 @@ The function appeared in .Bx 4.3 . .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_FSYNC.9 b/share/man/man9/VOP_FSYNC.9 index 4c1db5e..a847265 100644 --- a/share/man/man9/VOP_FSYNC.9 +++ b/share/man/man9/VOP_FSYNC.9 @@ -146,5 +146,5 @@ Quota exceeded. .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9 index 71cc094..ba81908 100644 --- a/share/man/man9/VOP_GETACL.9 +++ b/share/man/man9/VOP_GETACL.9 @@ -92,5 +92,5 @@ The file system does not support .Xr VOP_ACLCHECK 9 , .Xr VOP_SETACL 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . diff --git a/share/man/man9/VOP_GETVOBJECT.9 b/share/man/man9/VOP_GETVOBJECT.9 index a3dac8f..e2e0ba4 100644 --- a/share/man/man9/VOP_GETVOBJECT.9 +++ b/share/man/man9/VOP_GETVOBJECT.9 @@ -109,5 +109,5 @@ functions. .Xr VOP_GETPAGES 9 , .Xr VOP_PUTPAGES 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Boris Popov . diff --git a/share/man/man9/VOP_INACTIVE.9 b/share/man/man9/VOP_INACTIVE.9 index a2d4ef8..f74b020 100644 --- a/share/man/man9/VOP_INACTIVE.9 +++ b/share/man/man9/VOP_INACTIVE.9 @@ -109,5 +109,5 @@ vop_reclaim(struct vnode *vp, struct thread *td) .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_IOCTL.9 b/share/man/man9/VOP_IOCTL.9 index 93dbdcb..6b2f94a 100644 --- a/share/man/man9/VOP_IOCTL.9 +++ b/share/man/man9/VOP_IOCTL.9 @@ -80,5 +80,5 @@ vop_ioctl(struct vnode *vp, int command, caddr_t data, int fflag, .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_LINK.9 b/share/man/man9/VOP_LINK.9 index 4691a53..559526c 100644 --- a/share/man/man9/VOP_LINK.9 +++ b/share/man/man9/VOP_LINK.9 @@ -110,5 +110,5 @@ A hard link is not possible between different file systems. .Xr vn_lock 9 , .Xr vnode 9 .Sh AUTHORS -This man page was originally written by +This manual page was originally written by .An Doug Rabson . diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 5b7472d..57d8f72 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -189,5 +189,5 @@ vop_islocked(struct vnode *vp) .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index a8aecc1..270f83f 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -443,7 +443,7 @@ The function appeared in .Bx 4.3 . .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson , with some text from comments in .Pa ufs_lookup.c . diff --git a/share/man/man9/VOP_OPENCLOSE.9 b/share/man/man9/VOP_OPENCLOSE.9 index fb0d635..d6f8d5d 100644 --- a/share/man/man9/VOP_OPENCLOSE.9 +++ b/share/man/man9/VOP_OPENCLOSE.9 @@ -110,5 +110,5 @@ vop_open(struct vnode *vp, int mode, struct ucred *cred, struct thread *td) .Xr vnode 9 , .Xr VOP_LOOKUP 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_PATHCONF.9 b/share/man/man9/VOP_PATHCONF.9 index 933c991..056f647 100644 --- a/share/man/man9/VOP_PATHCONF.9 +++ b/share/man/man9/VOP_PATHCONF.9 @@ -84,5 +84,5 @@ is returned. .Xr pathconf 2 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_PRINT.9 b/share/man/man9/VOP_PRINT.9 index 577d75b..2da85f9 100644 --- a/share/man/man9/VOP_PRINT.9 +++ b/share/man/man9/VOP_PRINT.9 @@ -50,5 +50,5 @@ Zero is returned on success, otherwise an error is returned. .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_RDWR.9 b/share/man/man9/VOP_RDWR.9 index 928b860..28f495f 100644 --- a/share/man/man9/VOP_RDWR.9 +++ b/share/man/man9/VOP_RDWR.9 @@ -235,5 +235,5 @@ write before the current end of file. .Xr uiomove 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9 index 33702c3..bf4c6b2 100644 --- a/share/man/man9/VOP_READDIR.9 +++ b/share/man/man9/VOP_READDIR.9 @@ -170,5 +170,5 @@ A read error occurred while reading the directory. .Sh SEE ALSO .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_READLINK.9 b/share/man/man9/VOP_READLINK.9 index 51d1713..0fb5e47 100644 --- a/share/man/man9/VOP_READLINK.9 +++ b/share/man/man9/VOP_READLINK.9 @@ -78,5 +78,5 @@ A read error occurred while reading the contents of the symlink. .Xr uiomove 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_REALLOCBLKS.9 b/share/man/man9/VOP_REALLOCBLKS.9 index a5d7628..9209844 100644 --- a/share/man/man9/VOP_REALLOCBLKS.9 +++ b/share/man/man9/VOP_REALLOCBLKS.9 @@ -55,5 +55,5 @@ Zero is returned on success, otherwise an error is returned. .Xr buf 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_REMOVE.9 b/share/man/man9/VOP_REMOVE.9 index 94156c3..260de40 100644 --- a/share/man/man9/VOP_REMOVE.9 +++ b/share/man/man9/VOP_REMOVE.9 @@ -104,5 +104,5 @@ An attempt was made to remove a directory which is not empty. .Xr vnode 9 , .Xr VOP_LOOKUP 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9 index 3c381b0..6e04014 100644 --- a/share/man/man9/VOP_REVOKE.9 +++ b/share/man/man9/VOP_REVOKE.9 @@ -66,5 +66,5 @@ must be unlocked on entry, and will remain unlocked upon return. .Xr make_dev_alias 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Brian Fundakowski Feldman . diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9 index 2e1a774..b6a7003 100644 --- a/share/man/man9/VOP_SETACL.9 +++ b/share/man/man9/VOP_SETACL.9 @@ -101,5 +101,5 @@ The file system is read-only. .Xr VOP_ACLCHECK 9 , .Xr VOP_GETACL 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9 index 71b11c9..ccb8aaa 100644 --- a/share/man/man9/VOP_SETEXTATTR.9 +++ b/share/man/man9/VOP_SETEXTATTR.9 @@ -115,5 +115,5 @@ The file system is read-only. .Xr VOP_GETEXTATTR 9 , .Xr VOP_LISTEXTATTR 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9 index 88d0083..709a929 100644 --- a/share/man/man9/VOP_STRATEGY.9 +++ b/share/man/man9/VOP_STRATEGY.9 @@ -58,5 +58,5 @@ Zero is returned on success, otherwise an error is returned. .\" .Xr buf 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/acl.9 b/share/man/man9/acl.9 index 5b7ce66..f54da34 100644 --- a/share/man/man9/acl.9 +++ b/share/man/man9/acl.9 @@ -205,5 +205,5 @@ typedef struct acl_t_struct *acl_t; .Xr VOP_GETACL 9 , .Xr VOP_SETACL 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . diff --git a/share/man/man9/bpf.9 b/share/man/man9/bpf.9 index 57c5225..c7c4b1d 100644 --- a/share/man/man9/bpf.9 +++ b/share/man/man9/bpf.9 @@ -69,9 +69,9 @@ in the form of a filter machine program. The .Xr bpf 4 -man page +manual page describes the interface used by user programs. -This man page describes the functions used by interfaces to pass packets to +This manual page describes the functions used by interfaces to pass packets to .Nm and the functions for testing and running .Nm diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index 3d7a474..6a5443a 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -176,7 +176,7 @@ should be saved in the softc of the device after these calls. .Xr driver 9 .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Alexander Langer Aq alex@big.endian.de with parts by .An Warner Losh Aq imp@FreeBSD.org . diff --git a/share/man/man9/bus_child_present.9 b/share/man/man9/bus_child_present.9 index 9e8b37d..12577ad 100644 --- a/share/man/man9/bus_child_present.9 +++ b/share/man/man9/bus_child_present.9 @@ -83,5 +83,5 @@ if (bus_child_present(dev)) .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Warner Losh Aq imp@FreeBSD.org . diff --git a/share/man/man9/bus_generic_attach.9 b/share/man/man9/bus_generic_attach.9 index 1bae1e6..e53bd5d 100644 --- a/share/man/man9/bus_generic_attach.9 +++ b/share/man/man9/bus_generic_attach.9 @@ -54,5 +54,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/bus_generic_detach.9 b/share/man/man9/bus_generic_detach.9 index 0151d49..9a2a6f8b 100644 --- a/share/man/man9/bus_generic_detach.9 +++ b/share/man/man9/bus_generic_detach.9 @@ -55,5 +55,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/bus_generic_print_child.9 b/share/man/man9/bus_generic_print_child.9 index b4f1b87..80a04ff 100644 --- a/share/man/man9/bus_generic_print_child.9 +++ b/share/man/man9/bus_generic_print_child.9 @@ -61,5 +61,5 @@ The number of characters output. .Sh SEE ALSO .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/bus_generic_read_ivar.9 b/share/man/man9/bus_generic_read_ivar.9 index 100bdb0..5474b43 100644 --- a/share/man/man9/bus_generic_read_ivar.9 +++ b/share/man/man9/bus_generic_read_ivar.9 @@ -53,5 +53,5 @@ These functions simply return .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/bus_generic_shutdown.9 b/share/man/man9/bus_generic_shutdown.9 index 5cb7738..215d859 100644 --- a/share/man/man9/bus_generic_shutdown.9 +++ b/share/man/man9/bus_generic_shutdown.9 @@ -55,5 +55,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/bus_release_resource.9 b/share/man/man9/bus_release_resource.9 index 85e777b..68187cc 100644 --- a/share/man/man9/bus_release_resource.9 +++ b/share/man/man9/bus_release_resource.9 @@ -102,5 +102,5 @@ The kernel will panic, if it cannot release the resource. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Alexander Langer Aq alex@big.endian.de . diff --git a/share/man/man9/bus_set_resource.9 b/share/man/man9/bus_set_resource.9 index bbd061a..cda47b6 100644 --- a/share/man/man9/bus_set_resource.9 +++ b/share/man/man9/bus_set_resource.9 @@ -92,5 +92,5 @@ Zero is returned on success, otherwise an error is returned. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Warner Losh Aq imp@FreeBSD.org . diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index d4386dc..ccafa23 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,6 +1,6 @@ .\" $OpenBSD: crypto.9,v 1.19 2002/07/16 06:31:57 angelos Exp $ .\" -.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) +.\" The author of this manual page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" .\" Copyright (c) 2000, 2001 Angelos D. Keromytis .\" diff --git a/share/man/man9/devclass.9 b/share/man/man9/devclass.9 index af16915..d3e848e 100644 --- a/share/man/man9/devclass.9 +++ b/share/man/man9/devclass.9 @@ -65,5 +65,5 @@ must be the same for different bus attachments of the same device driver. .Xr device 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_add_driver.9 b/share/man/man9/devclass_add_driver.9 index 0b7b827..8ac632a 100644 --- a/share/man/man9/devclass_add_driver.9 +++ b/share/man/man9/devclass_add_driver.9 @@ -54,5 +54,5 @@ automatically during system initialisation. .Xr devclass 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_find.9 b/share/man/man9/devclass_find.9 index 6c1ef44..2a2c88d 100644 --- a/share/man/man9/devclass_find.9 +++ b/share/man/man9/devclass_find.9 @@ -52,5 +52,5 @@ is returned. .Sh SEE ALSO .Xr devclass 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_get_count.9 b/share/man/man9/devclass_get_count.9 index 233901d..f645a49 100644 --- a/share/man/man9/devclass_get_count.9 +++ b/share/man/man9/devclass_get_count.9 @@ -43,5 +43,5 @@ Returns the number of device instances in the specified .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Nate Lawson . diff --git a/share/man/man9/devclass_get_device.9 b/share/man/man9/devclass_get_device.9 index 54eafb9..242785e 100644 --- a/share/man/man9/devclass_get_device.9 +++ b/share/man/man9/devclass_get_device.9 @@ -48,5 +48,5 @@ If the device exists, it is returned, otherwise NULL is returned. .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_get_devices.9 b/share/man/man9/devclass_get_devices.9 index 797a2f6..e6f8a15 100644 --- a/share/man/man9/devclass_get_devices.9 +++ b/share/man/man9/devclass_get_devices.9 @@ -56,5 +56,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_get_drivers.9 b/share/man/man9/devclass_get_drivers.9 index b5eaf1c..f2ba148 100644 --- a/share/man/man9/devclass_get_drivers.9 +++ b/share/man/man9/devclass_get_drivers.9 @@ -56,5 +56,5 @@ Zero is returned on success, otherwise an appropriate error is returned. .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Nate Lawson . diff --git a/share/man/man9/devclass_get_maxunit.9 b/share/man/man9/devclass_get_maxunit.9 index bcfb222..c1fa694 100644 --- a/share/man/man9/devclass_get_maxunit.9 +++ b/share/man/man9/devclass_get_maxunit.9 @@ -47,7 +47,7 @@ This is one greater than the highest currently allocated unit. .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . .Sh BUGS The name is confusing since it is one greater than the maximum unit. diff --git a/share/man/man9/devclass_get_name.9 b/share/man/man9/devclass_get_name.9 index 03d9f4a..5978dc1 100644 --- a/share/man/man9/devclass_get_name.9 +++ b/share/man/man9/devclass_get_name.9 @@ -45,5 +45,5 @@ Return the name of a devclass. .Xr devclass 9 , .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devclass_get_softc.9 b/share/man/man9/devclass_get_softc.9 index ebe2eaa..e4c5533 100644 --- a/share/man/man9/devclass_get_softc.9 +++ b/share/man/man9/devclass_get_softc.9 @@ -48,5 +48,5 @@ otherwise NULL is returned. .Sh SEE ALSO .Xr device 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/device.9 b/share/man/man9/device.9 index 246aac0..3cc3462 100644 --- a/share/man/man9/device.9 +++ b/share/man/man9/device.9 @@ -100,5 +100,5 @@ The current state of the device can be determined by calling .Xr devclass 9 , .Xr driver 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/devsw.9 b/share/man/man9/devsw.9 index 66e82b6..070ecea 100644 --- a/share/man/man9/devsw.9 +++ b/share/man/man9/devsw.9 @@ -72,5 +72,5 @@ structure. .Xr umajor 9 , .Xr uminor 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/domain.9 b/share/man/man9/domain.9 index 56164ac..4b7b83e 100644 --- a/share/man/man9/domain.9 +++ b/share/man/man9/domain.9 @@ -225,5 +225,5 @@ types if the domain has a default raw protocol. .Sh SEE ALSO .Xr socket 2 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index 88fdb9e..bc2f719 100644 --- a/share/man/man9/driver.9 +++ b/share/man/man9/driver.9 @@ -110,5 +110,5 @@ arguments. .Xr DEVICE_SHUTDOWN 9 , .Xr DRIVER_MODULE 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index 77384ea..9c74a60 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -85,7 +85,7 @@ and .Xr VOP_LISTEXTATTR 9 , .Xr VOP_SETEXTATTR 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . .Sh BUGS In addition, the interface does not provide a mechanism to retrieve diff --git a/share/man/man9/getnewvnode.9 b/share/man/man9/getnewvnode.9 index d1790ff..2e81212 100644 --- a/share/man/man9/getnewvnode.9 +++ b/share/man/man9/getnewvnode.9 @@ -65,5 +65,5 @@ Points to the new vnode upon successful completion. returns 0 on success. There are currently no failure conditions - that do not result in a panic. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/groupmember.9 b/share/man/man9/groupmember.9 index 70b2d9d..0d3629a 100644 --- a/share/man/man9/groupmember.9 +++ b/share/man/man9/groupmember.9 @@ -56,5 +56,5 @@ If the .Fa gid is found, 1 is returned; otherwise, 0 is returned. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/hexdump.9 b/share/man/man9/hexdump.9 index 2d044e6..656299c 100644 --- a/share/man/man9/hexdump.9 +++ b/share/man/man9/hexdump.9 @@ -90,5 +90,5 @@ Do not print the character values on each line. .Sh SEE ALSO .Xr ascii 7 .Sh AUTHORS -This man page was written by +This manual page was written by .An Scott Long . diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9 index 1864ea6..827daec 100644 --- a/share/man/man9/ieee80211.9 +++ b/share/man/man9/ieee80211.9 @@ -254,7 +254,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_crypto.9 b/share/man/man9/ieee80211_crypto.9 index e937755..bf4bb60 100644 --- a/share/man/man9/ieee80211_crypto.9 +++ b/share/man/man9/ieee80211_crypto.9 @@ -96,7 +96,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_input.9 b/share/man/man9/ieee80211_input.9 index b1628d8..21c9f25 100644 --- a/share/man/man9/ieee80211_input.9 +++ b/share/man/man9/ieee80211_input.9 @@ -105,7 +105,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_ioctl.9 b/share/man/man9/ieee80211_ioctl.9 index 13dd3cd..cb6c87d 100644 --- a/share/man/man9/ieee80211_ioctl.9 +++ b/share/man/man9/ieee80211_ioctl.9 @@ -93,7 +93,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_node.9 b/share/man/man9/ieee80211_node.9 index 2c56ec1..c9d142a 100644 --- a/share/man/man9/ieee80211_node.9 +++ b/share/man/man9/ieee80211_node.9 @@ -287,7 +287,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_output.9 b/share/man/man9/ieee80211_output.9 index 807e02c..f553c4f 100644 --- a/share/man/man9/ieee80211_output.9 +++ b/share/man/man9/ieee80211_output.9 @@ -145,7 +145,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/ieee80211_proto.9 b/share/man/man9/ieee80211_proto.9 index 4b822a1..0de4864 100644 --- a/share/man/man9/ieee80211_proto.9 +++ b/share/man/man9/ieee80211_proto.9 @@ -69,7 +69,7 @@ and were later ported to .Fx 4.6 . .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Bruce M. Simpson Aq bms@FreeBSD.org and .An Darron Broad Aq darron@kewl.org . diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index ee013d1..c47d590 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -140,5 +140,5 @@ framework used for the alpha port of and more widely in .Fx 4.0 . .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index d02a7e2..9784e93 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -277,5 +277,5 @@ will be the result of trying. .Xr panic 9 , .Xr VOP_PRINT 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9 index 22319ef..a333e4d 100644 --- a/share/man/man9/mac.9 +++ b/share/man/man9/mac.9 @@ -181,7 +181,7 @@ The MAC Framework first appeared in .Fx 5.0 . .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson . This software was contributed to the .Fx diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index b13d8b7..53ff849 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1110,4 +1110,4 @@ entries, interface addresses, protocol control blocks, etc. .Sh AUTHORS The original .Nm -man page was written by Yar Tikhiy. +manual page was written by Yar Tikhiy. diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index 861b0bb..7ce192c 100644 --- a/share/man/man9/mbuf_tags.9 +++ b/share/man/man9/mbuf_tags.9 @@ -1,6 +1,6 @@ .\" $OpenBSD: mbuf_tags.9,v 1.18 2003/12/08 07:07:35 mcbride Exp $ .\" -.\" The authors of this man page are Angelos D. Keromytis +.\" The authors of this manual page are Angelos D. Keromytis .\" (angelos@cis.upenn.edu), Gleb Smirnoff <glebius@cell.sick.ru>, and .\" Robert Watson <rwatson@FreeBSD.org> .\" diff --git a/share/man/man9/module.9 b/share/man/man9/module.9 index eb2c68b..977d44f 100644 --- a/share/man/man9/module.9 +++ b/share/man/man9/module.9 @@ -117,5 +117,5 @@ DECLARE_MODULE(foo, mod_data, SI_SUB_EXEC, SI_ORDER_ANY); .Pp .Pa /usr/share/examples/kld .Sh AUTHORS -This man page was written by +This manual page was written by .An Alexander Langer Aq alex@FreeBSD.org . diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index 0c171d8..781614c 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -241,7 +241,7 @@ space on the target architecture. .%O ISBN 0-201-30974-2 .Re .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@FreeBSD.org . .Sh BUGS The kernel PCI code has a number of references to diff --git a/share/man/man9/pfind.9 b/share/man/man9/pfind.9 index c573c5b..58adab3 100644 --- a/share/man/man9/pfind.9 +++ b/share/man/man9/pfind.9 @@ -84,5 +84,5 @@ on failure. .Sh SEE ALSO .Xr pgfind 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Evan Sarmiento Aq kaworu@sektor7.ath.cx . diff --git a/share/man/man9/pgfind.9 b/share/man/man9/pgfind.9 index 0957398..96abd0a 100644 --- a/share/man/man9/pgfind.9 +++ b/share/man/man9/pgfind.9 @@ -61,5 +61,5 @@ structure on successful completion. .Sh SEE ALSO .Xr pfind 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Evan Sarmiento Aq kaworu@sektor7.ath.cx . diff --git a/share/man/man9/rman.9 b/share/man/man9/rman.9 index 079c853..e0d6507 100644 --- a/share/man/man9/rman.9 +++ b/share/man/man9/rman.9 @@ -324,5 +324,5 @@ function returns a pointer to the device which reserved the resource .Xr bus_set_resource 9 , .Xr mutex 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/selrecord.9 b/share/man/man9/selrecord.9 index 879a30b..993dc42 100644 --- a/share/man/man9/selrecord.9 +++ b/share/man/man9/selrecord.9 @@ -96,7 +96,7 @@ and may acquire and release .Xr select 2 .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Chad David Aq davidc@FreeBSD.org and .An Alfred Perlstein Aq alfred@FreeBSD.org . diff --git a/share/man/man9/signal.9 b/share/man/man9/signal.9 index c29eacb..6f377ee 100644 --- a/share/man/man9/signal.9 +++ b/share/man/man9/signal.9 @@ -442,5 +442,5 @@ returns either a valid signal number or zero. .Xr pgsignal 9 , .Xr psignal 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@FreeBSD.org . diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 4c4753f..514f72c 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -164,5 +164,5 @@ It did not let you specify a timeout or a hence it was discontinued. .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An J\(:org Wunsch Aq joerg@FreeBSD.org . diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index fd9e3bc..6a295e8 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -212,5 +212,5 @@ the system. The historical number scheme can be considered as a simple linearly ordered set of interrupt priority groups. .Sh AUTHORS -This man page was written by +This manual page was written by .An J\(:org Wunsch . diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 01dc73a..a87ca3c 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -843,7 +843,7 @@ and produce minimal warnings. .Xr warn 3 , .Xr style.Makefile 5 .Sh HISTORY -This man page is largely based on the +This manual page is largely based on the .Pa src/admin/style/style file from the .Bx 4.4 Lite2 diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index a985457..ced9e8b 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -290,7 +290,7 @@ This interface first appeared in .Fx 5.0 . There is a similar facility called tqueue in the Linux kernel. .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . .Sh BUGS There is no diff --git a/share/man/man9/ucred.9 b/share/man/man9/ucred.9 index 6da8519..bd16fe3 100644 --- a/share/man/man9/ucred.9 +++ b/share/man/man9/ucred.9 @@ -206,5 +206,5 @@ accepts a target process, not a target thread, for access control purposes. .Sh SEE ALSO .Xr uihold 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/uidinfo.9 b/share/man/man9/uidinfo.9 index 0919e14..8a3d708 100644 --- a/share/man/man9/uidinfo.9 +++ b/share/man/man9/uidinfo.9 @@ -105,5 +105,5 @@ returns a pointer to an initialized .Vt uidinfo structure, and should not fail. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9 index bc2003b..8cc09c2 100644 --- a/share/man/man9/uio.9 +++ b/share/man/man9/uio.9 @@ -174,5 +174,5 @@ The mechanism appeared in some early version of .Ux . .Sh AUTHORS -This man page was written by +This manual page was written by .An J\(:org Wunsch . diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9 index fd05071..f5d6664 100644 --- a/share/man/man9/vaccess.9 +++ b/share/man/man9/vaccess.9 @@ -121,7 +121,7 @@ appropriate privileges or to the owner of a file or other resource. .Xr vnode 9 , .Xr VOP_ACCESS 9 .Sh AUTHORS -This man page and the current implementation of +This manual page and the current implementation of .Fn vaccess were written by .An Robert Watson . diff --git a/share/man/man9/vaccess_acl_posix1e.9 b/share/man/man9/vaccess_acl_posix1e.9 index 3284ec6..24193d4 100644 --- a/share/man/man9/vaccess_acl_posix1e.9 +++ b/share/man/man9/vaccess_acl_posix1e.9 @@ -119,10 +119,10 @@ appropriate privileges or to the owner of a file or other resource. .Xr vnode 9 , .Xr VOP_ACCESS 9 .Sh AUTHORS -This man page and the current implementation of +This manual page and the current implementation of .Fn vaccess_acl_posix1e were written by .An Robert Watson . .Sh BUGS -This man page should include a full description of the POSIX.1e ACL +This manual page should include a full description of the POSIX.1e ACL evaluation algorithm, or cross reference another page that does. diff --git a/share/man/man9/vcount.9 b/share/man/man9/vcount.9 index eaca445..610891b 100644 --- a/share/man/man9/vcount.9 +++ b/share/man/man9/vcount.9 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" If this man page travels to places exotic (like projects other than +.\" If this manual page travels to places exotic (like projects other than .\" FreeBSD) I would love to hear about it. .\" Andrew <andrew@ugh.net.au> .\" @@ -69,5 +69,5 @@ both return the number of references to the device. .Xr VFS 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Andrew Stevenson . diff --git a/share/man/man9/vflush.9 b/share/man/man9/vflush.9 index 8d413e5..79f4626 100644 --- a/share/man/man9/vflush.9 +++ b/share/man/man9/vflush.9 @@ -78,5 +78,5 @@ will be returned. .Xr vgonel 9 , .Xr vrele 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vfsconf.9 b/share/man/man9/vfsconf.9 index 638052d..f7b160e 100644 --- a/share/man/man9/vfsconf.9 +++ b/share/man/man9/vfsconf.9 @@ -147,5 +147,5 @@ whatever the case. .Xr vfs_rootmountalloc 9 , .Xr VFS_SET 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vget.9 b/share/man/man9/vget.9 index 3e88cff..ef8fb10 100644 --- a/share/man/man9/vget.9 +++ b/share/man/man9/vget.9 @@ -67,5 +67,5 @@ to increment the reference count and remove it from the free list. .Xr vref 9 , .Xr vrele 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9 index 3731f93..05a9a44 100644 --- a/share/man/man9/vgone.9 +++ b/share/man/man9/vgone.9 @@ -69,5 +69,5 @@ expects the interlock to already be locked. .Sh SEE ALSO .Xr vclean 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vhold.9 b/share/man/man9/vhold.9 index b2218e7..2bd6a2c 100644 --- a/share/man/man9/vhold.9 +++ b/share/man/man9/vhold.9 @@ -61,5 +61,5 @@ If the vnode is no longer referenced, it will freed. .Xr vbusy 9 , .Xr vfree 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9 index c00f654..9ed361b 100644 --- a/share/man/man9/vinvalbuf.9 +++ b/share/man/man9/vinvalbuf.9 @@ -117,5 +117,5 @@ set in .Xr tsleep 9 , .Xr VOP_FSYNC 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_map_check_protection.9 b/share/man/man9/vm_map_check_protection.9 index 21037b5..abaf6d0 100644 --- a/share/man/man9/vm_map_check_protection.9 +++ b/share/man/man9/vm_map_check_protection.9 @@ -66,5 +66,5 @@ or if any other error occurred, the value FALSE is returned. .Xr vm_map 9 , .Xr vm_map_protect 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_clean.9 b/share/man/man9/vm_map_clean.9 index a739044..eeea5bc 100644 --- a/share/man/man9/vm_map_clean.9 +++ b/share/man/man9/vm_map_clean.9 @@ -81,5 +81,5 @@ or if an entry could not be found for the given start address. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_create.9 b/share/man/man9/vm_map_create.9 index 2fe3474..0574f39 100644 --- a/share/man/man9/vm_map_create.9 +++ b/share/man/man9/vm_map_create.9 @@ -62,5 +62,5 @@ Otherwise, it returns .Xr vm_map 9 , .Xr vm_map_init 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_delete.9 b/share/man/man9/vm_map_delete.9 index 4319518..e884f36 100644 --- a/share/man/man9/vm_map_delete.9 +++ b/share/man/man9/vm_map_delete.9 @@ -64,5 +64,5 @@ function always returns .Xr vm_map 9 , .Xr vm_map_remove 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_find.9 b/share/man/man9/vm_map_find.9 index 769a438..e1e8f40 100644 --- a/share/man/man9/vm_map_find.9 +++ b/share/man/man9/vm_map_find.9 @@ -104,5 +104,5 @@ will be returned. .Xr vm_map_insert 9 , .Xr vm_map_lock 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_findspace.9 b/share/man/man9/vm_map_findspace.9 index ae12a1e..a12e789 100644 --- a/share/man/man9/vm_map_findspace.9 +++ b/share/man/man9/vm_map_findspace.9 @@ -74,5 +74,5 @@ otherwise, the value 1 is returned. .Xr vm_map_entry_resize_free 9 , .Xr vm_map_lock 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_inherit.9 b/share/man/man9/vm_map_inherit.9 index 14b6d38..fb5a9d5 100644 --- a/share/man/man9/vm_map_inherit.9 +++ b/share/man/man9/vm_map_inherit.9 @@ -81,5 +81,5 @@ will be returned. .Sh SEE ALSO .Xr fork 2 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_init.9 b/share/man/man9/vm_map_init.9 index 167f182..c65f611 100644 --- a/share/man/man9/vm_map_init.9 +++ b/share/man/man9/vm_map_init.9 @@ -55,5 +55,5 @@ It is called during early system initialization. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_insert.9 b/share/man/man9/vm_map_insert.9 index cae2609..3a6a51f 100644 --- a/share/man/man9/vm_map_insert.9 +++ b/share/man/man9/vm_map_insert.9 @@ -92,5 +92,5 @@ overlaps the end of the map. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_lock.9 b/share/man/man9/vm_map_lock.9 index c38d39f..619f8c7 100644 --- a/share/man/man9/vm_map_lock.9 +++ b/share/man/man9/vm_map_lock.9 @@ -115,5 +115,5 @@ Currently, all of the locking macros implement their locks as sleep locks. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_lookup.9 b/share/man/man9/vm_map_lookup.9 index 65e3159..759b5f6 100644 --- a/share/man/man9/vm_map_lookup.9 +++ b/share/man/man9/vm_map_lookup.9 @@ -84,5 +84,5 @@ arguments appropriately for the hypothetical page fault. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_madvise.9 b/share/man/man9/vm_map_madvise.9 index bc4480c..97ba604 100644 --- a/share/man/man9/vm_map_madvise.9 +++ b/share/man/man9/vm_map_madvise.9 @@ -73,5 +73,5 @@ is returned. .Xr madvise 2 , .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_protect.9 b/share/man/man9/vm_map_protect.9 index 06f8a34..8976781 100644 --- a/share/man/man9/vm_map_protect.9 +++ b/share/man/man9/vm_map_protect.9 @@ -89,5 +89,5 @@ is returned. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_remove.9 b/share/man/man9/vm_map_remove.9 index ba8fb16..53da533 100644 --- a/share/man/man9/vm_map_remove.9 +++ b/share/man/man9/vm_map_remove.9 @@ -65,5 +65,5 @@ always returns .Xr vm_map 9 , .Xr vm_map_delete 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_simplify_entry.9 b/share/man/man9/vm_map_simplify_entry.9 index 1b800aa..8bb5484 100644 --- a/share/man/man9/vm_map_simplify_entry.9 +++ b/share/man/man9/vm_map_simplify_entry.9 @@ -57,5 +57,5 @@ possibly extended. .Xr vm_map_insert 9 , .Xr vm_map_remove 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_stack.9 b/share/man/man9/vm_map_stack.9 index f1c5adb..22b7920 100644 --- a/share/man/man9/vm_map_stack.9 +++ b/share/man/man9/vm_map_stack.9 @@ -128,5 +128,5 @@ function previously located in the file .Xr vm_map 9 , .Xr vm_map_insert 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_submap.9 b/share/man/man9/vm_map_submap.9 index 0417e89..704151a 100644 --- a/share/man/man9/vm_map_submap.9 +++ b/share/man/man9/vm_map_submap.9 @@ -91,5 +91,5 @@ backing object was specified. .Xr vm_map 9 , .Xr vm_map_find 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_map_wire.9 b/share/man/man9/vm_map_wire.9 index e0d0a0f..12bb3f6 100644 --- a/share/man/man9/vm_map_wire.9 +++ b/share/man/man9/vm_map_wire.9 @@ -110,5 +110,5 @@ is returned. .Xr munlockall 2 , .Xr vm_map 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Bruce M Simpson Aq bms@spc.org . diff --git a/share/man/man9/vm_page_alloc.9 b/share/man/man9/vm_page_alloc.9 index c364488..02e2b93 100644 --- a/share/man/man9/vm_page_alloc.9 +++ b/share/man/man9/vm_page_alloc.9 @@ -103,5 +103,5 @@ unless .Dv VM_ALLOC_INTERRUPT is set. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_bits.9 b/share/man/man9/vm_page_bits.9 index 71e67b5..991c763 100644 --- a/share/man/man9/vm_page_bits.9 +++ b/share/man/man9/vm_page_bits.9 @@ -163,5 +163,5 @@ clears all of the dirty bits in a page. .Sh NOTES None of these functions are allowed to block. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_flag.9 b/share/man/man9/vm_page_flag.9 index 637e69c..5a1d75f 100644 --- a/share/man/man9/vm_page_flag.9 +++ b/share/man/man9/vm_page_flag.9 @@ -57,5 +57,5 @@ The page whose flags are updated. The bits that are set or cleared on the page's flags. .El .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_grab.9 b/share/man/man9/vm_page_grab.9 index 4ceaef6..d0d3a32 100644 --- a/share/man/man9/vm_page_grab.9 +++ b/share/man/man9/vm_page_grab.9 @@ -66,5 +66,5 @@ is returned. .Sh SEE ALSO .Xr vm_page_alloc 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_io.9 b/share/man/man9/vm_page_io.9 index 6ed5af8..396cb19 100644 --- a/share/man/man9/vm_page_io.9 +++ b/share/man/man9/vm_page_io.9 @@ -59,7 +59,7 @@ by a thread to register its interest in the page to either complete I/O or becoming available for general use. .Sh AUTHORS .An -nosplit -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca and .An Alfred Perlstein Aq alfred@FreeBSD.org . diff --git a/share/man/man9/vm_page_lookup.9 b/share/man/man9/vm_page_lookup.9 index ae0c6ad..7f8cd5e 100644 --- a/share/man/man9/vm_page_lookup.9 +++ b/share/man/man9/vm_page_lookup.9 @@ -59,5 +59,5 @@ is returned if successful; otherwise, .Dv NULL is returned. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_protect.9 b/share/man/man9/vm_page_protect.9 index 34f0e73..8b4911d 100644 --- a/share/man/man9/vm_page_protect.9 +++ b/share/man/man9/vm_page_protect.9 @@ -71,5 +71,5 @@ flag is cleared and the pmap_page's protection is set to .Pp Higher protection requests are ignored. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_sleep_busy.9 b/share/man/man9/vm_page_sleep_busy.9 index 760ce50..45aa977 100644 --- a/share/man/man9/vm_page_sleep_busy.9 +++ b/share/man/man9/vm_page_sleep_busy.9 @@ -64,5 +64,5 @@ slept, but only that .Fn splvm was called. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_unmanage.9 b/share/man/man9/vm_page_unmanage.9 index 0d1a9e3..c75dcce 100644 --- a/share/man/man9/vm_page_unmanage.9 +++ b/share/man/man9/vm_page_unmanage.9 @@ -52,5 +52,5 @@ Unmanaged pages are used by .Dv OBJT_PHYS objects to provide physical memory backed storage. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_wakeup.9 b/share/man/man9/vm_page_wakeup.9 index 4ca59c2..3d2b1e1 100644 --- a/share/man/man9/vm_page_wakeup.9 +++ b/share/man/man9/vm_page_wakeup.9 @@ -72,5 +72,5 @@ in case somebody has been waiting for it. .Xr vm_page_sleep_busy 9 , .Xr wakeup 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_wire.9 b/share/man/man9/vm_page_wire.9 index 59bbce9..f988dd9 100644 --- a/share/man/man9/vm_page_wire.9 +++ b/share/man/man9/vm_page_wire.9 @@ -63,5 +63,5 @@ If the page is unmanaged is set) then the page is left on .Dv PQ_NONE . .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_page_zero_fill.9 b/share/man/man9/vm_page_zero_fill.9 index b79f46a..2adb301 100644 --- a/share/man/man9/vm_page_zero_fill.9 +++ b/share/man/man9/vm_page_zero_fill.9 @@ -49,5 +49,5 @@ routine. always returns .Dv TRUE . .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vm_set_page_size.9 b/share/man/man9/vm_set_page_size.9 index 9433a05..d37dee8 100644 --- a/share/man/man9/vm_set_page_size.9 +++ b/share/man/man9/vm_set_page_size.9 @@ -58,5 +58,5 @@ is not a power of two, the system will panic. .Fn vm_set_page_size must be called prior to any page size dependent functions. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9 index bf6d158..dd0dbe3 100644 --- a/share/man/man9/vn_fullpath.9 +++ b/share/man/man9/vn_fullpath.9 @@ -121,5 +121,5 @@ otherwise, an error number is returned. .Sh SEE ALSO .Xr free 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Robert Watson Aq rwatson@FreeBSD.org . diff --git a/share/man/man9/vn_isdisk.9 b/share/man/man9/vn_isdisk.9 index ac19e18..5909634 100644 --- a/share/man/man9/vn_isdisk.9 +++ b/share/man/man9/vn_isdisk.9 @@ -69,5 +69,5 @@ is returned and .Fa errp will contain the error number. .Sh AUTHORS -This man page was written by +This manual page was written by .An Chad David Aq davidc@acns.ab.ca . diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 8a8e730..b55b19b 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -163,5 +163,5 @@ intertwining of VM Objects and Vnodes. .Xr malloc 9 , .Xr VFS 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/vput.9 b/share/man/man9/vput.9 index 3d50430..e0697c2 100644 --- a/share/man/man9/vput.9 +++ b/share/man/man9/vput.9 @@ -58,5 +58,5 @@ followed by .Xr vref 9 , .Xr vrele 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/vref.9 b/share/man/man9/vref.9 index 6fffb8b..b5d11a0 100644 --- a/share/man/man9/vref.9 +++ b/share/man/man9/vref.9 @@ -63,5 +63,5 @@ call .Xr vput 9 , .Xr vrele 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/vrele.9 b/share/man/man9/vrele.9 index acc6566..e0295c8 100644 --- a/share/man/man9/vrele.9 +++ b/share/man/man9/vrele.9 @@ -60,5 +60,5 @@ field of the vnode reaches zero, then it will be placed on the free list. .Xr vput 9 , .Xr vref 9 .Sh AUTHORS -This man page was written by +This manual page was written by .An Doug Rabson . diff --git a/share/man/man9/zero_copy.9 b/share/man/man9/zero_copy.9 index da58f99..417c926 100644 --- a/share/man/man9/zero_copy.9 +++ b/share/man/man9/zero_copy.9 @@ -81,7 +81,7 @@ is to set a socket buffer size (see the .Dv SO_SNDBUF socket option in the .Xr setsockopt 2 -man page) appropriate for the application and network environment and then +manual page) appropriate for the application and network environment and then make sure you have sent out twice as much data as the socket buffer size before reusing a buffer. For TCP, the send and receive socket buffer sizes |