From 8a303a8963dd255566f1625243ff19b029e0ecec Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Thu, 6 Dec 2012 22:30:23 +0000 Subject: numfmt: a new command to format numbers * AUTHORS: Add my name. * NEWS: Mention the new program. * README: Reference the new program. * src/numfmt.c: New file. * src/.gitignore: Ignore the new binary. * build-aux/gen-lists-of-programs.sh: Update. * scripts/git-hooks/commit-msg: Allow numfmt: commit prefix. * po/POTFILES.in: Add new c file. * tests/misc/numfmt.pl: A new test file giving >93% coverage. * tests/local.mk: Reference the new test. * man/.gitignore: Ignore the new man page. * man/local.mk: Reference the new man page. * man/numfmt.x: A new template. * doc/coreutils.texi: Document the new command. --- man/.gitignore | 1 + man/local.mk | 1 + man/numfmt.x | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 man/numfmt.x (limited to 'man') diff --git a/man/.gitignore b/man/.gitignore index aa6fa5133..aef400292 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -49,6 +49,7 @@ nice.1 nl.1 nohup.1 nproc.1 +numfmt.1 od.1 paste.1 pathchk.1 diff --git a/man/local.mk b/man/local.mk index 7422acbf3..b5e6e21da 100644 --- a/man/local.mk +++ b/man/local.mk @@ -115,6 +115,7 @@ man/nice.1: src/nice man/nl.1: src/nl man/nohup.1: src/nohup man/nproc.1: src/nproc +man/numfmt.1: src/numfmt man/od.1: src/od man/paste.1: src/paste man/pathchk.1: src/pathchk diff --git a/man/numfmt.x b/man/numfmt.x new file mode 100644 index 000000000..6deaff1c8 --- /dev/null +++ b/man/numfmt.x @@ -0,0 +1,4 @@ +[NAME] +numfmt \- Convert numbers from/to human-readable strings +[DESCRIPTION] +.\" Add any additional description here -- cgit v1.2.3-54-g00ecf