From 3dfdf83ef797ac1949c4bb3fff255752f1c1f818 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 31 Dec 2016 01:45:17 +0100 Subject: [PATCH] humanize_number.3: Fix typo. --- lib/libutil/humanize_number.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3 index 329496989b..8f996629bc 100644 --- a/lib/libutil/humanize_number.3 +++ b/lib/libutil/humanize_number.3 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 7, 2013 +.Dd December 30, 2016 .Dt HUMANIZE_NUMBER 3 .Os .Sh NAME @@ -143,7 +143,7 @@ must be divided to fit) instead of formatting it to the buffer. The following flags may be passed in .Fa flags : .Bl -tag -width ".Dv HN_DIVISOR_1000" -offset indent -.It Dv HN_FRACTIOANL +.It Dv HN_FRACTIONAL Display up to two additional fractional digits if they would fit, unless the value was so small (i.e. less than 1000 or less than 1024) that it wouldn't make sense. -- 2.11.4.GIT