diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-28 14:27:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-28 14:27:21 +0000 |
commit | b2b8e01fe48f3c3ce1c238fbc32e61eab78a1835 (patch) | |
tree | 4541357e52a4b4886f36ad441ee06da82025dd58 /share/man | |
parent | c618f5bae4b3db7283aa6244b2204c584f465d1d (diff) |
Goto -> Go to;
Diffstat (limited to 'share/man')
-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 3a0545595de..d9efce6fcaa 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.18 2003/06/02 23:30:15 millert Exp $ +.\" $OpenBSD: crash.8,v 1.19 2003/06/28 14:27:20 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -268,7 +268,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 -Goto the kernel build directory, i.e., +Go to the kernel build directory, i.e., .Pa /sys/arch/ARCH/compile/GENERIC . .Pp Do the following: |