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 Fc which broke man page on the w...
details: https://anonhg.NetBSD.org/src/rev/0ccd8fbf1b5f
branches: trunk
changeset: 339308:0ccd8fbf1b5f
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jul 11 15:50:56 2015 +0000
description:
Add missing Fc which broke man page on the web. Remove superfluous Pp.
diffstat:
lib/libc/stdlib/strtoi.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 378a07df031b -r 0ccd8fbf1b5f lib/libc/stdlib/strtoi.3
--- a/lib/libc/stdlib/strtoi.3 Sat Jul 11 15:42:31 2015 +0000
+++ b/lib/libc/stdlib/strtoi.3 Sat Jul 11 15:50:56 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtoi.3,v 1.2 2015/05/03 12:27:32 wiz Exp $
+.\" $NetBSD: strtoi.3,v 1.3 2015/07/11 15:50:56 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,6 +54,7 @@
.Fa "intmax_t lo"
.Fa "intmax_t hi"
.Fa "int *rstatus"
+.Fc
.Sh DESCRIPTION
The
.Fn strtoi
@@ -161,7 +162,6 @@
The following example will always return a number in
.Dv [1..99]
range no matter what the input is, and warn if the conversion failed.
-.Pp
.Bd -literal -offset indent
int e;
intmax_t lval = strtoi(buf, NULL, 0, 1, 99, &e);
Home |
Main Index |
Thread Index |
Old Index