From b938cb902c3b5bca807a94b277672c64d6767886 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:12 +0200 Subject: doc: correct punctuation and improve typography in documentation --- man/tmpfiles.d.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'man/tmpfiles.d.xml') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 7712e2df32..e65937848d 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -102,8 +102,8 @@ prefix and suffix of each other, then the prefix is always processed first, the suffix later. Lines that take globs are applied after those accepting no globs. If multiple operations - shall be applied on the same file (such as ACL, xattr, file - attribute adjustments) these are always done in the same fixed + shall be applied on the same file, (such as ACL, xattr, file + attribute adjustments), these are always done in the same fixed order. Otherwise, the files/directories are processed in the order they are listed. @@ -170,17 +170,17 @@ v Create a subvolume if the path does not exist yet and the file system supports this - (btrfs). Otherwise create a normal directory, in the same + (btrfs). Otherwise, create a normal directory, in the same way as d. A subvolume created with this line type is not assigned to any higher-level quota - group. For that use q or - Q which allow creating simple quota group + group. For that, use q or + Q, which allow creating simple quota group hierarchies, see below. q - Similar to v, however + Similar to v. However, makes sure that the subvolume will be assigned to the same higher-level quota groups as the subvolume it has been created in. This ensures that higher-level limits and @@ -188,7 +188,7 @@ specified subvolume. On non-btrfs file systems, this line type is identical to d. If the subvolume already exists and is already assigned to one or more higher - level quota groups no change to the quota hierarchy is + level quota groups, no change to the quota hierarchy is made. Also see Q below. See btrfs-qgroup8 for details about the btrfs quota group @@ -197,7 +197,7 @@ Q - Similar to q, however + Similar to q. However, instead of copying the higher-level quota group assignments from the parent as-is, the lowest quota group of the parent subvolume is determined that is not the leaf quota @@ -217,7 +217,7 @@ enforce limits and accounting to the specified subvolume and children subvolume created within it. Thus, by creating subvolumes only via q and - Q a concept of "subtree quotas" is + Q, a concept of "subtree quotas" is implemented. Each subvolume for which Q is set will get a "subtree" quota group created, and all child subvolumes created within it will be assigned to @@ -395,7 +395,7 @@ Passing only = as argument resets all the file attributes listed above. It has to be pointed - out that the = prefix, limits itself to + out that the = prefix limits itself to the attributes corresponding to the letters listed here. All other attributes will be left untouched. Does not follow symlinks. @@ -598,11 +598,11 @@ w may be used to specify a short string that is written to the file, suffixed by a newline. For C, specifies the source file or - directory. For t, T + directory. For t, T, determines extended attributes to be set. For - a, A determines ACL + a, A, determines ACL attributes to be set. For h, - H determines the file attributes to + H, determines the file attributes to set. Ignored for all other lines. -- cgit v1.2.3-54-g00ecf