summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtol.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-10 06:48:30 +0000
committerjmc <jmc@openbsd.org>2003-05-10 06:48:30 +0000
commit07619a86add332e3ffeb9ab63f92516f2c657529 (patch)
tree325d81ccabf2b6029f39fe8c5eeeedf387a02847 /lib/libc/stdlib/strtol.3
parenttypos; (diff)
downloadwireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.tar.xz
wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.zip
typos;
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r--lib/libc/stdlib/strtol.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 7ac9f52b7ab..b37f2cd725a 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.11 2002/11/21 20:54:09 millert Exp $
+.\" $OpenBSD: strtol.3,v 1.12 2003/05/10 06:48:30 jmc Exp $
.\"
.Dd June 25, 1992
.Dt STRTOL 3
@@ -42,7 +42,7 @@
.Nm strtol ,
.Nm strtoll ,
.Nm strtoq
-.Nd convert string value to a long or long long integer
+.Nd "convert string value to a long or long long integer"
.Sh SYNOPSIS
.Fd #include <stdlib.h>
.Fd #include <limits.h>