diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-12-26 15:51:54 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-12-26 15:51:54 +0000 |
commit | 34fe7e07cd3bc2dad0521e51ba3bbe78de45a671 (patch) | |
tree | 3fc8271f4a48ac2e20ed255cbfb573caceec3ab2 /chapter09 | |
parent | ce9b68d15814efabe161e81f2ac678f0ad4a34f8 (diff) |
decorate usernames with <systemitem>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/systemd-custom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml index 7addaefbb..7e0613df2 100644 --- a/chapter09/systemd-custom.xml +++ b/chapter09/systemd-custom.xml @@ -41,7 +41,8 @@ TTYVTDisallocate=no</literal> EOF</userinput></screen> <para>The boot messages can always be reviewed by using the - <userinput>journalctl -b</userinput> command as the root user.</para> + <userinput>journalctl -b</userinput> command as the + <systemitem class="username">root</systemitem> user.</para> </sect2> |