diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:12:34 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | c0bd643faf306f2fcac949b6a0ca35d816be3f51 (patch) | |
tree | 3f2652338302d14e7717032b7931b7c83966b36f /python/dfvfs/README | |
parent | 34ffbf8eaf2f822d53c75a0c915d81dba091fa24 (diff) |
python/dfvfs: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/dfvfs/README')
-rw-r--r-- | python/dfvfs/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README index b47934698291..90b5249c07aa 100644 --- a/python/dfvfs/README +++ b/python/dfvfs/README @@ -1,6 +1,6 @@ -dfVFS, or Digital Forensics Virtual File System, provides read-only access to -file-system objects from various storage media types and file formats. -The goal of dfVFS is to provide a generic interface for accessing file-system -objects, for which it uses several back-ends that provide the actual -implementation of the various storage media types, volume systems and file -systems. +dfVFS, or Digital Forensics Virtual File System, provides read-only +access to file-system objects from various storage media types and +file formats. The goal of dfVFS is to provide a generic interface for +accessing file-system objects, for which it uses several back-ends +that provide the actual implementation of the various storage media +types, volume systems and file systems. |