diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 16:36:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 16:36:40 +0000 |
commit | 3ea7d6f69d05ad249133b00a14f4e681262ce71c (patch) | |
tree | b5f2ff3cb78667dd59d547cb3620c7de4f8484c9 /share/man/man9 | |
parent | 3e197fa969cc7ecae8c1969b222bd142b2b155de (diff) |
typo
Diffstat (limited to 'share/man/man9')
-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 |