diff options
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 552c747695..1fd609dc85 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -214,9 +214,9 @@ systemd looks for a unit configuration file it will first search for the literal unit name in the filesystem. If that yields no success and the unit - name contains an @ character, systemd will look for a + name contains an <literal>@</literal> character, systemd will look for a unit template that shares the same name but with the - instance string (i.e. the part between the @ character + instance string (i.e. the part between the <literal>@</literal> character and the suffix) removed. Example: if a service <filename>getty@tty3.service</filename> is requested and no file by that name is found, systemd will look @@ -1198,7 +1198,7 @@ <row> <entry><literal>%i</literal></entry> <entry>Instance name</entry> - <entry>For instantiated units: this is the string between the @ character and the suffix.</entry> + <entry>For instantiated units: this is the string between the <literal>@</literal> character and the suffix.</entry> </row> <row> <entry><literal>%I</literal></entry> |