diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 20:54:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 20:54:10 +0000 |
commit | 4343d99dda701d38daa98528f6b6b9681d181dee (patch) | |
tree | cc61ad45fd186263f2a2c9d7874cfaf07e88cba1 /lib/libc/stdlib/strtoul.3 | |
parent | 255e16d220cc5067d7b81a6c2e7a08c6c9a78e71 (diff) |
.Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page.
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 6d55de4d7a9..e80903aec1d 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.10 2002/06/29 00:20:11 millert Exp $ +.\" $OpenBSD: strtoul.3,v 1.11 2002/11/21 20:54:09 millert Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -219,7 +219,14 @@ The given string was out of range; the value converted has been clamped. .Sh STANDARDS The .Fn strtoul -function conforms to -.St -ansiC . +and +.Fn strtoull +functions conform to +.St -ansiC-99 . +The +.Fn strtouq +function is a +.Bx +extension and is provided for backwards compatibility with legacy programs. .Sh BUGS Ignores the current locale. |