Need to quote excessively long Nd argument.

This commit is contained in:
kleink 2000-03-15 20:53:57 +00:00
parent 1634305526
commit c2ee7198c1
1 changed files with 2 additions and 2 deletions

View File

@ -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