Module Name:    src
Committed By:   wiz
Date:           Sat Aug 20 21:35:32 UTC 2011

Modified Files:
        src/lib/libc/gen: humanize_number.3

Log Message:
Fix variable name in SYNOPSIS to match DESCRIPTION.
>From Abhinav Upadhyay <[email protected]>.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/humanize_number.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/humanize_number.3
diff -u src/lib/libc/gen/humanize_number.3:1.10 src/lib/libc/gen/humanize_number.3:1.11
--- src/lib/libc/gen/humanize_number.3:1.10	Thu Apr 28 11:22:44 2011
+++ src/lib/libc/gen/humanize_number.3	Sat Aug 20 21:35:32 2011
@@ -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

Reply via email to