summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r--src/lib/libc/stdlib/strtoul.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index e090253566..991f811386 100644
--- a/src/lib/libc/stdlib/strtoul.3
+++ b/src/lib/libc/stdlib/strtoul.3
@@ -33,13 +33,14 @@
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.7 2000/04/20 13:50:03 aaron Exp $ 36.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOUL 3 39.Dt STRTOUL 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm strtoul, strtouq 42.Nm strtoul ,
43.Nm strtouq
43.Nd convert a string to an unsigned long or uquad_t integer 44.Nd convert a string to an unsigned long or uquad_t integer
44.Sh SYNOPSIS 45.Sh SYNOPSIS
45.Fd #include <stdlib.h> 46.Fd #include <stdlib.h>