projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a1719
)
systemctl-show: align "Cntrl PID" correctly
author
Mike Yuan
<me@yhndnzj.com>
Thu, 5 Oct 2023 16:49:45 +0000
(
00:49
+0800)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Thu, 5 Oct 2023 18:37:44 +0000
(19:37 +0100)
src/systemctl/systemctl-show.c
patch
|
blob
|
history
diff --git
a/src/systemctl/systemctl-show.c
b/src/systemctl/systemctl-show.c
index c0f9747dd814a2743ef885ffb87e2a89b0ebc0bc..c5ed72d0664e95f5f404fecc59715adb04e7e7c7 100644
(file)
--- a/
src/systemctl/systemctl-show.c
+++ b/
src/systemctl/systemctl-show.c
@@
-656,7
+656,7
@@
static void print_status_info(
if (i->main_pid > 0)
fputs("; Control PID: ", stdout);
else
- fputs("Cntrl PID: ", stdout); /* if first in column, abbreviated so it fits alignment */
+ fputs("
Cntrl PID: ", stdout); /* if first in column, abbreviated so it fits alignment */
printf(PID_FMT, i->control_pid);