diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:57:23 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:03 -0400 |
commit | ac82fcd3e23201347a95442a39e84ac7814ccd53 (patch) | |
tree | 7395ca6e6959c2a75a3faae443df449c1cb5df7d | |
parent | ff4c60da35e9850c02a9a952e0c3df76d61c5530 (diff) |
system/avfs: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/avfs/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/avfs/README b/system/avfs/README index 1f6dfa5cf3cc..4097c5d76f52 100644 --- a/system/avfs/README +++ b/system/avfs/README @@ -1,6 +1,6 @@ -AVFS is a system, which enables all programs to look inside archived or -compressed files, or access remote files without recompiling the programs -or changing the kernel. At the moment it supports floppies, tar and gzip -files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp, -ssh/scp. Quite a few other handlers are implemented with the Midnight -Commander's external FS. +AVFS is a system, which enables all programs to look inside archived +or compressed files, or access remote files without recompiling the +programs or changing the kernel. At the moment it supports floppies, +tar and gzip files, zip, bzip2, ar and rar files, ftp sessions, http, +webdav, rsh/rcp, ssh/scp. Quite a few other handlers are implemented +with the Midnight Commander's external FS. |