diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/BUS_SETUP_INTR.9 | 1 | ||||
-rw-r--r-- | share/man/man9/CONDSPLASSERT.9 | 1 | ||||
-rw-r--r-- | share/man/man9/bus_alloc_resource.9 | 3 | ||||
-rw-r--r-- | share/man/man9/cd.9 | 1 | ||||
-rw-r--r-- | share/man/man9/devfs_add_devswf.9 | 1 | ||||
-rw-r--r-- | share/man/man9/sleep.9 | 1 |
6 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9 index 2b035f471242..c1309b871843 100644 --- a/share/man/man9/BUS_SETUP_INTR.9 +++ b/share/man/man9/BUS_SETUP_INTR.9 @@ -63,6 +63,7 @@ otherwise an appropriate error is returned. .Xr device 9 , .Xr driver 9 .Sh AUTHORS +.An -nosplit This man page was written by .An Jeroen Ruigrok van der Werven .Aq asmodai@FreeBSD.org diff --git a/share/man/man9/CONDSPLASSERT.9 b/share/man/man9/CONDSPLASSERT.9 index 06e48becf2cb..a04abcefe98b 100644 --- a/share/man/man9/CONDSPLASSERT.9 +++ b/share/man/man9/CONDSPLASSERT.9 @@ -104,6 +104,7 @@ if (object->type != OBJT_SWAP) { .Xr panic 9 , .Xr SPLASSERT 9 .Sh AUTHORS +.An -nosplit This manual page was written by .An Jeroen Ruigrok van der Werven .Aq asmodai@FreeBSD.org , diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index 12b1ea61bfe5..d250b816212a 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -151,7 +151,8 @@ should be saved in the softc of the device after these calls. .Xr device 9 , .Xr bus_release_resource 9 .Sh AUTHORS +.An -nosplit This man page was written by .An Alexander Langer Aq alex@big.endian.de with parts by -.An Warner Losh Aq imp@FreeBSD.ORG . +.An Warner Losh Aq imp@FreeBSD.org . diff --git a/share/man/man9/cd.9 b/share/man/man9/cd.9 index f30ddf1c55e7..c9e82251839f 100644 --- a/share/man/man9/cd.9 +++ b/share/man/man9/cd.9 @@ -91,6 +91,7 @@ The manual page first appeared in .Fx 2.2 . .Sh AUTHORS +.An -nosplit This manual page was written by .An John-Mark Gurney Aq gurney_j@efn.org . diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9 index 11de0880bad4..be67340de9a3 100644 --- a/share/man/man9/devfs_add_devswf.9 +++ b/share/man/man9/devfs_add_devswf.9 @@ -74,6 +74,7 @@ The function appeared in .Fx 2.2 . .Sh AUTHORS +.An -nosplit This man page was written by .An J\(:org Wunsch after a description from diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 4fc430d7cc6f..770a07049488 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -247,6 +247,7 @@ used to be the traditional form. It doesn't let you specify a timeout or a .Ar wmesg , hence it has been discontinued. .Sh AUTHORS +.An -nosplit This man page was written by .An J\(:org Wunsch . .Nm Asleep |