kpatch/man/kpatch.1
Josh Poimboeuf a7efb05c81 update patch module terminology
Try to be more consistent with the terminology.  In various places we
call it a "hotpatch module", "hot patch module", or "patch module".  How
about we just call it a "patch module" everywhere?
2014-04-15 13:47:56 -05:00

45 lines
1.0 KiB
Groff

.\" Manpage for kpatch.
.\" Contact udoseidel@gmx.de to correct errors or typos.
.TH man 1 "23 Mar 2014" "1.0" "kpatch man page"
.SH NAME
kpatch \- hot patch module management
.SH SYNOPSIS
kpatch <command> [<args>]
.SH DESCRIPTION
kpatch is a user script that manages installing, loading, and
displaying information about kernel patch modules installed on
the system.
.SH OPTIONS
install <file>
install patch module to the kpatch DB
uninstall <patch>
uninstall patch module from the kpatch DB
load --all
load all installed patch modules into the running kernel
load <patch>
load installed patch module into the running kernel
unload <patch>
unload patch module from the running kernel
info <patch>
show information about an installed patch module
list
list installed patch modules
.SH SEE ALSO
kpatch-build(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Udo Seidel (udoseidel@gmx.de)
.SH COPYRIGHT
Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and
Josh Poimboeuf <jpoimboe@redhat.com>