From d77b52d76b661c378ed1bea68095c5702ab14418 Mon Sep 17 00:00:00 2001 From: Aaron Campbell 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_dump.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkvm/kvm_dump.3') 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 -- cgit v1.2.3