diff options
Diffstat (limited to 'lib/libkvm.old')
-rw-r--r-- | lib/libkvm.old/kvm_getfiles.3 | 7 | ||||
-rw-r--r-- | lib/libkvm.old/kvm_getprocs.3 | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libkvm.old/kvm_getfiles.3 b/lib/libkvm.old/kvm_getfiles.3 index 1a4237c0511..c5acfdcbc5c 100644 --- a/lib/libkvm.old/kvm_getfiles.3 +++ b/lib/libkvm.old/kvm_getfiles.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getfiles.3,v 1.3 1999/05/16 19:55:54 alex Exp $ +.\" $OpenBSD: kvm_getfiles.3,v 1.4 1999/07/02 21:13:05 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,8 +72,9 @@ subsequent kvm library calls. Data should be copied out if it needs to be saved. .Sh RETURN VALUES .Fn kvm_getfiles -will return NULL on failure. -.Pp +will return +.Dv NULL +on failure. .Sh BUGS This routine does not belong in the kvm interface. .Sh SEE ALSO diff --git a/lib/libkvm.old/kvm_getprocs.3 b/lib/libkvm.old/kvm_getprocs.3 index 17c0db7a53c..3cb7ea0b0ad 100644 --- a/lib/libkvm.old/kvm_getprocs.3 +++ b/lib/libkvm.old/kvm_getprocs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getprocs.3,v 1.2 1998/08/06 21:27:41 kstailey Exp $ +.\" $OpenBSD: kvm_getprocs.3,v 1.3 1999/07/02 21:13:05 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -150,7 +150,6 @@ and all return .Dv NULL on failure. -.Pp .Sh BUGS These routines do not belong in the kvm interface. .Sh SEE ALSO |