summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-03-15 20:53:57 +0000
committerkleink <kleink@NetBSD.org>2000-03-15 20:53:57 +0000
commitc2ee7198c1c1566c7b60e9e31fb6f95ad5d5aefe (patch)
tree09023fe8dd2713733922b4f8c7c83fa44b31f8d8 /lib/libc/stdlib
parent16343055260c228d8750b038169c3ac88132ce35 (diff)
Need to quote excessively long Nd argument.
Diffstat (limited to 'lib/libc/stdlib')
-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 3db29b05920..0b880bc80f2 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtol.3,v 1.10 2000/03/06 18:32:33 kleink Exp $
+.\" $NetBSD: strtol.3,v 1.11 2000/03/15 20:53:57 kleink Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,7 +44,7 @@
.Nm strtol ,
.Nm strtoll ,
.Nm strtoq
-.Nd convert string value to a long, long long or quad_t integer
+.Nd "convert string value to a long, long long or quad_t integer"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS