diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2007-05-02 21:08:31 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2007-05-02 21:08:31 +0000 |
commit | 4f0e642a927afc9eec6de18505643baf54fcc340 (patch) | |
tree | 6efd9838bb06b6a7d6df321e9835c7ed0356c61d /share | |
parent | 2df7c031adf4ebb63f2c81e1664ad31673be7066 (diff) |
tweak some grammar
input from jmc
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/panic.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9 index 307527b3198..73e30a053d4 100644 --- a/share/man/man9/panic.9 +++ b/share/man/man9/panic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: panic.9,v 1.5 2000/10/12 18:06:01 aaron Exp $ +.\" $OpenBSD: panic.9,v 1.6 2007/05/02 21:08:30 jcs Exp $ .\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $ .\" .\" Copyright (c) 1996 Michael Graff. @@ -58,9 +58,9 @@ pointed to by the global char pointer 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 -an attempt to save a core dump of the OS to a configured dump device -is made. +If the kernel debugger is installed, control is passed to it. +Otherwise, an attempt is made to save a core dump of the OS to a configured +dump device. .Pp If .Fn panic |