diff options
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 0e804ec3f9..39de7e0656 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.13 2003/04/21 21:49:40 millert Exp $ | 36 | .\" $OpenBSD: strtoul.3,v 1.14 2003/05/10 06:48:30 jmc Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOUL 3 | 39 | .Dt STRTOUL 3 |
@@ -42,7 +42,7 @@ | |||
42 | .Nm strtoul , | 42 | .Nm strtoul , |
43 | .Nm strtoull , | 43 | .Nm strtoull , |
44 | .Nm strtouq | 44 | .Nm strtouq |
45 | .Nd convert a string to an unsigned long or unsigned long long integer | 45 | .Nd "convert a string to an unsigned long or unsigned long long integer" |
46 | .Sh SYNOPSIS | 46 | .Sh SYNOPSIS |
47 | .Fd #include <stdlib.h> | 47 | .Fd #include <stdlib.h> |
48 | .Fd #include <limits.h> | 48 | .Fd #include <limits.h> |