diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-11-21 16:13:06 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-11-21 16:13:06 -0600 |
commit | 54948b710c6976f5de159da89b8431497e5b7e2f (patch) | |
tree | c161e171a9f0100e6404534fe640a6e699645402 /chapter08/attr.xml | |
parent | 651f491b51ea10fbecca8ef646ee17d353cba7e1 (diff) |
Straighten out capitalization, correct a few grammatical errors,
improve English idiom, clarify a few things, remove superfluous
verbiage, etc.
Diffstat (limited to 'chapter08/attr.xml')
-rw-r--r-- | chapter08/attr.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/attr.xml b/chapter08/attr.xml index a7a9bb426..5272cfcb2 100644 --- a/chapter08/attr.xml +++ b/chapter08/attr.xml @@ -23,8 +23,8 @@ <sect2 role="package"> <title/> - <para>The attr package contains utilities to administer the extended - attributes on filesystem objects.</para> + <para>The Attr package contains utilities to administer the extended + attributes of filesystem objects.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -52,7 +52,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>The tests need to be run on a filesystem that supports extended + <para>The tests must be run on a filesystem that supports extended attributes such as the ext2, ext3, or ext4 filesystems. To test the results, issue:</para> |