summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtol.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-20 10:18:23 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-20 10:18:23 +0000
commit89164d3f1ea49e7a329c5374ba7da23ebc06c650 (patch)
tree0524a02a3b2dd05f7682240fc67541b90b5cc0a6 /lib/libc/stdlib/strtol.3
parent9e10d1fa7abf4a851fefd6e156b516c3983b942c (diff)
better english; deraadt@/millert@
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r--lib/libc/stdlib/strtol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 006ba904a57..e7435cf87a8 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtol.3,v 1.4 1999/06/29 18:36:23 aaron Exp $
+.\" $OpenBSD: strtol.3,v 1.5 1999/07/20 10:18:22 aaron Exp $
.\"
.Dd June 25, 1992
.Dt STRTOL 3
@@ -71,8 +71,8 @@ to a
value.
The conversion is done according to the given
.Fa base ,
-which must be between 2 and 36 inclusive,
-or be the special value 0.
+which must be a number between 2 and 36 inclusive
+or the special value 0.
.Pp
The string may begin with an arbitrary amount of white space
(as determined by