diff options
-rw-r--r-- | share/man/man9/panic.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9 index af585a9d8fd..9001cdb9b0a 100644 --- a/share/man/man9/panic.9 +++ b/share/man/man9/panic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: panic.9,v 1.2 1999/07/09 13:35:34 aaron Exp $ +.\" $OpenBSD: panic.9,v 1.3 1999/07/18 16:36:39 espie Exp $ .\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $ .\" .\" Copyright (c) 1996 Michael Graff. @@ -51,7 +51,7 @@ is a style format string. The message is printed to the console and the location pointed to by the global char pointer .Fa panicstr -is set to the address of the message text for retrival from the OS +is set to the address of the message text for retrieval from the OS core dump. .Pp If the kernel debugger is installed control is passed to it, otherwise |