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/man8/man8.hp300 | |
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/man8/man8.hp300')
-rw-r--r-- | share/man/man8/man8.hp300/MAKEDEV.8 | 6 | ||||
-rw-r--r-- | share/man/man8/man8.hp300/crash.8 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/man8.hp300/MAKEDEV.8 b/share/man/man8/man8.hp300/MAKEDEV.8 index 31e94a32bba..52fc332d4d7 100644 --- a/share/man/man8/man8.hp300/MAKEDEV.8 +++ b/share/man/man8/man8.hp300/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.6 1999/05/23 14:11:23 aaron Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.7 1999/07/09 13:35:35 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -76,7 +76,7 @@ .Sh DESCRIPTION The shell script .Nm MAKEDEV , -found in the +found in the .Pa /dev directory, is used to create the common special files. See @@ -161,5 +161,5 @@ The special file directory. .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , -.Xr mknod 8 , +.Xr mknod 8 , .Xr special 8 diff --git a/share/man/man8/man8.hp300/crash.8 b/share/man/man8/man8.hp300/crash.8 index d72ec57e986..c9968efe239 100644 --- a/share/man/man8/man8.hp300/crash.8 +++ b/share/man/man8/man8.hp300/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.3 1999/06/05 04:16:07 aaron Exp $ +.\" $OpenBSD: crash.8,v 1.4 1999/07/09 13:35:35 aaron Exp $ .\" .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. @@ -197,7 +197,7 @@ for details. .Pp To analyze a dump you should begin by running .Xr adb 1 -with the +with the .Fl k flag on the system load image and core dump. If the core image is the result of a panic, |