diff options
author | Faalagorn <faalagorn@gmail.com> | 2018-02-08 09:14:55 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-08 09:14:55 +0100 |
commit | ed10715af258a7f493fc7a46299d848fd2bb8b97 (patch) | |
tree | 38b72b9e94de4b6136882810bd24b5ea879d1dd3 /man | |
parent | b36003461a11d79d22bb48b7efe2c836fd762fc1 (diff) | |
download | systemd-ed10715af258a7f493fc7a46299d848fd2bb8b97.tar.gz |
man: .service <filename> to <literal> (#8126)
Changed <filename>.service</filename> to <literal>.service</literal> to match style in other manual pages: man 5 systemd.socket, device, mount, automount, swap, target path, timer, slice and scope.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e796245ae5..f07ce865d6 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -56,7 +56,7 @@ <title>Description</title> <para>A unit configuration file whose name ends in - <filename>.service</filename> encodes information about a process + <literal>.service</literal> encodes information about a process controlled and supervised by systemd.</para> <para>This man page lists the configuration options specific to |