summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r--lib/libc/stdlib/strtoul.313
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.