diff options
author | 2011-08-30 12:25:09 +0000 | |
---|---|---|
committer | 2011-08-30 12:25:09 +0000 | |
commit | d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3 (patch) | |
tree | 9bdbcdcc6386706ee172133680972d1375ce8c02 /lib/libc/stdlib/strtol.3 | |
parent | remove some pointless Pp/-compact combinations; either ingo or kristaps (diff) | |
download | wireguard-openbsd-d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3.tar.xz wireguard-openbsd-d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3.zip |
in column lists, enforce the following ordering:
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 84d9a0c427d..1a28ead0ce0 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.19 2007/11/13 18:30:04 tobias Exp $ +.\" $OpenBSD: strtol.3,v 1.20 2011/08/30 12:25:09 jmc Exp $ .\" -.Dd $Mdocdate: November 13 2007 $ +.Dd $Mdocdate: August 30 2011 $ .Dt STRTOL 3 .Os .Sh NAME @@ -164,7 +164,7 @@ If overflow or underflow occurs, is set to .Er ERANGE and the function return value is as follows: -.Bl -column -offset indent "strtoimax" "overflow" "underflow" +.Bl -column "strtoimax" "overflow" "underflow" -offset indent .It Sy Function Ta Sy underflow Ta Sy overflow .It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX .It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX |