summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_dump.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-07 14:22:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-07 14:22:27 +0000
commitd77b52d76b661c378ed1bea68095c5702ab14418 (patch)
tree16c8d464ebac9d2eee495df7cec34633e282d437 /lib/libkvm/kvm_dump.3
parentfb7b06fee746418e9c2b2b8cb8040ff69d698776 (diff)
when using `-' as a negative sign, escape it with a backslash so troff knows
it's not supposed to be a hyphen/dash
Diffstat (limited to 'lib/libkvm/kvm_dump.3')
-rw-r--r--lib/libkvm/kvm_dump.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_dump.3 b/lib/libkvm/kvm_dump.3
index 9012146b08a..ffddb95f4a2 100644
--- a/lib/libkvm/kvm_dump.3
+++ b/lib/libkvm/kvm_dump.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_dump.3,v 1.1 1996/05/05 14:56:55 deraadt Exp $
+.\" $OpenBSD: kvm_dump.3,v 1.2 1999/07/07 14:22:25 aaron Exp $
.\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
@@ -93,7 +93,7 @@ that
.Fn kvm_dum_mkheader
was called earlier in the sequence).
.Sh RETURN VALUES
-All functions return 0 on success, -1 on failure. In the case of failure,
+All functions return 0 on success, \-1 on failure. In the case of failure,
.Xr kvm_geterr 3
can be used to retrieve the cause of the error.
.Sh HISTORY