diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-06 12:00:11 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-06 12:00:11 +0000 |
commit | 3a61ac3c01bb1f8a0486add44e53e1e9dc9a1831 (patch) | |
tree | b6c5c087766f7674ad60b08be945fee6d04ca047 /lib/libc/stdlib/strtol.3 | |
parent | 9cfdfa9434715d06f368749139a813e66ee2ca7a (diff) | |
download | FreeBSD-src-3a61ac3c01bb1f8a0486add44e53e1e9dc9a1831.zip FreeBSD-src-3a61ac3c01bb1f8a0486add44e53e1e9dc9a1831.tar.gz |
Use `Er' variable to define first column width in ERRORS section.
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 1825730..3107676 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -151,7 +151,7 @@ In both cases, is set to .Er ERANGE . .Sh ERRORS -.Bl -tag -width [ERANGE] +.Bl -tag -width Er .It Bq Er ERANGE The given string was out of range; the value converted has been clamped. .El |