diff options
author | ru <ru@FreeBSD.org> | 2001-11-24 15:38:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-11-24 15:38:28 +0000 |
commit | e652be39ea1df2c3312eb29c4cfad9a33aa66c55 (patch) | |
tree | d43f24ed92c4b70c8af27cbe0a6661dbdfb4bca9 | |
parent | 94889bc82bde52bff12f3ab81bdbd8868c1a9204 (diff) | |
download | FreeBSD-src-e652be39ea1df2c3312eb29c4cfad9a33aa66c55.zip FreeBSD-src-e652be39ea1df2c3312eb29c4cfad9a33aa66c55.tar.gz |
s/processes/files/ inherited from kvm_getprocs(3).
PR: docs/32252
Submitted by: tobez
-rw-r--r-- | lib/libkvm/kvm_getfiles.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3 index 793116d..8f70ca4 100644 --- a/lib/libkvm/kvm_getfiles.3 +++ b/lib/libkvm/kvm_getfiles.3 @@ -64,7 +64,7 @@ and arguments constitute a predicate which limits the set of files returned. No predicates are currently defined. .Pp -The number of processes found is returned in the reference parameter +The number of files found is returned in the reference parameter .Fa cnt . The files are returned as a contiguous array of file structures, preceded by the address of the first file entry in the kernel. |