summaryrefslogtreecommitdiff
path: root/man/bootctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-07-19 20:30:16 +0200
committerLennart Poettering <lennart@poettering.net>2016-07-21 11:37:58 +0200
commitfdc1af0a8ac1801a32192d2ad5d7e1245cecc34b (patch)
tree03ba55164bc426851deb1c2ca5acfc6d2424756a /man/bootctl.xml
parent617eec3452b6c906615babf61adf51275e04d41d (diff)
man: add missing whitespace to bootctl command lines
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r--man/bootctl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 3548ad12fb..e2575a4751 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -47,16 +47,16 @@
<refsynopsisdiv>
<cmdsynopsis>
- <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg>status</command>
+ <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> status</command>
</cmdsynopsis>
<cmdsynopsis>
- <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg>update</command>
+ <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> update</command>
</cmdsynopsis>
<cmdsynopsis>
- <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg>install</command>
+ <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> install</command>
</cmdsynopsis>
<cmdsynopsis>
- <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg>remove</command>
+ <command>bootctl <arg choice="opt" rep="repeat">OPTIONS</arg> remove</command>
</cmdsynopsis>
</refsynopsisdiv>