diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-15 14:59:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-15 17:18:29 +0200 |
commit | 1245e4132b9584eda4efd6294779b3ed55cc0f4e (patch) | |
tree | 60b4a23db1578d6eeaddac864b0bfce6720e79e6 /man/systemd.unit.xml | |
parent | man: update udevadm -y/--sysname-match documentation (diff) | |
download | systemd-1245e4132b9584eda4efd6294779b3ed55cc0f4e.tar.xz systemd-1245e4132b9584eda4efd6294779b3ed55cc0f4e.zip |
man: use "filename" not "file name" by default
We settled on "filename" and "file system", so change a couple of places for
consistency. The exception is when there's an adjective before "file" that
binds more strongly then "name": "password file name", "output file name", etc.
Those cases are left intact.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 69000aab31..64ad4c2b60 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1137,7 +1137,7 @@ <term><varname>Alias=</varname></term> <listitem><para>A space-separated list of additional names this unit shall be installed under. The names listed - here must have the same suffix (i.e. type) as the unit file name. This option may be specified more than once, + here must have the same suffix (i.e. type) as the unit filename. This option may be specified more than once, in which case all listed names are used. At installation time, <command>systemctl enable</command> will create symlinks from these names to the unit filename. Note that not all unit types support such alias names, and this setting is not supported for them. Specifically, mount, slice, swap, and automount units do not support |