From ad1d0331f7eb7d3ee791716dde2d1a61a0260645 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 20 Jul 1999 10:18:22 +0000 Subject: better english; deraadt@/millert@ --- src/lib/libc/stdlib/strtol.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/strtol.3') diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 006ba904a5..e7435cf87a 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb