summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2022-12-26 13:14:05 +0900
committerJinWang An <jinwang.an@samsung.com>2022-12-26 13:14:05 +0900
commitd67960a977528a97de88d66c1fd0dd70d3b105ee (patch)
tree78a1770bf96b3fa1a43fdfb2f9e0b4b8c1200930 /manpages
parent945defbb1404d6f1139facb97ba9c6b16f237df5 (diff)
downloaddosfstools-d67960a977528a97de88d66c1fd0dd70d3b105ee.tar.gz
dosfstools-d67960a977528a97de88d66c1fd0dd70d3b105ee.tar.bz2
dosfstools-d67960a977528a97de88d66c1fd0dd70d3b105ee.zip
Imported Upstream version 3.0.19upstream/3.0.19
Diffstat (limited to 'manpages')
-rw-r--r--manpages/de/fatlabel.de.82
-rw-r--r--manpages/de/fsck.fat.de.825
-rw-r--r--manpages/de/mkfs.fat.de.82
-rw-r--r--manpages/en/fatlabel.82
-rw-r--r--manpages/en/fsck.fat.822
-rw-r--r--manpages/en/mkfs.fat.82
-rw-r--r--manpages/po/de/fatlabel.8.po6
-rw-r--r--manpages/po/de/fsck.fat.8.po27
-rw-r--r--manpages/po/de/mkfs.fat.8.po6
-rw-r--r--manpages/pot/fatlabel.8.pot6
-rw-r--r--manpages/pot/fsck.fat.8.pot27
-rw-r--r--manpages/pot/mkfs.fat.8.pot6
12 files changed, 67 insertions, 66 deletions
diff --git a/manpages/de/fatlabel.de.8 b/manpages/de/fatlabel.de.8
index 65491d8..0d0d934 100644
--- a/manpages/de/fatlabel.de.8
+++ b/manpages/de/fatlabel.de.8
@@ -24,7 +24,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH FATLABEL 8 2013\-06\-06 3.0.18 dosfstools
+.TH FATLABEL 8 2013\-06\-11 3.0.19 dosfstools
.SH NAME
\fBfatlabel\fP \- set or get MS\-DOS filesystem label
diff --git a/manpages/de/fsck.fat.de.8 b/manpages/de/fsck.fat.de.8
index afc7762..f731b4e 100644
--- a/manpages/de/fsck.fat.de.8
+++ b/manpages/de/fsck.fat.de.8
@@ -1,4 +1,4 @@
-.\" fsc.fat.8 - manpage for fsc.fat
+.\" fsck.fat.8 - manpage for fsck.fat
.\"
.\" Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
.\"
@@ -24,17 +24,16 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH FSCK.FAT 8 2013\-06\-06 3.0.18 dosfstools
+.TH FSCK.FAT 8 2013\-06\-11 3.0.19 dosfstools
.SH NAME
-\fBfsc.fat\fP \- check and repair MS\-DOS filesystems
+\fBfsck.fat\fP \- check and repair MS\-DOS filesystems
.SH SYNOPSIS
-\fBfsc.fat\fP|\fBfsck.msdos\fP|\fBfsck.vfat\fP [\-aAflnrtvVwy] [\-d \fIPATH\fP \-d\ \fI...\fP]
-[\-u\ \fIPATH\fP \-u \fI...\fP] \fIDEVICE\fP
+\fBfsck.fat\fP|\fBfsck.msdos\fP|\fBfsck.vfat\fP [\-aAflnrtvVwy] [\-d \fIPATH\fP \-d\ \&\fI...\fP] [\-u\ \fIPATH\fP \-u \fI...\fP] \fIDEVICE\fP
.SH DESCRIPTION
-\fBfsc.fat\fP verifies the consistency of MS\-DOS filesystems and optionally
+\fBfsck.fat\fP verifies the consistency of MS\-DOS filesystems and optionally
tries to repair them.
.PP
The following filesystem problems can be corrected (in this order):
@@ -88,7 +87,7 @@ Invalid parameters in boot sector.
.IP * 4
Absence of . and .. entries in non\-root directories
.PP
-When \fBfsc.fat\fP checks a filesystem, it accumulates all changes in memory
+When \fBfsck.fat\fP checks a filesystem, it accumulates all changes in memory
and performs them only after all checks are complete. This can be disabled
with the \fB\-w\fP option.
@@ -98,7 +97,7 @@ Automatically repair the filesystem. No user intervention is
necessary. Whenever there is more than one method to solve a problem, the
least destructive approach is used.
.IP \fB\-A\fP 4
-Use Atari variation of the MS\-DOS filesystem. This is default if \fBfsc.fat\fP
+Use Atari variation of the MS\-DOS filesystem. This is default if \fBfsck.fat\fP
is run on an Atari, then this option turns off Atari format. There are some
minor differences in Atari format: Some boot sector fields are interpreted
slightly different, and the special FAT entries for end\-of\-file and bad
@@ -126,7 +125,7 @@ there is more than one approach to fix an inconsistency.
.IP \fB\-t\fP 4
Mark unreadable clusters as bad.
.IP \fB\-u\fP 4
-Try to undelete the specified file. \fBfsc.fat\fP tries to allocate a chain of
+Try to undelete the specified file. \fBfsck.fat\fP tries to allocate a chain of
contiguous unallocated clusters beginning with the start cluster of the
undeleted file.
.IP \fB\-v\fP 4
@@ -150,15 +149,15 @@ not repaired.
.IP 0 4
No recoverable errors have been detected.
.IP 1 4
-Recoverable errors have been detected or \fBfsc.fat\fP has discovered an
+Recoverable errors have been detected or \fBfsck.fat\fP has discovered an
internal inconsistency.
.IP 2 4
-Usage error. \fBfsc.fat\fP did not access the filesystem.
+Usage error. \fBfsck.fat\fP did not access the filesystem.
.SH FILES
.IP "fsck0000.rec, fsck0001.rec, ..." 4
-When recovering from a corrupted filesystem, \fBfsc.fat\fP dumps recovered data
-into files named 'fsckNNNN.rec' in the top level directory of the
+When recovering from a corrupted filesystem, \fBfsck.fat\fP dumps recovered
+data into files named 'fsckNNNN.rec' in the top level directory of the
filesystem.
.SH BUGS
diff --git a/manpages/de/mkfs.fat.de.8 b/manpages/de/mkfs.fat.de.8
index 7470724..273c058 100644
--- a/manpages/de/mkfs.fat.de.8
+++ b/manpages/de/mkfs.fat.de.8
@@ -24,7 +24,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH MKFS.FAT 8 2013\-06\-06 3.0.18 dosfstools
+.TH MKFS.FAT 8 2013\-06\-11 3.0.19 dosfstools
.SH NAME
\fBmkfs.fat\fP \- create an MS\-DOS file system under Linux
.SH SYNOPSIS
diff --git a/manpages/en/fatlabel.8 b/manpages/en/fatlabel.8
index 95705b5..c6a4ae6 100644
--- a/manpages/en/fatlabel.8
+++ b/manpages/en/fatlabel.8
@@ -19,7 +19,7 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
-.TH FATLABEL 8 2013\-06\-06 3.0.18 "dosfstools"
+.TH FATLABEL 8 2013\-06\-11 3.0.19 "dosfstools"
.SH NAME
\fBfatlabel\fR \- set or get MS\-DOS filesystem label
diff --git a/manpages/en/fsck.fat.8 b/manpages/en/fsck.fat.8
index ddef97a..19c423a 100644
--- a/manpages/en/fsck.fat.8
+++ b/manpages/en/fsck.fat.8
@@ -1,4 +1,4 @@
-.\" fsc.fat.8 - manpage for fsc.fat
+.\" fsck.fat.8 - manpage for fsck.fat
.\"
.\" Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
.\"
@@ -19,16 +19,16 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
-.TH FSCK.FAT 8 2013\-06\-06 3.0.18 "dosfstools"
+.TH FSCK.FAT 8 2013\-06\-11 3.0.19 "dosfstools"
.SH NAME
-\fBfsc.fat\fR \- check and repair MS\-DOS filesystems
+\fBfsck.fat\fR \- check and repair MS\-DOS filesystems
.SH SYNOPSIS
-\fBfsc.fat\fR|\fBfsck.msdos\fR|\fBfsck.vfat\fR [\-aAflnrtvVwy] [\-d \fIPATH\fR \-d\ \fI...\fR] [\-u\ \fIPATH\fR \-u \fI...\fR] \fIDEVICE\fR
+\fBfsck.fat\fR|\fBfsck.msdos\fR|\fBfsck.vfat\fR [\-aAflnrtvVwy] [\-d \fIPATH\fR \-d\ \fI...\fR] [\-u\ \fIPATH\fR \-u \fI...\fR] \fIDEVICE\fR
.SH DESCRIPTION
-\fBfsc.fat\fR verifies the consistency of MS\-DOS filesystems and optionally tries to repair them.
+\fBfsck.fat\fR verifies the consistency of MS\-DOS filesystems and optionally tries to repair them.
.PP
The following filesystem problems can be corrected (in this order):
.IP "*" 4
@@ -72,13 +72,13 @@ Invalid parameters in boot sector.
.IP "*" 4
Absence of . and .. entries in non\-root directories
.PP
-When \fBfsc.fat\fR checks a filesystem, it accumulates all changes in memory and performs them only after all checks are complete. This can be disabled with the \fB\-w\fR option.
+When \fBfsck.fat\fR checks a filesystem, it accumulates all changes in memory and performs them only after all checks are complete. This can be disabled with the \fB\-w\fR option.
.SH OPTIONS
.IP "\fB\-a\fR" 4
Automatically repair the filesystem. No user intervention is necessary. Whenever there is more than one method to solve a problem, the least destructive approach is used.
.IP "\fB\-A\fR" 4
-Use Atari variation of the MS\-DOS filesystem. This is default if \fBfsc.fat\fR is run on an Atari, then this option turns off Atari format. There are some minor differences in Atari format: Some boot sector fields are interpreted slightly different, and the special FAT entries for end\-of\-file and bad cluster can be different. Under MS\-DOS 0xfff8 is used for EOF and Atari employs 0xffff by default, but both systems recognize all values from 0xfff8...0xffff as end\-of\-file. MS\-DOS uses only 0xfff7 for bad clusters, where on Atari values 0xfff0...0xfff7 are for this purpose (but the standard value is still 0xfff7).
+Use Atari variation of the MS\-DOS filesystem. This is default if \fBfsck.fat\fR is run on an Atari, then this option turns off Atari format. There are some minor differences in Atari format: Some boot sector fields are interpreted slightly different, and the special FAT entries for end\-of\-file and bad cluster can be different. Under MS\-DOS 0xfff8 is used for EOF and Atari employs 0xffff by default, but both systems recognize all values from 0xfff8...0xffff as end\-of\-file. MS\-DOS uses only 0xfff7 for bad clusters, where on Atari values 0xfff0...0xfff7 are for this purpose (but the standard value is still 0xfff7).
.IP "\fB-b\fR" 4
Make read-only boot sector check.
.IP "\fB\-d\fR" 4
@@ -96,7 +96,7 @@ there is more than one approach to fix an inconsistency.
.IP "\fB\-t\fR" 4
Mark unreadable clusters as bad.
.IP "\fB\-u\fR" 4
-Try to undelete the specified file. \fBfsc.fat\fR tries to allocate a chain of contiguous unallocated clusters beginning with the start cluster of the undeleted file.
+Try to undelete the specified file. \fBfsck.fat\fR tries to allocate a chain of contiguous unallocated clusters beginning with the start cluster of the undeleted file.
.IP "\fB\-v\fR" 4
Verbose mode. Generates slightly more output.
.IP "\fB\-V\fR" 4
@@ -112,13 +112,13 @@ Same as \fB\-a\fR (automatically repair filesystem) for compatibility with other
.IP "0" 4
No recoverable errors have been detected.
.IP "1" 4
-Recoverable errors have been detected or \fBfsc.fat\fR has discovered an internal inconsistency.
+Recoverable errors have been detected or \fBfsck.fat\fR has discovered an internal inconsistency.
.IP "2" 4
-Usage error. \fBfsc.fat\fR did not access the filesystem.
+Usage error. \fBfsck.fat\fR did not access the filesystem.
.SH FILES
.IP "fsck0000.rec, fsck0001.rec, ..." 4
-When recovering from a corrupted filesystem, \fBfsc.fat\fR dumps recovered data into files named 'fsckNNNN.rec' in the top level directory of the filesystem.
+When recovering from a corrupted filesystem, \fBfsck.fat\fR dumps recovered data into files named 'fsckNNNN.rec' in the top level directory of the filesystem.
.SH BUGS
Does not create . and .. files where necessary. Does not remove entirely empty directories. Should give more diagnostic messages. Undeleting files should use a more sophisticated algorithm.
diff --git a/manpages/en/mkfs.fat.8 b/manpages/en/mkfs.fat.8
index 2672064..3e61146 100644
--- a/manpages/en/mkfs.fat.8
+++ b/manpages/en/mkfs.fat.8
@@ -19,7 +19,7 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
-.TH MKFS.FAT 8 2013\-06\-06 3.0.18 "dosfstools"
+.TH MKFS.FAT 8 2013\-06\-11 3.0.19 "dosfstools"
.SH NAME
.B mkfs.fat
\- create an MS-DOS file system under Linux
diff --git a/manpages/po/de/fatlabel.8.po b/manpages/po/de/fatlabel.8.po
index 184c10b..e3306f1 100644
--- a/manpages/po/de/fatlabel.8.po
+++ b/manpages/po/de/fatlabel.8.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: 2013-06-06 09:34+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -25,13 +25,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH
diff --git a/manpages/po/de/fsck.fat.8.po b/manpages/po/de/fsck.fat.8.po
index f179ed6..2639ad6 100644
--- a/manpages/po/de/fsck.fat.8.po
+++ b/manpages/po/de/fsck.fat.8.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: 2013-06-06 09:34+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -19,13 +19,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH
@@ -98,20 +98,20 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:26
-msgid "B<fsc.fat> - check and repair MS-DOS filesystems"
+msgid "B<fsck.fat> - check and repair MS-DOS filesystems"
msgstr ""
#. type: Plain text
#: en/fsck.fat.8:29
msgid ""
-"B<fsc.fat>|B<fsck.msdos>|B<fsck.vfat> [-aAflnrtvVwy] [-d I<PATH> -d\\ I<..."
+"B<fsck.fat>|B<fsck.msdos>|B<fsck.vfat> [-aAflnrtvVwy] [-d I<PATH> -d\\ I<..."
">] [-u\\ I<PATH> -u I<...>] I<DEVICE>"
msgstr ""
#. type: Plain text
#: en/fsck.fat.8:32
msgid ""
-"B<fsc.fat> verifies the consistency of MS-DOS filesystems and optionally "
+"B<fsck.fat> verifies the consistency of MS-DOS filesystems and optionally "
"tries to repair them."
msgstr ""
@@ -250,7 +250,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:76
msgid ""
-"When B<fsc.fat> checks a filesystem, it accumulates all changes in memory "
+"When B<fsck.fat> checks a filesystem, it accumulates all changes in memory "
"and performs them only after all checks are complete. This can be disabled "
"with the B<-w> option."
msgstr ""
@@ -278,7 +278,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:82
msgid ""
-"Use Atari variation of the MS-DOS filesystem. This is default if B<fsc.fat> "
+"Use Atari variation of the MS-DOS filesystem. This is default if B<fsck.fat> "
"is run on an Atari, then this option turns off Atari format. There are some "
"minor differences in Atari format: Some boot sector fields are interpreted "
"slightly different, and the special FAT entries for end-of-file and bad "
@@ -383,7 +383,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:100
msgid ""
-"Try to undelete the specified file. B<fsc.fat> tries to allocate a chain of "
+"Try to undelete the specified file. B<fsck.fat> tries to allocate a chain of "
"contiguous unallocated clusters beginning with the start cluster of the "
"undeleted file."
msgstr ""
@@ -472,7 +472,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:116
msgid ""
-"Recoverable errors have been detected or B<fsc.fat> has discovered an "
+"Recoverable errors have been detected or B<fsck.fat> has discovered an "
"internal inconsistency."
msgstr ""
@@ -484,7 +484,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:118
-msgid "Usage error. B<fsc.fat> did not access the filesystem."
+msgid "Usage error. B<fsck.fat> did not access the filesystem."
msgstr ""
#. type: SH
@@ -502,8 +502,9 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:122
msgid ""
-"When recovering from a corrupted filesystem, B<fsc.fat> dumps recovered data "
-"into files named 'fsckNNNN.rec' in the top level directory of the filesystem."
+"When recovering from a corrupted filesystem, B<fsck.fat> dumps recovered "
+"data into files named 'fsckNNNN.rec' in the top level directory of the "
+"filesystem."
msgstr ""
#. type: SH
diff --git a/manpages/po/de/mkfs.fat.8.po b/manpages/po/de/mkfs.fat.8.po
index 421e3b4..d5f708f 100644
--- a/manpages/po/de/mkfs.fat.8.po
+++ b/manpages/po/de/mkfs.fat.8.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: 2013-06-06 09:34+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -19,13 +19,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH
diff --git a/manpages/pot/fatlabel.8.pot b/manpages/pot/fatlabel.8.pot
index 5b96238..f0664d6 100644
--- a/manpages/pot/fatlabel.8.pot
+++ b/manpages/pot/fatlabel.8.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,13 +25,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH
diff --git a/manpages/pot/fsck.fat.8.pot b/manpages/pot/fsck.fat.8.pot
index df49d48..c254bbb 100644
--- a/manpages/pot/fsck.fat.8.pot
+++ b/manpages/pot/fsck.fat.8.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH
@@ -98,20 +98,20 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:26
-msgid "B<fsc.fat> - check and repair MS-DOS filesystems"
+msgid "B<fsck.fat> - check and repair MS-DOS filesystems"
msgstr ""
#. type: Plain text
#: en/fsck.fat.8:29
msgid ""
-"B<fsc.fat>|B<fsck.msdos>|B<fsck.vfat> [-aAflnrtvVwy] [-d I<PATH> -d\\ I<..."
+"B<fsck.fat>|B<fsck.msdos>|B<fsck.vfat> [-aAflnrtvVwy] [-d I<PATH> -d\\ I<..."
">] [-u\\ I<PATH> -u I<...>] I<DEVICE>"
msgstr ""
#. type: Plain text
#: en/fsck.fat.8:32
msgid ""
-"B<fsc.fat> verifies the consistency of MS-DOS filesystems and optionally "
+"B<fsck.fat> verifies the consistency of MS-DOS filesystems and optionally "
"tries to repair them."
msgstr ""
@@ -250,7 +250,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:76
msgid ""
-"When B<fsc.fat> checks a filesystem, it accumulates all changes in memory "
+"When B<fsck.fat> checks a filesystem, it accumulates all changes in memory "
"and performs them only after all checks are complete. This can be disabled "
"with the B<-w> option."
msgstr ""
@@ -278,7 +278,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:82
msgid ""
-"Use Atari variation of the MS-DOS filesystem. This is default if B<fsc.fat> "
+"Use Atari variation of the MS-DOS filesystem. This is default if B<fsck.fat> "
"is run on an Atari, then this option turns off Atari format. There are some "
"minor differences in Atari format: Some boot sector fields are interpreted "
"slightly different, and the special FAT entries for end-of-file and bad "
@@ -383,7 +383,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:100
msgid ""
-"Try to undelete the specified file. B<fsc.fat> tries to allocate a chain of "
+"Try to undelete the specified file. B<fsck.fat> tries to allocate a chain of "
"contiguous unallocated clusters beginning with the start cluster of the "
"undeleted file."
msgstr ""
@@ -472,7 +472,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:116
msgid ""
-"Recoverable errors have been detected or B<fsc.fat> has discovered an "
+"Recoverable errors have been detected or B<fsck.fat> has discovered an "
"internal inconsistency."
msgstr ""
@@ -484,7 +484,7 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:118
-msgid "Usage error. B<fsc.fat> did not access the filesystem."
+msgid "Usage error. B<fsck.fat> did not access the filesystem."
msgstr ""
#. type: SH
@@ -502,8 +502,9 @@ msgstr ""
#. type: Plain text
#: en/fsck.fat.8:122
msgid ""
-"When recovering from a corrupted filesystem, B<fsc.fat> dumps recovered data "
-"into files named 'fsckNNNN.rec' in the top level directory of the filesystem."
+"When recovering from a corrupted filesystem, B<fsck.fat> dumps recovered "
+"data into files named 'fsckNNNN.rec' in the top level directory of the "
+"filesystem."
msgstr ""
#. type: SH
diff --git a/manpages/pot/mkfs.fat.8.pot b/manpages/pot/mkfs.fat.8.pot
index 20a5358..f728ddc 100644
--- a/manpages/pot/mkfs.fat.8.pot
+++ b/manpages/pot/mkfs.fat.8.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
-"POT-Creation-Date: 2013-06-06 09:34+0300\n"
+"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "2013-06-06"
+msgid "2013-06-11"
msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
-msgid "3.0.18"
+msgid "3.0.19"
msgstr ""
#. type: TH