summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
authormillert <>2002-11-21 20:54:09 +0000
committermillert <>2002-11-21 20:54:09 +0000
commit82f5f5cc6f5a299ea502cad9b78326371fa65824 (patch)
tree69ccb7b959bfd4896ce6f8b745df037097dfedda /src/lib/libc/stdlib/strtoul.3
parent5470079f1e2c28613814c64ef7eaba4957e9b3ad (diff)
downloadopenbsd-82f5f5cc6f5a299ea502cad9b78326371fa65824.tar.gz
openbsd-82f5f5cc6f5a299ea502cad9b78326371fa65824.tar.bz2
openbsd-82f5f5cc6f5a299ea502cad9b78326371fa65824.zip
.Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page.
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r--src/lib/libc/stdlib/strtoul.313
1 files changed, 10 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index 6d55de4d7a..e80903aec1 100644
--- a/src/lib/libc/stdlib/strtoul.3
+++ b/src/lib/libc/stdlib/strtoul.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtoul.3,v 1.10 2002/06/29 00:20:11 millert Exp $ 36.\" $OpenBSD: strtoul.3,v 1.11 2002/11/21 20:54:09 millert Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOUL 3 39.Dt STRTOUL 3
@@ -219,7 +219,14 @@ The given string was out of range; the value converted has been clamped.
219.Sh STANDARDS 219.Sh STANDARDS
220The 220The
221.Fn strtoul 221.Fn strtoul
222function conforms to 222and
223.St -ansiC . 223.Fn strtoull
224functions conform to
225.St -ansiC-99 .
226The
227.Fn strtouq
228function is a
229.Bx
230extension and is provided for backwards compatibility with legacy programs.
224.Sh BUGS 231.Sh BUGS
225Ignores the current locale. 232Ignores the current locale.