summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
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 /lib/libc/stdio
parentd5d092deee8a836cad9895f121eed5d2680b0709 (diff)
downloadFreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.zip
FreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.tar.gz
Use `Er' variable to define first column width in ERRORS section.
Diffstat (limited to 'lib/libc/stdio')
-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
8 files changed, 8 insertions, 8 deletions
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