Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Add missing comma.
details: https://anonhg.NetBSD.org/src/rev/5fa1f9c54245
branches: trunk
changeset: 483696:5fa1f9c54245
user: enami <enami%NetBSD.org@localhost>
date: Thu Mar 16 04:57:11 2000 +0000
description:
Add missing comma.
diffstat:
lib/libc/stdlib/strtol.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8c6bc0e5c99b -r 5fa1f9c54245 lib/libc/stdlib/strtol.3
--- a/lib/libc/stdlib/strtol.3 Thu Mar 16 03:54:01 2000 +0000
+++ b/lib/libc/stdlib/strtol.3 Thu Mar 16 04:57:11 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtol.3,v 1.11 2000/03/15 20:53:57 kleink Exp $
+.\" $NetBSD: strtol.3,v 1.12 2000/03/16 04:57:11 enami Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -174,7 +174,7 @@
.Xr atol 3 ,
.Xr atoll 3 ,
.Xr strtod 3 ,
-.Xr strtoul 3
+.Xr strtoul 3 ,
.Xr strtoull 3
.Sh STANDARDS
The
Home |
Main Index |
Thread Index |
Old Index