kpatch/man/kpatch.1

45 lines
1.0 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 <module>
install patch module to the initrd to be loaded at boot
2014-03-25 07:36:20 +00:00
uninstall <module>
uninstall patch module from the initrd
2014-03-25 07:36:20 +00:00
load --all
load all installed patch modules into the running kernel
2014-03-25 07:36:20 +00:00
load <module>
load patch module into the running kernel
2014-03-25 07:36:20 +00:00
unload <module>
unload patch module from the running kernel
2014-03-25 07:36:20 +00:00
info <module>
show information about a patch module
2014-03-25 07:36:20 +00:00
list
list installed patch modules
2014-03-25 07:36:20 +00:00
.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>