diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-11 23:39:27 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-12 01:09:25 -0400 |
commit | 479fe882ae92e4c2eac3c995cd0d23d4c604889f (patch) | |
tree | b64702ed8e6eac113f811da47c0db5c8aaabd170 /man/systemd.path.xml | |
parent | b54022fb92580022c5e830fbe4280992f5b3a770 (diff) |
man: use <literal> not <filename> for suffixes
Especially sentences like "filename ends in .suffix" are easier to
parse if the suffix is surrounded by quotes. In sentences like
"requires a .service unit", where the suffix is used as a class
designation, there is no need to use quotes.
Diffstat (limited to 'man/systemd.path.xml')
-rw-r--r-- | man/systemd.path.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 1975142d2c..8c782b8531 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -55,7 +55,7 @@ <title>Description</title> <para>A unit configuration file whose name ends in - <filename>.path</filename> encodes information about + <literal>.path</literal> encodes information about a path monitored by systemd, for path-based activation.</para> @@ -185,7 +185,7 @@ when any of the configured paths changes. The argument is a unit name, whose suffix is not - <filename>.path</filename>. If not + <literal>.path</literal>. If not specified, this value defaults to a service that has the same name as the path unit, except for the suffix. (See |