summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtol.3
diff options
context:
space:
mode:
authorjmc <>2013-08-14 06:32:28 +0000
committerjmc <>2013-08-14 06:32:28 +0000
commit6464db6771a764afafe5c315fc14b0a79a16e8df (patch)
tree7e384c92583ce300fbb7af001c57d25e7710cbba /src/lib/libc/stdlib/strtol.3
parent43e023526bef91301f36a6232334c745a682879d (diff)
downloadopenbsd-6464db6771a764afafe5c315fc14b0a79a16e8df.tar.gz
openbsd-6464db6771a764afafe5c315fc14b0a79a16e8df.tar.bz2
openbsd-6464db6771a764afafe5c315fc14b0a79a16e8df.zip
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'src/lib/libc/stdlib/strtol.3')
-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 10cc102caa..c0a60979d9 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.23 2013/06/05 03:39:23 tedu Exp $ 32.\" $OpenBSD: strtol.3,v 1.24 2013/08/14 06:32:28 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: August 14 2013 $
35.Dt STRTOL 3 35.Dt STRTOL 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -39,7 +39,7 @@
39.Nm strtoll , 39.Nm strtoll ,
40.Nm strtoimax , 40.Nm strtoimax ,
41.Nm strtoq , 41.Nm strtoq ,
42.Nd "convert string value to a long, long long or intmax_t integer" 42.Nd convert string value to a long, long long or intmax_t integer
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.In limits.h 44.In limits.h
45.In stdlib.h 45.In stdlib.h