diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 2ac65ff6e31c..67e1f8275f1b 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: strtol.3,v 1.15 2001/09/16 01:31:53 wiz Exp $ +.\" $NetBSD: strtol.3,v 1.16 2002/01/15 02:37:56 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,11 +55,11 @@ .Fn strtol "const char * restrict nptr" "char ** restrict endptr" "int base" .Ft long long int .Fn strtoll "const char * restrict nptr" "char ** restrict endptr" "int base" - +.Pp .Fd #include .Ft intmax_t .Fn strtoimax "const char * restrict nptr" "char ** restrict endptr" "int base" - +.Pp .Fd #include .Fd #include .Fd #include diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index beedb3d5d28f..aed083b69eed 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: strtoul.3,v 1.13 2001/09/16 01:31:54 wiz Exp $ +.\" $NetBSD: strtoul.3,v 1.14 2002/01/15 02:37:57 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,11 +55,11 @@ .Fn strtoul "const char * restrict nptr" "char ** restrict endptr" "int base" .Ft unsigned long long int .Fn strtoull "const char * restrict nptr" "char ** restrict endptr" "int base" - +.Pp .Fd #include .Ft uintmax_t .Fn strtoumax "const char * restrict nptr" "char ** restrict endptr" "int base" - +.Pp .Fd #include .Fd #include .Fd #include