summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2011-09-03 22:59:07 +0000
committerjmc <>2011-09-03 22:59:07 +0000
commit2ce67632d30f199a5bcbfb85e54eea7270ba3aca (patch)
treeb61e0ef230c15b66a82d4f2c5161b5e171aabefc /src
parenta06477a41bb324cebddcb763e8bd35687bfaf54c (diff)
downloadopenbsd-2ce67632d30f199a5bcbfb85e54eea7270ba3aca.tar.gz
openbsd-2ce67632d30f199a5bcbfb85e54eea7270ba3aca.tar.bz2
openbsd-2ce67632d30f199a5bcbfb85e54eea7270ba3aca.zip
make -column lists pretty again;
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/strtol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3
index 1a28ead0ce..8575e2cf58 100644
--- a/src/lib/libc/stdlib/strtol.3
+++ b/src/lib/libc/stdlib/strtol.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strtol.3,v 1.20 2011/08/30 12:25:09 jmc Exp $ 32.\" $OpenBSD: strtol.3,v 1.21 2011/09/03 22:59:07 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: August 30 2011 $ 34.Dd $Mdocdate: September 3 2011 $
35.Dt STRTOL 3 35.Dt STRTOL 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -164,7 +164,7 @@ If overflow or underflow occurs,
164is set to 164is set to
165.Er ERANGE 165.Er ERANGE
166and the function return value is as follows: 166and the function return value is as follows:
167.Bl -column "strtoimax" "overflow" "underflow" -offset indent 167.Bl -column "strtoimaxXX" "INTMAX_MIN" "INTMAX_MAX" -offset indent
168.It Sy Function Ta Sy underflow Ta Sy overflow 168.It Sy Function Ta Sy underflow Ta Sy overflow
169.It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX 169.It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX
170.It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX 170.It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX