diff options
author | 2015-09-10 15:53:26 +0000 | |
---|---|---|
committer | 2015-09-10 15:53:26 +0000 | |
commit | 14e7529f6ac8592df4a265e19cc39a4b11067b58 (patch) | |
tree | 698a6f635a2dec5a36f69a51f987870b7973fecd /lib/libc | |
parent | regen configure, reported by deraadt@ (diff) | |
download | wireguard-openbsd-14e7529f6ac8592df4a265e19cc39a4b11067b58.tar.xz wireguard-openbsd-14e7529f6ac8592df4a265e19cc39a4b11067b58.zip |
reduce more .Nd to one line and kill more .Tn
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/wcstol.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/wcstol.3 b/lib/libc/locale/wcstol.3 index cf6f627967e..a09a7b33ee8 100644 --- a/lib/libc/locale/wcstol.3 +++ b/lib/libc/locale/wcstol.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcstol.3,v 1.3 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: wcstol.3,v 1.4 2015/09/10 15:53:26 schwarze Exp $ .\" $NetBSD: wcstol.3,v 1.2 2006/08/08 17:32:05 wiz Exp $ .\" .\" Copyright (c) 2002 Tim J. Robbins @@ -27,15 +27,15 @@ .\" .\" $FreeBSD: src/lib/libc/locale/wcstol.3,v 1.4 2002/11/29 17:35:09 ru Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: September 10 2015 $ .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, -long long, unsigned long long, intmax_t or uintmax_t integer +.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 .Ft long |