summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.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/strtoul.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/strtoul.3')
-rw-r--r--src/lib/libc/stdlib/strtoul.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index 04c9e18d74..1353637d68 100644
--- a/src/lib/libc/stdlib/strtoul.3
+++ b/src/lib/libc/stdlib/strtoul.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: strtoul.3,v 1.21 2013/06/05 03:39:23 tedu Exp $ 32.\" $OpenBSD: strtoul.3,v 1.22 2013/08/14 06:32:28 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: August 14 2013 $
35.Dt STRTOUL 3 35.Dt STRTOUL 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -39,7 +39,7 @@
39.Nm strtoull , 39.Nm strtoull ,
40.Nm strtoumax , 40.Nm strtoumax ,
41.Nm strtouq 41.Nm strtouq
42.Nd "convert a string to an unsigned long, unsigned long long or uintmax_t integer" 42.Nd convert a string to an unsigned long, unsigned long long or uintmax_t integer
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.In limits.h 44.In limits.h
45.In stdlib.h 45.In stdlib.h