summaryrefslogtreecommitdiff
path: root/share/man/man4/ksyms.4
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
commita8101bb62a943a6f3be32e278dfb61b33f912399 (patch)
tree729bb494a3d7ffc4446d41c7f093d0b3c6b5e639 /share/man/man4/ksyms.4
parent12ca5d25eb55ba1e1070228b55554de4dfdc9676 (diff)
A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
Diffstat (limited to 'share/man/man4/ksyms.4')
-rw-r--r--share/man/man4/ksyms.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4
index 7b3ab246baf..aa7c7c42a4a 100644
--- a/share/man/man4/ksyms.4
+++ b/share/man/man4/ksyms.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksyms.4,v 1.4 2000/04/17 02:32:45 aaron Exp $
+.\" $OpenBSD: ksyms.4,v 1.5 2001/03/01 16:11:18 aaron Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -54,7 +54,7 @@ The
device is used to look up the symbol table name list from the running
kernel. Because it represents the running kernel it is guaranteed
to always be up to date even if the kernel file has been changed (or
-is even non-existent). It is most useful when used in conjuction with
+is even non-existent). It is most useful when used in conjunction with
.Xr nlist 3
or the
.Xr kvm 3