kpatch/man/kpatch.1

45 lines
1.1 KiB
Groff
Raw Normal View History

2014-03-25 07:36:20 +00:00
.\" 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
2014-03-25 07:36:20 +00:00
displaying information about kernel patch modules installed on
the system.
.SH OPTIONS
install <file>
install hotpatch module to the kpatch DB
uninstall <hotpatch>
uninstall hotpatch module from the kpatch DB
load --all
load all enabled hotpatch modules into the running kernel
2014-03-25 07:36:20 +00:00
load <hotpatch>
load installed hotpatch module to the running kernel
2014-03-25 07:36:20 +00:00
unload <hotpatch>
unload hotpatch module from the running kernel
2014-03-25 07:36:20 +00:00
info <hotpatch>
show information about an installed hotpatch module
list
list installed hotpatch modules
.SH SEE ALSO
kpatch-build(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Udo Seidel (udoseidel@gmx.de)
2014-03-25 16:12:50 +00:00
.SH COPYRIGHT
2014-03-25 07:36:20 +00:00
Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and
Josh Poimboeuf <jpoimboe@redhat.com>