summaryrefslogtreecommitdiff
path: root/share/man/man9/panic.9
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
commit078c2448197a826265f74828b3159d758f1f0ceb (patch)
treeef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /share/man/man9/panic.9
parent3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (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/panic.9')
-rw-r--r--share/man/man9/panic.94
1 files changed, 2 insertions, 2 deletions
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