util-linux minor typo fixes

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
Gilles Espinasse 2013-05-13 16:51:08 +02:00 committed by Karel Zak
parent bdd384d10d
commit 34228e6972
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ bash-completion:
- Don't offer any more completions after help or version. [Ville Skyttä]
- Don't offer short options where corresponding long one exists. [Ville Skyttä]
- Symlink runuser symlink to su so it gets loaded on demand. [Ville Skyttä]
- add bash completetion configure option [Sami Kerola]
- add bash completion configure option [Sami Kerola]
- add completion files to Makefile.am [Sami Kerola]
- add swapoff [Bernhard Voelker]
- disk-utils [Sami Kerola]

View File

@ -1304,7 +1304,7 @@ AM_CONDITIONAL(BUILD_SETTERM, test "x$build_setterm" = xyes)
AC_ARG_ENABLE([schedutils],
AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, teskset]),
AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, taskset]),
[], enable_schedutils=yes
)
UL_BUILD_INIT([schedutils])