From 479fe882ae92e4c2eac3c995cd0d23d4c604889f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 11 Jul 2013 23:39:27 -0400 Subject: [PATCH] man: use not 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. --- man/systemd.automount.xml | 2 +- man/systemd.device.xml | 2 +- man/systemd.mount.xml | 2 +- man/systemd.path.xml | 4 ++-- man/systemd.snapshot.xml | 2 +- man/systemd.socket.xml | 2 +- man/systemd.swap.xml | 2 +- man/systemd.target.xml | 2 +- man/systemd.timer.xml | 4 ++-- man/systemd.unit.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index 2a310d3ec..adba75a71 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .automount encodes information + .automount encodes information about a file system automount point controlled and supervised by systemd. diff --git a/man/systemd.device.xml b/man/systemd.device.xml index 1c29aa4e7..e3cf071bc 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .device encodes information about + .device encodes information about a device unit as exposed in the sysfs/udev7 device tree. diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 07f21025b..c57f61329 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .mount encodes information about + .mount encodes information about a file system mount point controlled and supervised by systemd. diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 1975142d2..8c782b853 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .path encodes information about + .path encodes information about a path monitored by systemd, for path-based activation. @@ -185,7 +185,7 @@ when any of the configured paths changes. The argument is a unit name, whose suffix is not - .path. If not + .path. If not specified, this value defaults to a service that has the same name as the path unit, except for the suffix. (See diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml index 08d14c4e0..4e8d5a901 100644 --- a/man/systemd.snapshot.xml +++ b/man/systemd.snapshot.xml @@ -57,7 +57,7 @@ Snapshot units are not configured via unit configuration files. Nonetheless they are named similar to filenames. A unit name whose name ends in - .snapshot refers to a dynamic + .snapshot refers to a dynamic snapshot of the systemd runtime state. Snapshots are not configured on disk but created diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 2e1fb7cea..1b899c46a 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .socket encodes information about + .socket encodes information about an IPC or network socket or a file system FIFO controlled and supervised by systemd, for socket-based activation. diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 9a3905a92..d931c46e8 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .swap encodes information about a + .swap encodes information about a swap device or file for memory paging controlled and supervised by systemd. diff --git a/man/systemd.target.xml b/man/systemd.target.xml index fd51cfde3..15662a548 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .target encodes information about + .target encodes information about a target unit of systemd, which is used for grouping units and as well-known synchronization points during start-up. diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 1f0aac2ee..fa67d59a2 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -55,7 +55,7 @@ Description A unit configuration file whose name ends in - .timer encodes information about + .timer encodes information about a timer controlled and supervised by systemd, for timer-based activation. @@ -187,7 +187,7 @@ The unit to activate when this timer elapses. The argument is a unit name, whose suffix is not - .timer. If not + .timer. If not specified, this value defaults to a service that has the same name as the timer unit, except for the diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4f0bd64b1..a870f6b17 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -173,7 +173,7 @@ Along with a unit file foo.service a directory foo.service.d/ may exist. All - files with the suffix .conf from + files with the suffix .conf from this directory will be parsed after the file itself is parsed. This is useful to alter or add configuration settings to a unit, without having to modify their -- 2.30.2