Use "Er" for argument to -width in the lists in the ERROR sections so that

formatting is consistant.
This commit is contained in:
jtc 1993-11-29 22:06:07 +00:00
parent 691ded4519
commit a66bb8995a
16 changed files with 32 additions and 32 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91
.\" $Id: sigvec.2,v 1.2 1993/08/01 07:45:45 mycroft Exp $
.\" $Id: sigvec.2,v 1.3 1993/11/29 22:06:07 jtc Exp $
.\"
.Dd April 29, 1991
.Dt SIGVEC 2
@ -260,7 +260,7 @@ is set to indicated the reason.
.Fn Sigvec
will fail and no new signal handler will be installed if one
of the following occurs:
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EFAULT
Either
.Fa vec

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91
.\" $Id: sigvec.3,v 1.2 1993/08/01 07:45:45 mycroft Exp $
.\" $Id: sigvec.3,v 1.3 1993/11/29 22:06:07 jtc Exp $
.\"
.Dd April 29, 1991
.Dt SIGVEC 2
@ -260,7 +260,7 @@ is set to indicated the reason.
.Fn Sigvec
will fail and no new signal handler will be installed if one
of the following occurs:
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EFAULT
Either
.Fa vec

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fclose.3 6.7 (Berkeley) 6/29/91
.\" $Id: fclose.3,v 1.2 1993/08/01 07:45:09 mycroft Exp $
.\" $Id: fclose.3,v 1.3 1993/11/29 22:06:38 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FCLOSE 3
@ -65,7 +65,7 @@ is returned and the global variable
is set to indicate the error.
In either case no further access to the stream is possible.
.Sh ERRORS
.Bl -tag -width [EBADF]
.Bl -tag -width Er
.It Bq Er EBADF
The argument
.Fa stream

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fflush.3 5.4 (Berkeley) 6/29/91
.\" $Id: fflush.3,v 1.2 1993/08/01 07:45:06 mycroft Exp $
.\" $Id: fflush.3,v 1.3 1993/11/29 22:06:43 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FFLUSH 3
@ -84,7 +84,7 @@ is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
.Bl -tag -width [EBADF]
.Bl -tag -width Er
.It Bq Er EBADF
.Fa Stream
is not an open stream, or, in the case of

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fgetline.3 5.4 (Berkeley) 4/19/91
.\" $Id: fgetline.3,v 1.2 1993/08/01 07:45:05 mycroft Exp $
.\" $Id: fgetline.3,v 1.3 1993/11/29 22:06:46 jtc Exp $
.\"
.Dd April 19, 1991
.Dt FGETLINE 3
@ -91,7 +91,7 @@ provided that no changes are made beyond the terminating
.Dv NUL .
These changes are lost as soon as the pointer becomes invalid.
.Sh ERRORS
.Bl -tag -width [EBADF]
.Bl -tag -width Er
.It Bq Er EBADF
The argument
.Fa stream

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fgets.3 6.9 (Berkeley) 6/29/91
.\" $Id: fgets.3,v 1.2 1993/08/01 07:45:04 mycroft Exp $
.\" $Id: fgets.3,v 1.3 1993/11/29 22:06:48 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FGETS 3
@ -102,7 +102,7 @@ and
.Xr ferror 3
to determine which occurred.
.Sh ERRORS
.Bl -tag -width [EBADF]
.Bl -tag -width Er
.It Bq Er EBADF
The given
.Fa stream

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fopen.3 6.8 (Berkeley) 6/29/91
.\" $Id: fopen.3,v 1.2 1993/08/01 07:45:03 mycroft Exp $
.\" $Id: fopen.3,v 1.3 1993/11/29 22:06:50 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FOPEN 3
@ -169,7 +169,7 @@ is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EINVAL
The
.Fa mode

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fputs.3 6.6 (Berkeley) 6/29/91
.\" $Id: fputs.3,v 1.2 1993/08/01 07:45:02 mycroft Exp $
.\" $Id: fputs.3,v 1.3 1993/11/29 22:06:52 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FPUTS 3
@ -79,7 +79,7 @@ returns a nonnegative integer on success and
.Dv EOF
on error.
.Sh ERRORS
.Bl -tag -width [EBADF]
.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa stream

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fseek.3 6.11 (Berkeley) 6/29/91
.\" $Id: fseek.3,v 1.3 1993/08/07 07:44:41 cgd Exp $
.\" $Id: fseek.3,v 1.4 1993/11/29 22:06:53 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FSEEK 3
@ -146,7 +146,7 @@ the others
return a nonzero value and the global variable errno is
set to indicate the error.
.Sh ERRORS
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa stream

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)funopen.3 5.3 (Berkeley) 4/19/91
.\" $Id: funopen.3,v 1.2 1993/08/01 07:44:59 mycroft Exp $
.\" $Id: funopen.3,v 1.3 1993/11/29 22:06:54 jtc Exp $
.\"
.Dd April 19, 1991
.Dt FUNOPEN 3
@ -135,7 +135,7 @@ is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EINVAL
The
.Fn funopen

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)mktemp.3 6.10 (Berkeley) 4/19/91
.\" $Id: mktemp.3,v 1.2 1993/08/01 07:44:57 mycroft Exp $
.\" $Id: mktemp.3,v 1.3 1993/11/29 22:06:55 jtc Exp $
.\"
.Dd April 19, 1991
.Dt MKTEMP 3
@ -101,7 +101,7 @@ functions
may set
.Va errno
to one of the following values:
.Bl -tag -width [ENOTDIR]
.Bl -tag -width Er
.It Bq Er ENOTDIR
The pathname portion of the template is not an existing directory.
.El

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atexit.3 5.3 (Berkeley) 6/29/91
.\" $Id: atexit.3,v 1.2 1993/08/01 07:44:36 mycroft Exp $
.\" $Id: atexit.3,v 1.3 1993/11/29 22:07:08 jtc Exp $
.\"
.Dd June 29, 1991
.Dt ATEXIT 3
@ -63,7 +63,7 @@ and more are allowed as long as sufficient memory can be allocated.
.Sh RETURN VALUES
.Rv -std atexit
.Sh ERRORS
.Bl -tag -width [ENOMEM]
.Bl -tag -width Er
.It Bq Er ENOMEM
No memory was available to add the function to the list.
The existing list of functions is unmodified.

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getenv.3 6.11 (Berkeley) 6/29/91
.\" $Id: getenv.3,v 1.2 1993/08/01 07:44:27 mycroft Exp $
.\" $Id: getenv.3,v 1.3 1993/11/29 22:07:15 jtc Exp $
.\"
.Dd June 29, 1991
.Dt GETENV 3
@ -121,7 +121,7 @@ return zero if successful; otherwise the global variable
is set to indicate the error and a
\-1 is returned.
.Sh ERRORS
.Bl -tag -width [ENOMEM]
.Bl -tag -width Er
.It Bq Er ENOMEM
The function
.Fn setenv

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strtod.3 5.3 (Berkeley) 6/29/91
.\" $Id: strtod.3,v 1.3 1993/11/24 23:26:16 jtc Exp $
.\" $Id: strtod.3,v 1.4 1993/11/29 22:07:18 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRTOD 3
@ -97,7 +97,7 @@ returned and
is stored in
.Va errno .
.Sh ERRORS
.Bl -tag -width [ERANGE]
.Bl -tag -width Er
.It Bq Er ERANGE
Overflow or underflow occurred.
.Sh SEE ALSO

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strtol.3 5.3 (Berkeley) 6/29/91
.\" $Id: strtol.3,v 1.2 1993/08/01 07:44:16 mycroft Exp $
.\" $Id: strtol.3,v 1.3 1993/11/29 22:07:20 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRTOL 3
@ -134,7 +134,7 @@ In both cases,
is set to
.Er ERANGE .
.Sh ERRORS
.Bl -tag -width [ERANGE]
.Bl -tag -width Er
.It Bq Er ERANGE
The given string was out of range; the value converted has been clamped.
.El

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strtoul.3 5.3 (Berkeley) 6/29/91
.\" $Id: strtoul.3,v 1.3 1993/11/24 23:28:21 jtc Exp $
.\" $Id: strtoul.3,v 1.4 1993/11/29 22:07:24 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRTOUL 3
@ -133,7 +133,7 @@ and sets the global variable
to
.Er ERANGE .
.Sh ERRORS
.Bl -tag -width [ERANGE]
.Bl -tag -width Er
.It Bq Er ERANGE
The given string was out of range; the value converted has been clamped.
.El