From fadf08888fabe6829ffb1ed7e4c491322b11d148 Mon Sep 17 00:00:00 2001 From: nicm <> Date: Tue, 14 Apr 2015 22:16:03 +0000 Subject: [PATCH] Another couple of commas in the wrong place, ok jmc --- src/lib/libc/stdlib/strtol.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index dc88b77b..92774d08 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/lib/libc/stdlib/strtol.3 @@ -29,16 +29,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.26 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: strtol.3,v 1.27 2015/04/14 22:16:03 nicm Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: April 14 2015 $ .Dt STRTOL 3 .Os .Sh NAME .Nm strtol , .Nm strtoll , .Nm strtoimax , -.Nm strtoq , +.Nm strtoq .Nd convert string value to a long, long long or intmax_t integer .Sh SYNOPSIS .In limits.h