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/libarch/i386/i386_iopl.2 | |
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/libarch/i386/i386_iopl.2')
-rw-r--r-- | lib/libarch/i386/i386_iopl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/i386/i386_iopl.2 b/lib/libarch/i386/i386_iopl.2 index 10b5bf62745..0b4c63ccc61 100644 --- a/lib/libarch/i386/i386_iopl.2 +++ b/lib/libarch/i386/i386_iopl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_iopl.2,v 1.7 1999/05/16 19:54:40 alex Exp $ +.\" $OpenBSD: i386_iopl.2,v 1.8 1999/07/07 14:22:24 aaron Exp $ .\" $NetBSD: i386_iopl.2,v 1.3 1996/02/27 22:57:25 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -55,7 +55,7 @@ This call is restricted to the super-user. Upon successful completion, .Fn i386_iopl returns 0. -Otherwise, a value of -1 is returned and the global +Otherwise, a value of \-1 is returned and the global variable .Va errno is set to indicate the error. |