summaryrefslogtreecommitdiff
path: root/update-initramfs.8
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-02-06 03:12:52 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-02-06 03:30:06 +0000
commit4d57f637a9b10d74d00d380dde3cea7885fdeae7 (patch)
treed16db11ba672f26dec33c0c48e0652f2af0e68b9 /update-initramfs.8
parentb8d3d5968cfb93e4db22057c3eef143a154ded6f (diff)
mkinitramfs(8), update-initramfs(8): Fix over-indentation of options
When using inline markup, all whitespace is significant, so these options had an extra space in front of them. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'update-initramfs.8')
-rw-r--r--update-initramfs.814
1 files changed, 7 insertions, 7 deletions
diff --git a/update-initramfs.8 b/update-initramfs.8
index a880c25..e99e212 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -27,7 +27,7 @@ happens in this early userspace.
.SH OPTIONS
.TP
-\fB \-k \fI version
+\fB\-k \fI version
Set the specific kernel version for whom the initramfs will be generated.
For example the output of uname \-r for your currently running kernel.
This argument is optional for update. The default is the latest kernel version.
@@ -41,28 +41,28 @@ to
.B update\-initramfs.
.TP
-\fB \-c
+\fB\-c
This mode creates a new initramfs.
.TP
-\fB \-u
+\fB\-u
This mode updates an existing initramfs.
.TP
-\fB \-d
+\fB\-d
This mode removes an existing initramfs.
.TP
-\fB \-v
+\fB\-v
This option increases the amount of information you are given during
the chosen action.
.TP
-\fB \-b \fI directory
+\fB\-b \fI directory
Set an different bootdir for the image creation.
.TP
-\fB \-h
+\fB\-h
Print a short help page describing the available options in
.B update\-initramfs.