From c09a75571b368530852f6b238b4c428351cfb8e8 Mon Sep 17 00:00:00 2001 From: enami Date: Thu, 16 Mar 2000 04:57:11 +0000 Subject: [PATCH] Add missing comma. --- lib/libc/stdlib/strtol.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 0b880bc80f2f..daa5f765e899 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: strtol.3,v 1.11 2000/03/15 20:53:57 kleink Exp $ +.\" $NetBSD: strtol.3,v 1.12 2000/03/16 04:57:11 enami Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -174,7 +174,7 @@ The given string was out of range; the value converted has been clamped. .Xr atol 3 , .Xr atoll 3 , .Xr strtod 3 , -.Xr strtoul 3 +.Xr strtoul 3 , .Xr strtoull 3 .Sh STANDARDS The