From 6b4991cfde6c0a0b62e836ca75ae362779c474d4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 25 Aug 2013 09:01:45 +0200 Subject: man: wording and grammar updates This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose) --- man/tmpfiles.d.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/tmpfiles.d.xml') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 6a2193d67d..025c8018d9 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -104,7 +104,7 @@ L /tmp/foobar - - - - /dev/null f - Create a file if it doesn't exist yet (optionally writing a short string into it, if the argument parameter is passed) + Create a file if it does not exist yet (optionally writing a short string into it, if the argument parameter is passed) @@ -122,7 +122,7 @@ L /tmp/foobar - - - - /dev/null d - Create a directory if it doesn't exist yet + Create a directory if it does not exist yet @@ -132,22 +132,22 @@ L /tmp/foobar - - - - /dev/null p - Create a named pipe (FIFO) if it doesn't exist yet + Create a named pipe (FIFO) if it does not exist yet L - Create a symlink if it doesn't exist yet + Create a symlink if it does not exist yet c - Create a character device node if it doesn't exist yet + Create a character device node if it does not exist yet b - Create a block device node if it doesn't exist yet + Create a block device node if it does not exist yet -- cgit v1.2.3-54-g00ecf