summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
committerjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
commit73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch)
tree702a4ca0d53dfd62ca8003eba67c59d24908d15a /lib/libc/stdlib/strtoul.3
parentregen (diff)
downloadwireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.tar.xz
wireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.zip
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r--lib/libc/stdlib/strtoul.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 04c9e18d741..1353637d68c 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtoul.3,v 1.21 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtoul.3,v 1.22 2013/08/14 06:32:28 jmc Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTOUL 3
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Nm strtoull ,
.Nm strtoumax ,
.Nm strtouq
-.Nd "convert a string to an unsigned long, unsigned long long or uintmax_t integer"
+.Nd convert a string to an unsigned long, unsigned long long or uintmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h