diff options
author | 2001-08-03 15:21:16 +0000 | |
---|---|---|
committer | 2001-08-03 15:21:16 +0000 | |
commit | 1db53c5afb108bc1e374d84f2a764ca95fe842ac (patch) | |
tree | fae81d6a09b68575e1bf007e938cbb4994fd6421 /share/man/man8/crash.8 | |
parent | proper vga_* handling; pointed out by tholo@ (diff) | |
download | wireguard-openbsd-1db53c5afb108bc1e374d84f2a764ca95fe842ac.tar.xz wireguard-openbsd-1db53c5afb108bc1e374d84f2a764ca95fe842ac.zip |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man8/crash.8')
-rw-r--r-- | share/man/man8/crash.8 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index b519fc455d6..1fa03817548 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.11 2001/03/01 16:11:23 aaron Exp $ +.\" $OpenBSD: crash.8,v 1.12 2001/08/03 15:21:17 mpech Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -262,7 +262,6 @@ sizes given in .Pp This analyzes memory allocations at the time of the crash. Perhaps some resource was starving the system? -.Pp .Sh CRASH LOCATION DETERMINATION The following example should make it easier for a novice kernel developer to find out where the kernel crashed. @@ -311,7 +310,6 @@ of "show registers" command. It's important that the output from objdump includes at least two or three lines of C code. -.Pp .Sh REPORTING If you are sure you have found a reproducible software bug in the kernel, and need help in further diagnosis, or already have a fix, use |