Use `Er' variable to define first column width in ERRORS section.

This commit is contained in:
Alexey Zelkin 2000-05-06 12:00:11 +00:00
parent baff09db2c
commit 274b6244d3
6 changed files with 6 additions and 6 deletions

View File

@ -263,7 +263,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

@ -65,7 +65,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

@ -123,7 +123,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

@ -99,7 +99,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

@ -151,7 +151,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

@ -150,7 +150,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