Misc. fixes from jmc@openbsd.
This commit is contained in:
parent
96221eb168
commit
8e516dc8e7
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigvec.3,v 1.21 2003/04/16 13:34:35 wiz Exp $
|
||||
.\" $NetBSD: sigvec.3,v 1.22 2003/05/10 12:14:26 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -188,7 +188,7 @@ specified with
|
||||
If a signal is caught during the system calls listed below,
|
||||
the call may be restarted,
|
||||
the call may return with a data transfer shorter than requested,
|
||||
or the call may forced to terminate
|
||||
or the call may be forced to terminate
|
||||
with the error
|
||||
.Dv EINTR .
|
||||
Interrupting of pending calls is requested
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tcsetattr.3,v 1.9 2003/04/16 13:34:58 wiz Exp $
|
||||
.\" $NetBSD: tcsetattr.3,v 1.10 2003/05/10 12:14:26 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -258,7 +258,7 @@ If zero is specified as the input speed to the function
|
||||
.Nm tcsetattr ,
|
||||
the input baud rate will be set to the same value as that specified by
|
||||
the output baud rate.
|
||||
.Pp
|
||||
.Sh RETURN VALUES
|
||||
If
|
||||
.Nm tcsetattr
|
||||
is unable to make any of the requested changes, it returns -1 and
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ypclnt.3,v 1.21 2003/04/16 13:34:58 wiz Exp $
|
||||
.\" $NetBSD: ypclnt.3,v 1.22 2003/05/10 12:14:27 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -297,7 +297,7 @@ Where:
|
||||
.Bl -tag -width "inkey, inval"
|
||||
.It Fa instatus
|
||||
Holds one of the return status values described in
|
||||
.Nm \*[Lt]rpcsvc/yp_prot.h\*[Gt] :
|
||||
.Aq Pa rpcsvc/yp_prot.h :
|
||||
see
|
||||
.Fn ypprot_err
|
||||
below for a function that will translate
|
||||
@ -305,7 +305,7 @@ below for a function that will translate
|
||||
protocol errors into a
|
||||
.Nm ypclnt
|
||||
layer error code as described in
|
||||
.Nm \*[Lt]rpcsvc/ypclnt.h\*[Gt] .
|
||||
.Aq Pa rpcsvc/ypclnt.h .
|
||||
.It Fa inkey, inval
|
||||
The key and value arguments are somewhat different here than described
|
||||
above.
|
||||
@ -364,7 +364,7 @@ suite which are of type
|
||||
return 0 upon success or one of the following error codes upon failure:
|
||||
.Bl -tag -width "YPERR_BADARGS "
|
||||
.It Bq Er YPERR_BADARGS
|
||||
The passed arguments to the function are invalid
|
||||
The passed arguments to the function are invalid.
|
||||
.It Bq Er YPERR_BADDB
|
||||
The
|
||||
.Tn YP
|
||||
|
Loading…
Reference in New Issue
Block a user