summaryrefslogtreecommitdiffstats
path: root/text-utils/colrm.c
Commit message (Collapse)AuthorAgeFilesLines
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
| | | | | | | | | This adds a concise description of a tool to its usage text. A first form of this patch was proposed by Steven Honeyman (see http://www.spinics.net/lists/util-linux-ng/msg09994.html). Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* textual: use usage() text element macrosSami Kerola2014-10-011-6/+3Star
| | | | | | | Translating these text elements should happen only once, which is more likely when the text macros are used properly. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: use manual tail usage() macroSami Kerola2014-10-011-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: use version printing macro everywhereSami Kerola2014-10-011-3/+1Star
| | | | | | | Only mount, umount, and blkid remains not using the macro because they are print also library references. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* colrm: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-2/+3
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* colrm: gotos, long options and argument checkingSami Kerola2011-06-081-46/+99
| | | | | | | | Unnecessary goto jumps where replaced by a simple function, and two loops. Long options support help and version, and the two arguments this command has are now validated with strtoul_or_err. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: nls/locale handling in util-linux-ng generalMike Frysinger2007-09-191-1/+1
| | | | | | | | | | | | | | | On Monday 03 September 2007, Karel Zak wrote: > http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/590/focus=592 > > I agree that we need a better support for compilation without > locales, but from my point of view NLS != all locales stuff. The NLS > support is subset only. thinking about the input from everyone, i'd propose the attached ... Only pull in locale.h as needed and move it to the common nls.h. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-8/+29
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-071-27/+25Star
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-0/+4
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-071-2/+3
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-071-10/+1Star
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-5/+4Star
|
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+126