"errno" was not being formatted with the .Va macro.

This commit is contained in:
jtc 1993-11-30 00:50:58 +00:00
parent e290fb8f79
commit d3b6c3481b
2 changed files with 7 additions and 4 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tcsetattr.3 5.2 (Berkeley) 3/4/92
.\" $Id: tcsetattr.3,v 1.2 1993/07/30 08:39:39 mycroft Exp $
.\" $Id: tcsetattr.3,v 1.3 1993/11/30 00:50:58 jtc Exp $
.\"
.Dd "March 4, 1992"
.Dt TCSETATTR 3
@ -259,7 +259,8 @@ the output baud rate.
If
.Nm tcsetattr
is unable able to make any of the requested changes, it returns -1 and
sets errno.
sets
.Va errno .
Otherwise, it makes all of the requested changes it can.
If the specified input and output baud rates differ and are a combination
that is not supported, neither baud rate is changed.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)times.3 6.4 (Berkeley) 4/19/91
.\" $Id: times.3,v 1.2 1993/07/30 08:39:51 mycroft Exp $
.\" $Id: times.3,v 1.3 1993/11/30 00:51:00 jtc Exp $
.\"
.Dd April 19, 1991
.Dt TIMES 3
@ -112,7 +112,9 @@ If an error occurs,
.Fn times
returns the value
.Pq (clock_t)\-1 ,
and sets errno to indicate the error.
and sets
.Va errno
to indicate the error.
.Sh ERRORS
The
.Fn times