diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/devfs_add_devswf.9 | 3 | ||||
-rw-r--r-- | share/man/man9/devfs_link.9 | 3 | ||||
-rw-r--r-- | share/man/man9/sleep.9 | 3 | ||||
-rw-r--r-- | share/man/man9/spl.9 | 3 | ||||
-rw-r--r-- | share/man/man9/time.9 | 17 | ||||
-rw-r--r-- | share/man/man9/uio.9 | 3 |
6 files changed, 15 insertions, 17 deletions
diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9 index e6f4f4a..489b948 100644 --- a/share/man/man9/devfs_add_devswf.9 +++ b/share/man/man9/devfs_add_devswf.9 @@ -75,7 +75,6 @@ appeared in .Fx 2.2 . .Sh AUTHORS This man page was written by -.if t J\(:org Wunsch -.if n Joerg Wunsch +.An J\(:org Wunsch after a description from .An Julian Elischer . diff --git a/share/man/man9/devfs_link.9 b/share/man/man9/devfs_link.9 index 07c08ce..3c3f0e5 100644 --- a/share/man/man9/devfs_link.9 +++ b/share/man/man9/devfs_link.9 @@ -60,5 +60,4 @@ appeared in .Fx 2.2 . .Sh AUTHORS This man page was written by -.if t J\(:org Wunsch. -.if n Joerg Wunsch. +.An J\(:org Wunsch . diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index a52f4d5..e414257 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -248,8 +248,7 @@ used to be the traditional form. It doesn't let you specify a timeout or a hence it has been discontinued. .Sh AUTHORS This man page was written by -.ie t J\(:org Wunsch. -.el Joerg Wunsch. +.An J\(:org Wunsch . .Nm Asleep and .Nm await diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 894afcf..da5627f 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -203,5 +203,4 @@ 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 -.ie t J\(:org Wunsch. -.el Joerg Wunsch. +.An J\(:org Wunsch . diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index ec78719..6f00ca9 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -41,13 +41,16 @@ .Nm time .Nd system time variables .Sh SYNOPSIS -.Va extern struct timeval boottime; -.br -.Va extern volatile struct timeval mono_time; -.br -.Va extern struct timeval runtime; -.br -.Va extern struct timeval time; +.Bl -item -compact +.It +.Va extern struct timeval boottime ; +.It +.Va extern volatile struct timeval mono_time ; +.It +.Va extern struct timeval runtime ; +.It +.Va extern struct timeval time ; +.El .Sh DESCRIPTION The .Va time diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9 index 0787e47..b04f4ae 100644 --- a/share/man/man9/uio.9 +++ b/share/man/man9/uio.9 @@ -170,5 +170,4 @@ The uio mechanism appeared in some early version of .Ux . .Sh AUTHORS This man page was written by -.ie t J\(:org Wunsch. -.el Joerg Wunsch. +.An J\(:org Wunsch . |