summaryrefslogtreecommitdiff
path: root/lib/libutil/openpty.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-07 14:22:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-07 14:22:27 +0000
commitd77b52d76b661c378ed1bea68095c5702ab14418 (patch)
tree16c8d464ebac9d2eee495df7cec34633e282d437 /lib/libutil/openpty.3
parentfb7b06fee746418e9c2b2b8cb8040ff69d698776 (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/libutil/openpty.3')
-rw-r--r--lib/libutil/openpty.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/openpty.3 b/lib/libutil/openpty.3
index fce8501775a..295aa3583fd 100644
--- a/lib/libutil/openpty.3
+++ b/lib/libutil/openpty.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openpty.3,v 1.3 1996/11/24 23:53:12 millert Exp $
+.\" $OpenBSD: openpty.3,v 1.4 1999/07/07 14:22:25 aaron Exp $
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -118,7 +118,7 @@ If a call to
.Fn login_tty ,
or
.Fn forkpty
-is not successful, -1 is returned and
+is not successful, \-1 is returned and
.Va errno
is set to indicate the error. Otherwise,
.Fn openpty ,