forked from pool/systemd
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
|
From 82ed60080d327d7301fcd55f5a1f8511f894b9d5 Mon Sep 17 00:00:00 2001
|
||
|
From: Zachary Cook <zachcook1991@gmail.com>
|
||
|
Date: Thu, 6 Mar 2014 03:49:49 -0500
|
||
|
Subject: [PATCH] man: systemd-bootchart - fix spacing in command
|
||
|
|
||
|
Use the same formatting as the systemd-analyze man page, so that man shows a space.
|
||
|
---
|
||
|
man/systemd-bootchart.xml | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git man/systemd-bootchart.xml man/systemd-bootchart.xml
|
||
|
index d0adaad..1715d5d 100644
|
||
|
--- man/systemd-bootchart.xml
|
||
|
+++ 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
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|