From a9a87846de64c34338df42c737bb289785865286 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 30 Aug 2011 12:25:09 +0000 Subject: [PATCH] in column lists, enforce the following ordering: .Bl -column header1 header2 ... 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) --- src/lib/libc/stdlib/strtol.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 84d9a0c4..1a28ead0 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/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