The humanize_number(3) proto will be available in stdlib.h, after
christos moves it to the correct place.
This commit is contained in:
parent
8dd89b2adc
commit
486b2ff085
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: humanize_number.3,v 1.5 2005/04/11 12:19:16 wiz Exp $
|
.\" $NetBSD: humanize_number.3,v 1.6 2007/12/14 16:31:20 xtraeme Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -34,14 +34,14 @@
|
|||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd March 14, 2002
|
.Dd December 14, 2007
|
||||||
.Dt HUMANIZE_NUMBER 3
|
.Dt HUMANIZE_NUMBER 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm humanize_number
|
.Nm humanize_number
|
||||||
.Nd format a number into a human readable form
|
.Nd format a number into a human readable form
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.In util.h
|
.In stdlib.h
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
|
.Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
Loading…
Reference in New Issue
Block a user