mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 14:12:06 +00:00
a7efb05c81
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?
45 lines
1.0 KiB
Groff
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>
|
|
|