Skip to content

Commit cd72d20

Browse files
jengelhzonque
authored andcommitted
doc: improved wording in some places
Avoid "mountpoint mounted" (word repetition), "queriable" (no match in m-w.com and dict.cc).
1 parent ace483c commit cd72d20

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

man/file-hierarchy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
and restrictions systemd makes on the file system
6464
hierarchy.</para>
6565

66-
<para>Many of the paths described here are queriable
66+
<para>Many of the paths described here can be queried
6767
with the
6868
<citerefentry><refentrytitle>systemd-path</refentrytitle><manvolnum>1</manvolnum></citerefentry>
6969
tool.</para>

man/systemd-escape.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
used to escape and to undo escaping of strings.</para>
6565

6666
<para>The command takes any number of strings on the command line,
67-
and will process them individually, one after the other. It will
67+
and will process them individually, one after another. It will
6868
output them separated by spaces to stdout.</para>
6969

7070
<para>By default, this command will escape the strings passed,

man/systemd-nspawn.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@
770770
<option>yes</option>, full volatile mode is enabled. This
771771
means the root directory is mounted as a mostly unpopulated
772772
<literal>tmpfs</literal> instance, and
773-
<filename>/usr</filename> from the OS tree is mounted into it,
774-
read-only (the system thus starts up with read-only OS
773+
<filename>/usr</filename> from the OS tree is mounted into it
774+
in read-only mode (the system thus starts up with read-only OS
775775
resources, but pristine state and configuration, any changes
776776
to the either are lost on shutdown). When the mode parameter
777777
is specified as <option>state</option>, the OS tree is

man/systemd-path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<para><command>systemd-path</command> may be used to query system
6161
and user paths. The tool makes many of the paths described in
6262
<citerefentry><refentrytitle>file-hierarchy</refentrytitle><manvolnum>7</manvolnum></citerefentry>
63-
queriable.</para>
63+
available for querying.</para>
6464

6565
<para>When invoked without arguments, a list of known paths and
6666
their current values is shown. When at least one argument is

man/sysusers.d.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ u root 0 "Superuser" /root</programlisting>
113113
<varlistentry>
114114
<term><varname>m</varname></term>
115115
<listitem><para>Add a user to a group. If the user or group
116-
are not existing yet, they will be implicitly
116+
do not exist yet, they will be implicitly
117117
created.</para></listitem>
118118
</varlistentry>
119119

0 commit comments

Comments
 (0)