diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-06 12:07:59 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-06 12:07:59 +0000 |
commit | a60a1ebfb4b1ca50a73a20a3781c810f189f601c (patch) | |
tree | c7b48710e40d9e00113767b1b73b9d53667426ab /lib/libc/stdio/fgetln.3 | |
parent | d5d092deee8a836cad9895f121eed5d2680b0709 (diff) | |
download | FreeBSD-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/fgetln.3')
-rw-r--r-- | lib/libc/stdio/fgetln.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |