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 3e0d5e67c7..df696b7b85 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.6 1999/09/14 03:59:55 pjanzen Exp $ 36.\" $OpenBSD: strtol.3,v 1.7 2000/03/04 22:19:31 aaron Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOL 3 39.Dt STRTOL 3
@@ -74,7 +74,7 @@ The conversion is done according to the given
74which must be a number between 2 and 36 inclusive 74which must be a number between 2 and 36 inclusive
75or the special value 0. 75or the special value 0.
76.Pp 76.Pp
77The string may begin with an arbitrary amount of white space 77The string may begin with an arbitrary amount of whitespace
78(as determined by 78(as determined by
79.Xr isspace 3 ) 79.Xr isspace 3 )
80followed by a single optional 80followed by a single optional