Replace -1 with \-1.

This commit is contained in:
wiz 2003-01-21 11:47:32 +00:00
parent ff288f9424
commit 2caa76989f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sem_destroy.3,v 1.1 2003/01/21 02:24:41 christos Exp $
.\" $NetBSD: sem_destroy.3,v 1.2 2003/01/21 11:47:32 wiz Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@ -75,7 +75,7 @@ POSIX does not define the behavior of
.Fn sem_destroy
if called while there are threads blocked on
.Fa sem ,
but this implementation is guaranteed to return -1 and set
but this implementation is guaranteed to return \-1 and set
.Va errno
to
.Er EBUSY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sem_open.3,v 1.1 2003/01/21 02:24:41 christos Exp $
.\" $NetBSD: sem_open.3,v 1.2 2003/01/21 11:47:32 wiz Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@ -61,7 +61,7 @@ to indicate an error.
.Fn sem_close
and
.Fn sem_unlink
return -1 and set
return \-1 and set
.Va errno
to indicate an error.
.Sh ERRORS