diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fflush.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fgetln.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fgets.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fopen.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fputs.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fseek.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/funopen.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 2 |
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 |