From d77b52d76b661c378ed1bea68095c5702ab14418 Mon Sep 17 00:00:00 2001
From: Aaron Campbell <aaron@cvs.openbsd.org>
Date: Wed, 7 Jul 1999 14:22:27 +0000
Subject: when using `-' as a negative sign, escape it with a backslash so
 troff knows it's not supposed to be a hyphen/dash

---
 lib/libkvm/kvm_open.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lib/libkvm/kvm_open.3')

diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3
index 21e9ffc3b8b..7b2aba5aa06 100644
--- a/lib/libkvm/kvm_open.3
+++ b/lib/libkvm/kvm_open.3
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: kvm_open.3,v 1.3 1998/08/24 05:46:27 millert Exp $
+.\"	$OpenBSD: kvm_open.3,v 1.4 1999/07/07 14:22:25 aaron Exp $
 .\"	$NetBSD: kvm_open.3,v 1.2 1996/03/18 22:33:52 thorpej Exp $
 .\"
 .\" Copyright (c) 1992, 1993
@@ -175,7 +175,7 @@ writes the error message into
 .Pp
 The
 .Fn kvm_close
-function returns 0 on success and -1 on failure.
+function returns 0 on success and \-1 on failure.
 .Sh BUGS
 There should not be two open calls.  The ill-defined error semantics
 of the Sun library and the desire to have a backward-compatible library
-- 
cgit v1.2.3