From b48e36f841d16dcc5873210977ac1296135940d2 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 9 Jan 2022 13:48:25 +0100 Subject: [PATCH] Fix typos in README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f1a65772..93431a59 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ **TestDisk** checks the partition and boot sectors of your disks. It is very useful in recovering lost partitions. -It works with : +It works with: - DOS/Windows FAT12, FAT16 and FAT32 -- NTFS ( Windows NT/2K/XP ) +- NTFS (Windows NT/2K/XP) - Linux Ext2 and Ext3 -- BeFS ( BeOS ) -- BSD disklabel ( FreeBSD/OpenBSD/NetBSD ) +- BeFS (BeOS) +- BSD disklabel (FreeBSD/OpenBSD/NetBSD) - CramFS (Compressed File System) - HFS and HFS+, Hierarchical File System - JFS, IBM's Journaled File System @@ -21,9 +21,10 @@ It works with : - XFS, SGI's Journaled File System **PhotoRec** is file data recovery software designed to recover -lost pictures from digital camera memory or even Hard Disks. +lost pictures from digital camera memory or even hard disks. It has been extended to search also for non audio/video headers. -It searches for + +It searches for: - Sun/NeXT audio data (.au) - RIFF audio/video (.avi/.wav) @@ -50,25 +51,25 @@ It searches for - Rollei picture (.rdc) - Rich Text Format (.rtf) - Shell script (.sh) -- Tar archive (.tar ) +- Tar archive (.tar) - Tag Image File Format (.tiff) - Microsoft ASF (.wma) - Sigma/Foveon X3 raw picture (.x3f) -- zip archive (.zip) +- Zip archive (.zip) -TestDisk and PhotoRec run under: +TestDisk and PhotoRec run on: -- Dos, Win9x +- DOS, Win 9x - Windows - Linux - FreeBSD, NetBSD, OpenBSD - SunOS -Both are under GNU General Public License. +Both are licensed under the GNU General Public License. -To build from source, read [INSTALL](INSTALL) +To build from source, read [INSTALL](INSTALL). -See also [latest documentation](https://github.com/cgsecurity/testdisk_documentation) +See also the [latest documentation](https://github.com/cgsecurity/testdisk_documentation). Christophe GRENIER [grenier@cgsecurity.org](mailto:grenier@cgsecurity.org)