summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>1999-11-19 01:12:39 +0000
committerenami <enami@NetBSD.org>1999-11-19 01:12:39 +0000
commit82d7115cf22b73c7589bce6ff91a60583e3fda94 (patch)
treed9d01c8ac380d1443cb0898ac2a5c8ee2d49a5b7 /lib/libc/stdlib
parent090c4d2e66dcc233ca9347b4118c020cc220323f (diff)
Don't pass so many args to .Nd macro. It just overflows.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/a64l.34
-rw-r--r--lib/libc/stdlib/strtoul.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/a64l.3 b/lib/libc/stdlib/a64l.3
index 7e37ad4c5a3..38f04262017 100644
--- a/lib/libc/stdlib/a64l.3
+++ b/lib/libc/stdlib/a64l.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: a64l.3,v 1.4 1999/03/22 19:44:57 garbled Exp $
+.\" $NetBSD: a64l.3,v 1.5 1999/11/19 01:12:40 enami Exp $
.\"
.\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,7 +41,7 @@
.Nm a64l ,
.Nm l64a ,
.Nm l64a_r
-.Nd convert between a long integer and a base-64 ASCII string
+.Nd "convert between a long integer and a base-64 ASCII string"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 182672f23bb..3236c63c8c5 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtoul.3,v 1.9 1998/02/05 18:50:20 perry Exp $
+.\" $NetBSD: strtoul.3,v 1.10 1999/11/19 01:12:40 enami Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -43,7 +43,7 @@
.Sh NAME
.Nm strtoul ,
.Nm 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