diff options
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index b8234122a2b..3b2a90adc3e 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/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 |