diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 14:22:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 14:22:27 +0000 |
commit | d77b52d76b661c378ed1bea68095c5702ab14418 (patch) | |
tree | 16c8d464ebac9d2eee495df7cec34633e282d437 /lib/libkvm/kvm_nlist.3 | |
parent | fb7b06fee746418e9c2b2b8cb8040ff69d698776 (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_nlist.3')
-rw-r--r-- | lib/libkvm/kvm_nlist.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_nlist.3 b/lib/libkvm/kvm_nlist.3 index d59808d1c96..150bf2267a9 100644 --- a/lib/libkvm/kvm_nlist.3 +++ b/lib/libkvm/kvm_nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_nlist.3,v 1.4 1997/09/09 14:45:28 millert Exp $ +.\" $OpenBSD: kvm_nlist.3,v 1.5 1999/07/07 14:22:25 aaron Exp $ .\" $NetBSD: kvm_nlist.3,v 1.3 1996/03/18 22:33:48 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -72,7 +72,7 @@ uses it to speed lookups. The .Fn kvm_nlist function returns the number of invalid entries found. -If the kernel symbol table was unreadable, -1 is returned. +If the kernel symbol table was unreadable, \-1 is returned. .Sh FILES .Bl -tag -width /var/db/kvm_bsd.db -compact .It Pa /var/db/kvm_bsd.db |