diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
commit | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch) | |
tree | 41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /lib/libc/locale | |
parent | 18359d659dc6d1787630809adba2563122681b41 (diff) |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/wcstol.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/wcstol.3 b/lib/libc/locale/wcstol.3 index e28e261ed85..cf6f627967e 100644 --- a/lib/libc/locale/wcstol.3 +++ b/lib/libc/locale/wcstol.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcstol.3,v 1.2 2010/09/10 18:38:19 jmc Exp $ +.\" $OpenBSD: wcstol.3,v 1.3 2013/08/14 06:32:27 jmc Exp $ .\" $NetBSD: wcstol.3,v 1.2 2006/08/08 17:32:05 wiz Exp $ .\" .\" Copyright (c) 2002 Tim J. Robbins @@ -27,14 +27,14 @@ .\" .\" $FreeBSD: src/lib/libc/locale/wcstol.3,v 1.4 2002/11/29 17:35:09 ru Exp $ .\" -.Dd $Mdocdate: September 10 2010 $ +.Dd $Mdocdate: August 14 2013 $ .Dt WCSTOL 3 .Os .Sh NAME .Nm wcstol , wcstoul , .Nm wcstoll , wcstoull , .Nm wcstoimax , wcstoumax -.Nd "convert a wide-character string value to a long, unsigned long," +.Nd convert a wide-character string value to a long, unsigned long, long long, unsigned long long, intmax_t or uintmax_t integer .Sh SYNOPSIS .In wchar.h |