mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Use `Er' variable to define first column width in ERRORS section.
This commit is contained in:
parent
96e430a43c
commit
03fc63031e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60078
@ -111,7 +111,7 @@ The
|
||||
.Fn getcwd
|
||||
function
|
||||
will fail if:
|
||||
.Bl -tag -width [EACCES]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EACCES
|
||||
Read or search permission was denied for a component of the pathname.
|
||||
.It Bq Er EINVAL
|
||||
|
@ -70,7 +70,7 @@ The
|
||||
.Fn pause
|
||||
function
|
||||
always returns:
|
||||
.Bl -tag -width [EINTR]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINTR
|
||||
The call was interrupted.
|
||||
.El
|
||||
|
@ -207,7 +207,7 @@ is set to indicate the error.
|
||||
.Fn Signal
|
||||
will fail and no action will take place if one of the
|
||||
following occur:
|
||||
.Bl -tag -width [EINVAL]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
.Em Sig
|
||||
is not a valid signal number.
|
||||
|
@ -75,7 +75,7 @@ is set to indicate the error.
|
||||
.Sh ERRORS
|
||||
The following error codes may be set in
|
||||
.Va errno :
|
||||
.Bl -tag -width [EFAULT]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EFAULT
|
||||
An argument address referenced invalid memory.
|
||||
.Sh SEE ALSO
|
||||
|
@ -69,7 +69,7 @@ The
|
||||
.Fn usleep
|
||||
function
|
||||
will fail if:
|
||||
.Bl -tag -width [EINTR]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINTR
|
||||
A signal was delivered to the process and its
|
||||
action was to invoke a signal-catching function.
|
||||
|
@ -71,7 +71,7 @@ is set to indicate the error.
|
||||
and
|
||||
.Fn i386_set_ioperm
|
||||
will fail if:
|
||||
.Bl -tag -width [EINVAL]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
An invalid range was specified by the
|
||||
.Fa start
|
||||
|
@ -84,7 +84,7 @@ is set to indicate the error.
|
||||
and
|
||||
.Fn i386_set_ldt
|
||||
will fail if:
|
||||
.Bl -tag -width [EINVAL]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
An inappropriate parameter was used for
|
||||
.Fa start_sel
|
||||
|
@ -88,7 +88,7 @@ is set to indicate the error.
|
||||
.Sh ERRORS
|
||||
.Fn i386_vm86
|
||||
will fail if:
|
||||
.Bl -tag -width [ENOMEM]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
The kernel does not have vm86 support, or an invalid function was specified.
|
||||
.It Bq Er ENOMEM
|
||||
|
@ -162,7 +162,7 @@ functions, rather than the other way around.
|
||||
When a failure is returned,
|
||||
.Li errno
|
||||
is set to one of the following values:
|
||||
.Bl -tag -width [EPROTONOSUPPORT]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er ENAMETOOLONG
|
||||
The
|
||||
.Fn addr2ascii
|
||||
|
@ -86,7 +86,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
|
||||
|
@ -96,7 +96,7 @@ The text to which the returned pointer points may be modified,
|
||||
provided that no changes are made beyond the returned size.
|
||||
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
|
||||
|
@ -109,7 +109,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
|
||||
|
@ -175,7 +175,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
|
||||
|
@ -81,7 +81,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
|
||||
|
@ -171,7 +171,7 @@ return the current offset.
|
||||
Otherwise, \-1 is returned 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
|
||||
|
@ -137,7 +137,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
|
||||
|
@ -127,7 +127,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
|
||||
|
Loading…
Reference in New Issue
Block a user