summaryrefslogtreecommitdiff
path: root/lib/libkvm.old/kvm_geterr.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
commit078c2448197a826265f74828b3159d758f1f0ceb (patch)
treeef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /lib/libkvm.old/kvm_geterr.3
parent3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff)
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
Diffstat (limited to 'lib/libkvm.old/kvm_geterr.3')
-rw-r--r--lib/libkvm.old/kvm_geterr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm.old/kvm_geterr.3 b/lib/libkvm.old/kvm_geterr.3
index 641f2b48bdc..c54f37dc53b 100644
--- a/lib/libkvm.old/kvm_geterr.3
+++ b/lib/libkvm.old/kvm_geterr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_geterr.3,v 1.1 1996/03/19 23:15:31 niklas Exp $
+.\" $OpenBSD: kvm_geterr.3,v 1.2 1999/07/09 13:35:26 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,7 +55,7 @@ on the descriptor
The results are undefined if the most recent
.Xr kvm 3
library call did not produce an error.
-The string returned is stored in memory owned by
+The string returned is stored in memory owned by
.Xr kvm 3
so the message should be copied out and saved elsewhere if necessary.
.Sh BUGS
@@ -65,7 +65,7 @@ call, since failure is indicated by returning a
.Dv NULL
descriptor.
Therefore, errors on open are output to the special error buffer
-passed to
+passed to
.Fn kvm_openfiles .
This option is not available to
.Fn kvm_open .