summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.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/tmpfiles.d.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/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index e8b630da24..1c079f64bc 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -158,11 +158,11 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<varlistentry>
<term><varname>m</varname></term>
<listitem><para>If the
- specified file path exists
+ specified file path exists,
adjust its access mode, group
and user to the specified
values and reset the SELinux
- label. If it doesn't exist do
+ label. If it does not exist, do
nothing.</para></listitem>
</varlistentry>
@@ -187,7 +187,7 @@ L /tmp/foobar - - - - /dev/null</programlisting>
during cleaning. Use this type
to exclude paths from clean-up
as controlled with the Age
- parameter. Unlike x this
+ parameter. Unlike x, this
parameter will not exclude the
content if path is a directory,
but only directory itself.