summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-10-15 08:58:51 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-10-15 08:19:49 -0400
commit72f4d9669c253d5bd7c126bf2e7a0db0198cf2eb (patch)
treea05e592987d304e6a6490bae85543639e2b7cac5 /man/udevadm.xml
parent0c7225549d539c77620e15c850c60e4dc124a131 (diff)
man: wording and grammar updates
This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index a1ffe4219..30a6ac423 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -98,7 +98,7 @@
<varlistentry>
<term><option>--query=<replaceable>type</replaceable></option></term>
<listitem>
- <para>Query the database for specified type of device
+ <para>Query the database for the specified type of device
data. It needs the <option>--path</option> or
<option>--name</option> to identify the specified
device. Valid queries are: <constant>name</constant>,
@@ -113,7 +113,7 @@
<para>The <filename>/sys</filename> path of the device to
query, e.g.
<filename><optional>/sys</optional>/class/block/sda</filename>.
- Note that this option usually isn't very useful, since
+ Note that this option usually is not very useful, since
<command>udev</command> can guess the type of the
argument, so <command>udevadm
--devpath=/class/block/sda</command> is equivalent to
@@ -125,7 +125,7 @@
<listitem>
<para>The name of the device node or a symlink to query,
e.g. <filename><optional>/dev</optional>/sda</filename>.
- Note that this option usually isn't very useful, since
+ Note that this option usually is not very useful, since
<command>udev</command> can guess the type of the
argument, so <command>udevadm --name=sda</command> is
equivalent to <command>udevadm /dev/sda</command>.</para>
@@ -481,10 +481,10 @@
<listitem>
<para>Specify when udevadm should resolve names of users
and groups. When set to <constant>early</constant> (the
- default) names will be resolved when the rules are
- parsed. When set to <constant>late</constant> names will
+ default), names will be resolved when the rules are
+ parsed. When set to <constant>late</constant>, names will
be resolved for every event. When set to
- <constant>never</constant> names will never be resolved
+ <constant>never</constant>, names will never be resolved
and all devices will be owned by root.</para>
</listitem>
</varlistentry>