summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-05-06 12:07:59 +0000
committerphantom <phantom@FreeBSD.org>2000-05-06 12:07:59 +0000
commita60a1ebfb4b1ca50a73a20a3781c810f189f601c (patch)
treec7b48710e40d9e00113767b1b73b9d53667426ab
parentd5d092deee8a836cad9895f121eed5d2680b0709 (diff)
downloadFreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.zip
FreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.tar.gz
Use `Er' variable to define first column width in ERRORS section.
-rw-r--r--lib/libc/gen/getcwd.32
-rw-r--r--lib/libc/gen/pause.32
-rw-r--r--lib/libc/gen/signal.32
-rw-r--r--lib/libc/gen/time.32
-rw-r--r--lib/libc/gen/usleep.32
-rw-r--r--lib/libc/i386/sys/i386_get_ioperm.22
-rw-r--r--lib/libc/i386/sys/i386_get_ldt.22
-rw-r--r--lib/libc/i386/sys/i386_vm86.22
-rw-r--r--lib/libc/net/addr2ascii.32
-rw-r--r--lib/libc/stdio/fflush.32
-rw-r--r--lib/libc/stdio/fgetln.32
-rw-r--r--lib/libc/stdio/fgets.32
-rw-r--r--lib/libc/stdio/fopen.32
-rw-r--r--lib/libc/stdio/fputs.32
-rw-r--r--lib/libc/stdio/fseek.32
-rw-r--r--lib/libc/stdio/funopen.32
-rw-r--r--lib/libc/stdio/mktemp.32
17 files changed, 17 insertions, 17 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 8faa4a4..5f40193 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -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
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3
index c8315dd..b9d2031 100644
--- a/lib/libc/gen/pause.3
+++ b/lib/libc/gen/pause.3
@@ -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
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 9663076..e0dc9e6 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -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.
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 103a4ed..53c76df 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -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
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index dddc856..51e1bf2 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -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.
diff --git a/lib/libc/i386/sys/i386_get_ioperm.2 b/lib/libc/i386/sys/i386_get_ioperm.2
index f433c5b..aad357b 100644
--- a/lib/libc/i386/sys/i386_get_ioperm.2
+++ b/lib/libc/i386/sys/i386_get_ioperm.2
@@ -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
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2
index 01ab02a..8db81b3 100644
--- a/lib/libc/i386/sys/i386_get_ldt.2
+++ b/lib/libc/i386/sys/i386_get_ldt.2
@@ -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
diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2
index ad3e218..864ef3b 100644
--- a/lib/libc/i386/sys/i386_vm86.2
+++ b/lib/libc/i386/sys/i386_vm86.2
@@ -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
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3
index e91b1d9..ced7349 100644
--- a/lib/libc/net/addr2ascii.3
+++ b/lib/libc/net/addr2ascii.3
@@ -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
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 2869221..57c589f 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -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
diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3
index a0c6c03..6cb42f1 100644
--- a/lib/libc/stdio/fgetln.3
+++ b/lib/libc/stdio/fgetln.3
@@ -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
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 76518b6..dda95dc 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -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
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 9c10ed1..e348477 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -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
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index 6336110..34c4ad1 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -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
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index 44c255a..e2b432a 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -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
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index ad1d9d7..b035514 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -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
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 03024c2..badb803 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -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
OpenPOWER on IntegriCloud