summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libkvm/kvm_getfiles.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3
index 4851000fdc6..6954f5aa60b 100644
--- a/lib/libkvm/kvm_getfiles.3
+++ b/lib/libkvm/kvm_getfiles.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getfiles.3,v 1.14 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: kvm_getfiles.3,v 1.15 2013/08/03 06:25:32 guenther Exp $
.\" $NetBSD: kvm_getfiles.3,v 1.3 1996/03/18 22:33:23 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)kvm_getfiles.3 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 3 2013 $
.Dt KVM_GETFILES 3
.Os
.Sh NAME
@@ -100,7 +100,7 @@ describes the filtering predicate as follows:
.Bl -tag -width 20n -offset indent -compact
.It Dv KERN_FILE_BYFILE
all open files
-.It Dv KERN_PROC_BYPID
+.It Dv KERN_FILE_BYPID
files opened by process ID
.Fa arg
(\-1 for all processes)