summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtol.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/strtol.3')
-rw-r--r--src/lib/libc/stdlib/strtol.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3
index 7ac9f52b7a..b37f2cd725 100644
--- a/src/lib/libc/stdlib/strtol.3
+++ b/src/lib/libc/stdlib/strtol.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: strtol.3,v 1.11 2002/11/21 20:54:09 millert Exp $ 36.\" $OpenBSD: strtol.3,v 1.12 2003/05/10 06:48:30 jmc Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOL 3 39.Dt STRTOL 3
@@ -42,7 +42,7 @@
42.Nm strtol , 42.Nm strtol ,
43.Nm strtoll , 43.Nm strtoll ,
44.Nm strtoq 44.Nm strtoq
45.Nd convert string value to a long or long long integer 45.Nd "convert string value to a long or 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>