Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Fix variable name in SYNOPSIS to match DESCRIPT...
details: https://anonhg.NetBSD.org/src/rev/cb7dce1cca77
branches: trunk
changeset: 768567:cb7dce1cca77
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Aug 20 21:35:32 2011 +0000
description:
Fix variable name in SYNOPSIS to match DESCRIPTION.
>From Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>.
diffstat:
lib/libc/gen/humanize_number.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a75cf4664283 -r cb7dce1cca77 lib/libc/gen/humanize_number.3
--- a/lib/libc/gen/humanize_number.3 Sat Aug 20 20:14:04 2011 +0000
+++ b/lib/libc/gen/humanize_number.3 Sat Aug 20 21:35:32 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: humanize_number.3,v 1.10 2011/04/28 11:22:44 wiz Exp $
+.\" $NetBSD: humanize_number.3,v 1.11 2011/08/20 21:35:32 wiz Exp $
.\"
.\" Copyright (c) 1999, 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -39,7 +39,7 @@
.Ft int
.Fn dehumanize_number "const char *str" "int64_t *result"
.Ft int
-.Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
+.Fn humanize_number "char *buffer" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
.Sh DESCRIPTION
The
.Fn humanize_number
Home |
Main Index |
Thread Index |
Old Index