summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-05-09 14:12:53 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-05-09 14:12:53 +0000
commit53ef40deb91359f67a9908e687810bec5e1f62f5 (patch)
treec9d9b7782b05454fe1c382cd2b3cef8c64165d4a /lib/libc
parentb5cdf7af71d901392fc70f5d2a41061667d658ed (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/strtoul.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index c22a5a6b3944..6670d55bcf7f 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -41,7 +41,7 @@
.Os
.Sh NAME
.Nm strtoul, strtouq
-.Nd convert a string to an unsigned long or uquad_t integer
+.Nd "convert a string to an unsigned long or uquad_t integer"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS