On Thu, Sep 29, 2011 at 11:00:50PM +0200, Sami Kerola wrote: > are available in the git repository at: > https://github.com/kerolasa/lelux-utiliteetit sys-utils-again > > Sami Kerola (18): > docs: align fallocate.1 with howto-man-page.txt > flock: fix coding style > flock: move long_options struct to function scope > flock: use libc error printing facilities > flock: align with howto-usage-function.txt > flock: use function attributes > flock: use sysexit.h for all exit values > flock: use strutils.h to check numeric user input > lib: [strutils] add strtod_or_err() function > flock: simplify strtotimeval() > docs: restructure flock.1 manual page > cytune: add long options and usage() > cytune: check numeric user inputs > cytune: use libc error printing facilities > cytune: refactor main(), new function query_tty_stats() > cytune: coding style fixes > docs: mention long options in cytune.8 > cytune: fix printf type warning > > include/strutils.h | 1 + > lib/strutils.c | 24 ++ > sys-utils/Makefile.am | 3 +- > sys-utils/cytune.8 | 111 ++++---- > sys-utils/cytune.c | 733 +++++++++++++++++++++++++------------------------ > sys-utils/fallocate.1 | 26 +- > sys-utils/flock.1 | 124 ++++++--- > sys-utils/flock.c | 538 +++++++++++++++++------------------- > 8 files changed, 807 insertions(+), 753 deletions(-) Applied, thanks. -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html