diff options
author | 2007-01-10 16:33:10 +0000 | |
---|---|---|
committer | 2007-01-10 16:33:10 +0000 | |
commit | fdace3ef0f0f5d072574d76309d0b9cc26507edd (patch) | |
tree | 26e4ea5b7c60ff6bfc5806e924a1115d6329d308 /share/man/man8/crash.8 | |
parent | Add a sentence to document the use of the "alias" literal. (diff) | |
download | wireguard-openbsd-fdace3ef0f0f5d072574d76309d0b9cc26507edd.tar.xz wireguard-openbsd-fdace3ef0f0f5d072574d76309d0b9cc26507edd.zip |
An example should use "e.g." ("for example") rather than "i.e."
("that is").
ok jmc@
Diffstat (limited to 'share/man/man8/crash.8')
-rw-r--r-- | share/man/man8/crash.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 372dcf2a538..dec4ed1c2e5 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.25 2006/05/09 21:33:40 jmc Exp $ +.\" $OpenBSD: crash.8,v 1.26 2007/01/10 16:33:10 tom Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -283,7 +283,7 @@ The point of the crash usually looks something like this "function+0x4711". .Pp Find the function in the sources, let's say that the function is in "foo.c". .Pp -Go to the kernel build directory, i.e., +Go to the kernel build directory, e.g., .Pa /sys/arch/ARCH/compile/GENERIC . .Pp Do the following: |