diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:57:19 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:03 -0400 |
commit | ff4c60da35e9850c02a9a952e0c3df76d61c5530 (patch) | |
tree | 0b8cf552f8d4fc2d0a04dae6e57880f264b89f44 /system/augeas | |
parent | 8531fee5e382696ea40b842919ce2d2e6dc6d53c (diff) |
system/augeas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/augeas')
-rw-r--r-- | system/augeas/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/augeas/README b/system/augeas/README index 986c5d512892..2214f24be4d8 100644 --- a/system/augeas/README +++ b/system/augeas/README @@ -1,6 +1,6 @@ -Augeas is a library and command line tool that focuses on the most basic -problem in handling Linux configurations programmatically: editing actual -configuration files in a controlled manner. +Augeas is a library and command line tool that focuses on the most +basic problem in handling Linux configurations programmatically: +editing actual configuration files in a controlled manner. To that end, Augeas exposes a tree of all configuration settings (well, all the ones it knows about) and a simple local API for manipulating the |