Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Need to quote excessively long Nd argument.
details: https://anonhg.NetBSD.org/src/rev/01fa53b0c841
branches: trunk
changeset: 483685:01fa53b0c841
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Mar 15 20:53:57 2000 +0000
description:
Need to quote excessively long Nd argument.
diffstat:
lib/libc/stdlib/strtol.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 03f20c2af5c6 -r 01fa53b0c841 lib/libc/stdlib/strtol.3
--- a/lib/libc/stdlib/strtol.3 Wed Mar 15 20:40:00 2000 +0000
+++ b/lib/libc/stdlib/strtol.3 Wed Mar 15 20:53:57 2000 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index