summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
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
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')
-rw-r--r--lib/libc/stdlib/strtol.36
-rw-r--r--lib/libc/stdlib/strtonum.36
-rw-r--r--lib/libc/stdlib/strtoul.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 10cc102caae..c0a60979d9b 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtol.3,v 1.23 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtol.3,v 1.24 2013/08/14 06:32:28 jmc Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTOL 3
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Nm strtoll ,
.Nm strtoimax ,
.Nm strtoq ,
-.Nd "convert string value to a long, long long or intmax_t integer"
+.Nd convert string value to a long, long long or intmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 419a2db61d4..ed638cdbe2f 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strtonum.3,v 1.16 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.17 2013/08/14 06:32:28 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTONUM 3
.Os
.Sh NAME
.Nm strtonum
-.Nd "reliably convert string value to an integer"
+.Nd reliably convert string value to an integer
.Sh SYNOPSIS
.In stdlib.h
.Ft long long
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