diff options
author | 2003-05-10 06:48:30 +0000 | |
---|---|---|
committer | 2003-05-10 06:48:30 +0000 | |
commit | 07619a86add332e3ffeb9ab63f92516f2c657529 (patch) | |
tree | 325d81ccabf2b6029f39fe8c5eeeedf387a02847 /lib/libc/stdlib/strtoul.3 | |
parent | typos; (diff) | |
download | wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.tar.xz wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.zip |
typos;
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 0e804ec3f9e..39de7e0656c 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.13 2003/04/21 21:49:40 millert Exp $ +.\" $OpenBSD: strtoul.3,v 1.14 2003/05/10 06:48:30 jmc Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -42,7 +42,7 @@ .Nm strtoul , .Nm strtoull , .Nm strtouq -.Nd convert a string to an unsigned long or unsigned long long integer +.Nd "convert a string to an unsigned long or unsigned long long integer" .Sh SYNOPSIS .Fd #include <stdlib.h> .Fd #include <limits.h> |