Deleted Added
full compact
humanize_number.3 (129730) humanize_number.3 (129733)
1.\" $NetBSD: humanize_number.3,v 1.4 2003/04/16 13:34:37 wiz Exp $
1.\" $NetBSD: humanize_number.3,v 1.4 2003/04/16 13:34:37 wiz Exp $
2.\" $FreeBSD: head/lib/libutil/humanize_number.3 129730 2004-05-25 18:53:54Z trhodes $
2.\" $FreeBSD: head/lib/libutil/humanize_number.3 129733 2004-05-25 20:11:50Z pjd $
3.\"
4.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Luke Mewburn and by Tomas Svensson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without

--- 25 unchanged lines hidden (view full) ---

36.\" POSSIBILITY OF SUCH DAMAGE.
37.\"
38.Dd May 25, 2004
39.Dt HUMANIZE_NUMBER 3
40.Os
41.Sh NAME
42.Nm humanize_number
43.Nd format a number into a human readable form
3.\"
4.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Luke Mewburn and by Tomas Svensson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without

--- 25 unchanged lines hidden (view full) ---

36.\" POSSIBILITY OF SUCH DAMAGE.
37.\"
38.Dd May 25, 2004
39.Dt HUMANIZE_NUMBER 3
40.Os
41.Sh NAME
42.Nm humanize_number
43.Nd format a number into a human readable form
44.Sh LIBRARY
45.Lb libutil
44.Sh SYNOPSIS
45.In libutil.h
46.Ft int
47.Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
48.Sh DESCRIPTION
49The
50.Fn humanize_number
51function formats the signed 64 bit quantity given in

--- 89 unchanged lines hidden ---
46.Sh SYNOPSIS
47.In libutil.h
48.Ft int
49.Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags"
50.Sh DESCRIPTION
51The
52.Fn humanize_number
53function formats the signed 64 bit quantity given in

--- 89 unchanged lines hidden ---