Deleted Added
full compact
humanize_number.3 (131759) humanize_number.3 (135317)
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 131759 2004-07-07 20:25:54Z ru $
2.\" $FreeBSD: head/lib/libutil/humanize_number.3 135317 2004-09-16 18:32:58Z 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

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

136function returns the number of characters stored in
137.Fa buffer
138(excluding the terminating
139.Dv NUL )
140upon success, or \-1 upon failure.
141If
142.Dv HN_GETSCALE
143is specified, the prefix index number will be returned instead.
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

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

136function returns the number of characters stored in
137.Fa buffer
138(excluding the terminating
139.Dv NUL )
140upon success, or \-1 upon failure.
141If
142.Dv HN_GETSCALE
143is specified, the prefix index number will be returned instead.
144.Sh SEE ALSO
145.Xr humanize_number 9
146.Sh HISTORY
147The
148.Fn humanize_number
149function first appeared in
150.Nx 2.0 .
144.Sh HISTORY
145The
146.Fn humanize_number
147function first appeared in
148.Nx 2.0 .