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/libc/compat-43/sigpause.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/libc/compat-43/sigpause.3')
-rw-r--r-- | lib/libc/compat-43/sigpause.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigpause.3 b/lib/libc/compat-43/sigpause.3 index 0940fb19c39..f1e7e06e4b1 100644 --- a/lib/libc/compat-43/sigpause.3 +++ b/lib/libc/compat-43/sigpause.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigpause.3,v 1.6 1999/05/23 14:10:58 aaron Exp $ +.\" $OpenBSD: sigpause.3,v 1.7 1999/07/07 14:22:24 aaron Exp $ .\" .Dd March 10, 1991 .Dt SIGPAUSE 3 @@ -55,7 +55,7 @@ on return the set of masked signals is restored. is usually 0 to indicate that no signals are to be blocked. .Fn sigpause -always terminates by being interrupted, returning -1 with +always terminates by being interrupted, returning \-1 with .Va errno set to .Dv EINTR |