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

formatting is consistant.
Other misc. tweaks.
This commit is contained in:
jtc 1993-11-29 21:40:55 +00:00
parent 250b6aa06e
commit 691ded4519
8 changed files with 16 additions and 16 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)exec.3 6.4 (Berkeley) 4/19/91
.\" $Id: exec.3,v 1.2 1993/07/30 08:35:49 mycroft Exp $
.\" $Id: exec.3,v 1.3 1993/11/29 21:40:55 jtc Exp $
.\"
.Dd April 19, 1991
.Dt EXEC 3
@ -186,7 +186,7 @@ The return value is \-1, and the global variable
.Va errno
will be set to indicate the error.
.Sh FILES
.Bl -tag -width /bin/sh - compact
.Bl -tag -width /bin/sh -compact
.It Pa /bin/sh
The shell.
.El

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fts.3 8.1 (Berkeley) 6/4/93
.\" $Id: fts.3,v 1.7 1993/11/09 00:29:57 jtc Exp $
.\" $Id: fts.3,v 1.8 1993/11/29 21:41:00 jtc Exp $
.\"
.Dd June 4, 1993
.Dt FTS 3
@ -735,7 +735,7 @@ as follows:
.Bl -tag -width Er
.It Bq Er EINVAL
The options were invalid.
.EL
.El
.Sh SEE ALSO
.Xr find 1 ,
.Xr chdir 2 ,

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getcwd.3 6.4 (Berkeley) 4/19/91
.\" $Id: getcwd.3,v 1.3 1993/10/04 22:39:21 jtc Exp $
.\" $Id: getcwd.3,v 1.4 1993/11/29 21:41:03 jtc Exp $
.\"
.Dd April 19, 1991
.Dt GETCWD 3
@ -109,7 +109,7 @@ The
.Fn getcwd
function
will fail if:
.Bl -tag -width [EACCESS]
.Bl -tag -width Er
.It Bq Er EACCESS
Read or search permission was denied for a component of the pathname.
.It Bq Er EINVAL

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getpass.3 6.5 (Berkeley) 5/21/91
.\" $Id: getpass.3,v 1.2 1993/07/30 08:36:38 mycroft Exp $
.\" $Id: getpass.3,v 1.3 1993/11/29 21:41:04 jtc Exp $
.\"
.Dd May 21, 1991
.Dt GETPASS 3
@ -65,7 +65,7 @@ turns off character echoing while reading the password.
.Nm Getpass
returns a pointer to the null terminated password.
.Sh FILES
.Bl -tag -width /dev/tty - compact
.Bl -tag -width /dev/tty -compact
.It Pa /dev/tty
.El
.Sh SEE ALSO

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)pause.3 6.3 (Berkeley) 4/19/91
.\" $Id: pause.3,v 1.2 1993/07/30 08:37:59 mycroft Exp $
.\" $Id: pause.3,v 1.3 1993/11/29 21:41:05 jtc Exp $
.\"
.Dd April 19, 1991
.Dt PAUSE 3
@ -69,7 +69,7 @@ The
.Fn pause
function
always returns:
.Bl -tag -width [EINTR]
.Bl -tag -width Er
.It Bq Er EINTR
The call was interrupted.
.El

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)signal.3 6.7 (Berkeley) 7/31/91
.\" $Id: signal.3,v 1.2 1993/07/30 08:38:58 mycroft Exp $
.\" $Id: signal.3,v 1.3 1993/11/29 21:41:07 jtc Exp $
.\"
.Dd July 31, 1991
.Dt SIGNAL 3
@ -196,7 +196,7 @@ is set to indicate the error.
.Xr 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.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigsetops.3 6.2 (Berkeley) 4/19/91
.\" $Id: sigsetops.3,v 1.2 1993/07/30 08:39:09 mycroft Exp $
.\" $Id: sigsetops.3,v 1.3 1993/11/29 21:41:08 jtc Exp $
.\"
.Dd April 19, 1991
.Dt SIGSETOPS 3
@ -96,7 +96,7 @@ is set to indicated the reason.
The current implementation does not detect any errors.
.Sh ERRORS
These functions could fail if one of the following occurs:
.Bl -tag -width [EINVAL]
.Bl -tag -width Er
.It Bq Er EINVAL
.Fa signo
has an invalid value.

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)time.3 5.4 (Berkeley) 6/29/91
.\" $Id: time.3,v 1.3 1993/10/05 16:35:19 jtc Exp $
.\" $Id: time.3,v 1.4 1993/11/29 21:41:09 jtc Exp $
.\"
.Dd June 29, 1991
.Dt TIME 3
@ -73,7 +73,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