diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-09 14:45:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-09 14:45:29 +0000 |
commit | 744aa0472cc0dc02c4ec2181c1bf1c02ef236ced (patch) | |
tree | 683ad2912084c685fe6d77090aa6e52df8fdc7ab /lib | |
parent | 9cfe2aa52cc6e6985c4aa6ecc1662554a110038b (diff) |
/var/db/kvm_bsd.db not /var/db/kvm_openbsd.db
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkvm.old/kvm_nlist.3 | 6 | ||||
-rw-r--r-- | lib/libkvm/kvm_nlist.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libkvm.old/kvm_nlist.3 b/lib/libkvm.old/kvm_nlist.3 index f0bd662d232..7adc606e5a2 100644 --- a/lib/libkvm.old/kvm_nlist.3 +++ b/lib/libkvm.old/kvm_nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_nlist.3,v 1.2 1996/10/08 01:20:16 michaels Exp $ +.\" $OpenBSD: kvm_nlist.3,v 1.3 1997/09/09 14:45:27 millert Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,8 +73,8 @@ The function returns the number of invalid entries found. If the kernel symbol table was unreadable, -1 is returned. .Sh FILES -.Bl -tag -width /var/db/kvm_openbsd.db -compact -.It Pa /var/db/kvm_openbsd.db +.Bl -tag -width /var/db/kvm_bsd.db -compact +.It Pa /var/db/kvm_bsd.db .El .Sh SEE ALSO .Xr kvm 3 , diff --git a/lib/libkvm/kvm_nlist.3 b/lib/libkvm/kvm_nlist.3 index 68fcc4ca4a5..d59808d1c96 100644 --- a/lib/libkvm/kvm_nlist.3 +++ b/lib/libkvm/kvm_nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_nlist.3,v 1.3 1996/10/08 01:20:17 michaels Exp $ +.\" $OpenBSD: kvm_nlist.3,v 1.4 1997/09/09 14:45:28 millert Exp $ .\" $NetBSD: kvm_nlist.3,v 1.3 1996/03/18 22:33:48 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -74,8 +74,8 @@ The function returns the number of invalid entries found. If the kernel symbol table was unreadable, -1 is returned. .Sh FILES -.Bl -tag -width /var/db/kvm_openbsd.db -compact -.It Pa /var/db/kvm_openbsd.db +.Bl -tag -width /var/db/kvm_bsd.db -compact +.It Pa /var/db/kvm_bsd.db .El .Sh SEE ALSO .Xr kvm 3 , |