From 72f4d9669c253d5bd7c126bf2e7a0db0198cf2eb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Oct 2013 08:58:51 +0200 Subject: man: wording and grammar updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… --- man/udevadm.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/udevadm.xml') diff --git a/man/udevadm.xml b/man/udevadm.xml index a1ffe4219c..30a6ac423a 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -98,7 +98,7 @@ - Query the database for specified type of device + Query the database for the specified type of device data. It needs the or to identify the specified device. Valid queries are: name, @@ -113,7 +113,7 @@ The /sys path of the device to query, e.g. /sys/class/block/sda. - Note that this option usually isn't very useful, since + Note that this option usually is not very useful, since udev can guess the type of the argument, so udevadm --devpath=/class/block/sda is equivalent to @@ -125,7 +125,7 @@ The name of the device node or a symlink to query, e.g. /dev/sda. - Note that this option usually isn't very useful, since + Note that this option usually is not very useful, since udev can guess the type of the argument, so udevadm --name=sda is equivalent to udevadm /dev/sda. @@ -481,10 +481,10 @@ Specify when udevadm should resolve names of users and groups. When set to early (the - default) names will be resolved when the rules are - parsed. When set to late names will + default), names will be resolved when the rules are + parsed. When set to late, names will be resolved for every event. When set to - never names will never be resolved + never, names will never be resolved and all devices will be owned by root. -- cgit v1.2.3-54-g00ecf