Add missing comma.
This commit is contained in:
parent
aa8b5ebd93
commit
c09a75571b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue