diff options
author | Erich Eckner <git@eckner.net> | 2016-09-18 19:36:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-09-18 19:36:12 +0200 |
commit | 975a38216216e2f1308bb83b9eef3665b4cc4f51 (patch) | |
tree | c12d986175437def1a77d46f5b5c22d182fa1a10 | |
parent | e142b08e9f6164871375c011bf5840a14b133d59 (diff) | |
download | makekernel-975a38216216e2f1308bb83b9eef3665b4cc4f51.tar.xz |
fix man page
-rw-r--r-- | makekernel.8.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makekernel.8.in b/makekernel.8.in index 496927d..d703aa8 100644 --- a/makekernel.8.in +++ b/makekernel.8.in @@ -2,7 +2,10 @@ .SH NAME makekernel \- small script to compile linux kernel .SH SYNOPSIS -\fBmakekernel [options]\fP +.TP +\fBmakekernel [\-s|\-\-showVersion]\fP +.TP +\fBmakekernel [\-c|\-\-compileVersion \fIversion\fB] [\-a|\-\-allowDownload]\fP .SH DESCRIPTION \fBmakekernel\fP downloads and compiles the linux kernel, preferably downloading a patch instead of the full source. .SH OPTIONS @@ -17,7 +20,7 @@ Force current version to \fIversion\fP. .TP .B "\-a, \-\-allowDownload" Allow to download a full source if necessary. -\fImakekernel\fP will still download a patch if available. +\fBmakekernel\fP will still download a patch if available. .SH CONFIGURATION The configfile \fB#ETCDIR#/makekernel.conf\fP is a bash script, which defines the following variables and routines: .TP |