diff options
author | 2013-08-14 06:32:26 +0000 | |
---|---|---|
committer | 2013-08-14 06:32:26 +0000 | |
commit | 73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch) | |
tree | 702a4ca0d53dfd62ca8003eba67c59d24908d15a /lib/libc/stdlib/strtonum.3 | |
parent | regen (diff) | |
download | wireguard-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/strtonum.3')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |