diff options
author | Zachary Cook <zachcook1991@gmail.com> | 2014-03-06 03:49:49 -0500 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2014-03-06 12:41:50 -0800 |
commit | 82ed60080d327d7301fcd55f5a1f8511f894b9d5 (patch) | |
tree | 57f540e5cc2f232b94e5d364fac4dbaa8d53476b | |
parent | 20e265d4bbebb927e5020ebe57ff062609468484 (diff) |
man: systemd-bootchart - fix spacing in command
Use the same formatting as the systemd-analyze man page, so that man shows a space.
-rw-r--r-- | man/systemd-bootchart.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index d0adaad982..1715d5dcf1 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -78,8 +78,8 @@ in which order, and where possible problems exist in the startup sequence of the system. It is essentially a more detailed version of - the <command>systemd-analyze</command> - <command>plot</command> function. + the <command>systemd-analyze plot</command> + function. </para> <para> Of course, bootchart can also be used at any |