Merge pull request #101 from jpoimboe/kpatch-man

man: remove enable/disable from kpatch man page
This commit is contained in:
Seth Jennings 2014-04-01 10:28:41 -05:00
commit 847842b1c3
2 changed files with 0 additions and 9 deletions

View File

@ -23,9 +23,6 @@
# This is the kpatch user script that manages installing, applying, and
# displaying information about kernel patch modules installed on the system.
# TODO: add kernelrelease option to manage releases other than the
# currently running one
KERNELRELEASE="$(uname -r)"
SYSDIR="/usr/lib/kpatch/$KERNELRELEASE"
USERDIR="/var/lib/kpatch/$KERNELRELEASE"

View File

@ -26,12 +26,6 @@ apply <hotpatch>
remove <hotpatch>
remove hotpatch module from the running kernel
enable <hotpatch>
automatically apply hotpatch module during boot
disable <hotpatch>
don't automatically apply hotpatch module during boot
info <hotpatch>
show information about an installed hotpatch module