diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /share/man/man9 | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/fetch.9 | 2 | ||||
-rw-r--r-- | share/man/man9/inittodr.9 | 4 | ||||
-rw-r--r-- | share/man/man9/panic.9 | 4 | ||||
-rw-r--r-- | share/man/man9/shutdownhook_establish.9 | 2 | ||||
-rw-r--r-- | share/man/man9/spl.9 | 4 | ||||
-rw-r--r-- | share/man/man9/store.9 | 2 | ||||
-rw-r--r-- | share/man/man9/time.9 | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9 index 56d60387f28..1d19ef7431a 100644 --- a/share/man/man9/fetch.9 +++ b/share/man/man9/fetch.9 @@ -76,7 +76,7 @@ Fetches a word of data from the user-space address The .Nm routines are deprecated. -All new code should use +All new code should use .Fn copyin . .Sh RETURN VALUES The diff --git a/share/man/man9/inittodr.9 b/share/man/man9/inittodr.9 index c6e70154d67..3ed0d82df42 100644 --- a/share/man/man9/inittodr.9 +++ b/share/man/man9/inittodr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inittodr.9,v 1.4 1999/05/23 14:11:40 aaron Exp $ +.\" $OpenBSD: inittodr.9,v 1.5 1999/07/09 13:35:34 aaron Exp $ .\" $NetBSD: inittodr.9,v 1.2 1996/03/27 21:16:06 jtc Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -52,7 +52,7 @@ Those heuristics include: .It If the battery-backed clock has a valid time, it is used. .It -If the battery-backed clock does not have a valid time, and +If the battery-backed clock does not have a valid time, and the time provided in .Fa base is within reason, diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9 index 616d75eaf06..af585a9d8fd 100644 --- a/share/man/man9/panic.9 +++ b/share/man/man9/panic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: panic.9,v 1.1 1997/05/29 15:14:50 kstailey Exp $ +.\" $OpenBSD: panic.9,v 1.2 1999/07/09 13:35:34 aaron Exp $ .\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $ .\" .\" Copyright (c) 1996 Michael Graff. @@ -50,7 +50,7 @@ is a .Xr printf 3 style format string. The message is printed to the console and the location pointed to by the global char pointer -.Fa panicstr +.Fa panicstr is set to the address of the message text for retrival from the OS core dump. .Pp diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9 index c10940e7f59..9e70584eb0a 100644 --- a/share/man/man9/shutdownhook_establish.9 +++ b/share/man/man9/shutdownhook_establish.9 @@ -71,7 +71,7 @@ rely on many system services (including file systems, and timeouts and other interrupt-driven services), or even basic system integrity (because the system could be rebooting after a crash). .Sh RETURN VALUES -If successful, +If successful, .Fn shutdownhook_establish returns an opaque pointer describing the newly established shutdown hook. Otherwise, it returns NULL. diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 870a1338117..ccc88882655 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.2 1999/05/23 14:11:40 aaron Exp $ +.\" $OpenBSD: spl.9,v 1.3 1999/07/09 13:35:35 aaron Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -87,7 +87,7 @@ are: .Bl -tag -width splsoftserialXX .It Fn splhigh blocks all hard and soft interrupts. It is used for code that cannot -tolerate any interrupts, like hardware context switching code and +tolerate any interrupts, like hardware context switching code and the .Xr ddb 4 in-kernel debugger. diff --git a/share/man/man9/store.9 b/share/man/man9/store.9 index 0fe51a5948e..3a2d5c4cb1f 100644 --- a/share/man/man9/store.9 +++ b/share/man/man9/store.9 @@ -84,7 +84,7 @@ to the user-space address The .Nm routines are deprecated. -All new code should use +All new code should use .Fn copyout . .Sh RETURN VALUES The diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 98352b5fda4..b71177b8b65 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -70,7 +70,7 @@ The .Va runtime variable holds the time that the system switched to the current process. -It is set after each context switch, +It is set after each context switch, and is updated when the system time is adjusted with .Xr settimeofday 2 . Because |