From 5771e6280ed94b6457e5db9facb5899254e4fb7f Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:36:24 +0000 Subject: first round of repairs on stdlib --- src/lib/libc/stdlib/strtoul.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/strtoul.3') diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index b8234122a2..3b2a90adc3 100644 --- a/src/lib/libc/stdlib/strtoul.3 +++ b/src/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.2 1996/08/19 08:33:52 tholo Exp $ +.\" $OpenBSD: strtoul.3,v 1.3 1999/06/29 18:36:24 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -59,7 +59,7 @@ function converts the string in .Fa nptr to an -.Em unsigned long +.Li unsigned long value. The .Fn strtouq @@ -67,7 +67,7 @@ function converts the string in .Fa nptr to a -.Em u_quad_t +.Li u_quad_t value. The conversion is done according to the given .Fa base , @@ -95,7 +95,7 @@ is taken as 10 (decimal) unless the next character is in which case it is taken as 8 (octal). .Pp The remainder of the string is converted to an -.Em unsigned long +.Li unsigned long value in the obvious manner, stopping at the end of the string or at the first character that does not produce a valid digit -- cgit v1.2.3-55-g6feb