]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Mon, 3 Oct 2011 13:40:15 +0000 (15:40 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Oct 2011 13:40:15 +0000 (15:40 +0200)
commitffbe3270f10e1e808b03ec4b1844ea62b945652d
treedc63e6208b6de48d74a4e08f3cad7f759a9bc843
parentf17f5f481a1c1d61853f1e01858311b38f7ee6ab
parenta26acddbb797ef6fbe87c95f7e36276a3bf55278
Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit

* 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit:
  cytune: fix printf type warning
  docs: mention long options in cytune.8
  cytune: coding style fixes
  cytune: refactor main(), new function query_tty_stats()
  cytune: use libc error printing facilities
  cytune: check numeric user inputs
  cytune: add long options and usage()
  docs: restructure flock.1 manual page
  flock: simplify strtotimeval()
  lib: [strutils] add strtod_or_err() function
  flock: use strutils.h to check numeric user input
  flock: use sysexit.h for all exit values
  flock: use function attributes
  flock: align with howto-usage-function.txt
  flock: use libc error printing facilities
  flock: move long_options struct to function scope
  flock: fix coding style
  docs: align fallocate.1 with howto-man-page.txt