Use "Er" for argument to -width in the lists in the ERROR sections so that
formatting is consistant.
This commit is contained in:
parent
691ded4519
commit
a66bb8995a
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91
|
.\" 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
|
.Dd April 29, 1991
|
||||||
.Dt SIGVEC 2
|
.Dt SIGVEC 2
|
||||||
@ -260,7 +260,7 @@ is set to indicated the reason.
|
|||||||
.Fn Sigvec
|
.Fn Sigvec
|
||||||
will fail and no new signal handler will be installed if one
|
will fail and no new signal handler will be installed if one
|
||||||
of the following occurs:
|
of the following occurs:
|
||||||
.Bl -tag -width [EINVAL]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EFAULT
|
.It Bq Er EFAULT
|
||||||
Either
|
Either
|
||||||
.Fa vec
|
.Fa vec
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91
|
.\" 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
|
.Dd April 29, 1991
|
||||||
.Dt SIGVEC 2
|
.Dt SIGVEC 2
|
||||||
@ -260,7 +260,7 @@ is set to indicated the reason.
|
|||||||
.Fn Sigvec
|
.Fn Sigvec
|
||||||
will fail and no new signal handler will be installed if one
|
will fail and no new signal handler will be installed if one
|
||||||
of the following occurs:
|
of the following occurs:
|
||||||
.Bl -tag -width [EINVAL]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EFAULT
|
.It Bq Er EFAULT
|
||||||
Either
|
Either
|
||||||
.Fa vec
|
.Fa vec
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fclose.3 6.7 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FCLOSE 3
|
.Dt FCLOSE 3
|
||||||
@ -65,7 +65,7 @@ is returned and the global variable
|
|||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
In either case no further access to the stream is possible.
|
In either case no further access to the stream is possible.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EBADF]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
The argument
|
The argument
|
||||||
.Fa stream
|
.Fa stream
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fflush.3 5.4 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FFLUSH 3
|
.Dt FFLUSH 3
|
||||||
@ -84,7 +84,7 @@ is returned and the global variable
|
|||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EBADF]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
.Fa Stream
|
.Fa Stream
|
||||||
is not an open stream, or, in the case of
|
is not an open stream, or, in the case of
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fgetline.3 5.4 (Berkeley) 4/19/91
|
.\" 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
|
.Dd April 19, 1991
|
||||||
.Dt FGETLINE 3
|
.Dt FGETLINE 3
|
||||||
@ -91,7 +91,7 @@ provided that no changes are made beyond the terminating
|
|||||||
.Dv NUL .
|
.Dv NUL .
|
||||||
These changes are lost as soon as the pointer becomes invalid.
|
These changes are lost as soon as the pointer becomes invalid.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EBADF]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
The argument
|
The argument
|
||||||
.Fa stream
|
.Fa stream
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fgets.3 6.9 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FGETS 3
|
.Dt FGETS 3
|
||||||
@ -102,7 +102,7 @@ and
|
|||||||
.Xr ferror 3
|
.Xr ferror 3
|
||||||
to determine which occurred.
|
to determine which occurred.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EBADF]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
The given
|
The given
|
||||||
.Fa stream
|
.Fa stream
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fopen.3 6.8 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FOPEN 3
|
.Dt FOPEN 3
|
||||||
@ -169,7 +169,7 @@ is returned and the global variable
|
|||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EINVAL]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EINVAL
|
.It Bq Er EINVAL
|
||||||
The
|
The
|
||||||
.Fa mode
|
.Fa mode
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fputs.3 6.6 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FPUTS 3
|
.Dt FPUTS 3
|
||||||
@ -79,7 +79,7 @@ returns a nonnegative integer on success and
|
|||||||
.Dv EOF
|
.Dv EOF
|
||||||
on error.
|
on error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EBADF]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
The
|
The
|
||||||
.Fa stream
|
.Fa stream
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)fseek.3 6.11 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt FSEEK 3
|
.Dt FSEEK 3
|
||||||
@ -146,7 +146,7 @@ the others
|
|||||||
return a nonzero value and the global variable errno is
|
return a nonzero value and the global variable errno is
|
||||||
set to indicate the error.
|
set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EINVAL]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
The
|
The
|
||||||
.Fa stream
|
.Fa stream
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)funopen.3 5.3 (Berkeley) 4/19/91
|
.\" 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
|
.Dd April 19, 1991
|
||||||
.Dt FUNOPEN 3
|
.Dt FUNOPEN 3
|
||||||
@ -135,7 +135,7 @@ is returned and the global variable
|
|||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [EINVAL]
|
.Bl -tag -width Er
|
||||||
.It Bq Er EINVAL
|
.It Bq Er EINVAL
|
||||||
The
|
The
|
||||||
.Fn funopen
|
.Fn funopen
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)mktemp.3 6.10 (Berkeley) 4/19/91
|
.\" 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
|
.Dd April 19, 1991
|
||||||
.Dt MKTEMP 3
|
.Dt MKTEMP 3
|
||||||
@ -101,7 +101,7 @@ functions
|
|||||||
may set
|
may set
|
||||||
.Va errno
|
.Va errno
|
||||||
to one of the following values:
|
to one of the following values:
|
||||||
.Bl -tag -width [ENOTDIR]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ENOTDIR
|
.It Bq Er ENOTDIR
|
||||||
The pathname portion of the template is not an existing directory.
|
The pathname portion of the template is not an existing directory.
|
||||||
.El
|
.El
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)atexit.3 5.3 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt ATEXIT 3
|
.Dt ATEXIT 3
|
||||||
@ -63,7 +63,7 @@ and more are allowed as long as sufficient memory can be allocated.
|
|||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
.Rv -std atexit
|
.Rv -std atexit
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [ENOMEM]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ENOMEM
|
.It Bq Er ENOMEM
|
||||||
No memory was available to add the function to the list.
|
No memory was available to add the function to the list.
|
||||||
The existing list of functions is unmodified.
|
The existing list of functions is unmodified.
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)getenv.3 6.11 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt GETENV 3
|
.Dt GETENV 3
|
||||||
@ -121,7 +121,7 @@ return zero if successful; otherwise the global variable
|
|||||||
is set to indicate the error and a
|
is set to indicate the error and a
|
||||||
\-1 is returned.
|
\-1 is returned.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [ENOMEM]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ENOMEM
|
.It Bq Er ENOMEM
|
||||||
The function
|
The function
|
||||||
.Fn setenv
|
.Fn setenv
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)strtod.3 5.3 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt STRTOD 3
|
.Dt STRTOD 3
|
||||||
@ -97,7 +97,7 @@ returned and
|
|||||||
is stored in
|
is stored in
|
||||||
.Va errno .
|
.Va errno .
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [ERANGE]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ERANGE
|
.It Bq Er ERANGE
|
||||||
Overflow or underflow occurred.
|
Overflow or underflow occurred.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)strtol.3 5.3 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt STRTOL 3
|
.Dt STRTOL 3
|
||||||
@ -134,7 +134,7 @@ In both cases,
|
|||||||
is set to
|
is set to
|
||||||
.Er ERANGE .
|
.Er ERANGE .
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [ERANGE]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ERANGE
|
.It Bq Er ERANGE
|
||||||
The given string was out of range; the value converted has been clamped.
|
The given string was out of range; the value converted has been clamped.
|
||||||
.El
|
.El
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)strtoul.3 5.3 (Berkeley) 6/29/91
|
.\" 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
|
.Dd June 29, 1991
|
||||||
.Dt STRTOUL 3
|
.Dt STRTOUL 3
|
||||||
@ -133,7 +133,7 @@ and sets the global variable
|
|||||||
to
|
to
|
||||||
.Er ERANGE .
|
.Er ERANGE .
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width [ERANGE]
|
.Bl -tag -width Er
|
||||||
.It Bq Er ERANGE
|
.It Bq Er ERANGE
|
||||||
The given string was out of range; the value converted has been clamped.
|
The given string was out of range; the value converted has been clamped.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user