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/libutil | |
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/libutil')
-rw-r--r-- | lib/libutil/openpty.3 | 4 | ||||
-rw-r--r-- | lib/libutil/pw_lock.3 | 2 | ||||
-rw-r--r-- | lib/libutil/uucplock.3 | 4 |
3 files changed, 5 insertions, 5 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 , diff --git a/lib/libutil/pw_lock.3 b/lib/libutil/pw_lock.3 index f5fed6157d4..f84ccae3ab8 100644 --- a/lib/libutil/pw_lock.3 +++ b/lib/libutil/pw_lock.3 @@ -97,7 +97,7 @@ The .Fn pw_lock and .Fn pw_mkdb -functions return -1 if they are unable to complete properly. +functions return \-1 if they are unable to complete properly. .Sh FILES .Bl -tag -width /etc/master.passwd -compact .It Pa /etc/master.passwd diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 5bbe23c6856..7c1eebc2e34 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -21,7 +21,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: uucplock.3,v 1.4 1999/07/07 10:50:06 aaron Exp $ +.\" $Id: uucplock.3,v 1.5 1999/07/07 14:22:26 aaron Exp $ .\" " .Dd March 30, 1997 .Dt uucplock 3 @@ -85,7 +85,7 @@ as returned from .Fn uu_lock . .Sh RETURN VALUES .Fn uu_unlock -returns 0 on success and -1 on failure. +returns 0 on success and \-1 on failure. .Pp .Fn uu_lock may return any of the following values: |