summaryrefslogtreecommitdiff
path: root/doc/genfile.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-14 10:36:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-14 10:36:43 +0000
commit803ae533b187d4d09c160a701bbecd56c81ba7bf (patch)
tree7fbf8451e5359d0e126e9716d5120fe9491462e6 /doc/genfile.texi
parentcc013fe0169ba3be1f65f60e6776a2ccf2f6082d (diff)
downloadpaxutils-803ae533b187d4d09c160a701bbecd56c81ba7bf.tar.gz
Minor fixes
Diffstat (limited to 'doc/genfile.texi')
-rw-r--r--doc/genfile.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/genfile.texi b/doc/genfile.texi
index dd63031..da04e5b 100644
--- a/doc/genfile.texi
+++ b/doc/genfile.texi
@@ -79,7 +79,7 @@ name to use. Currently two patterns are implemented:
@dfn{data fragments}, separated by @dfn{holes} or blocks of zeros. On
many operating systems, actual disk storage is not allocated for
holes, but they are counted in the length of the file. To create a
-sparse file @command{genfile} should know where to put data fragments,
+sparse file, @command{genfile} should know where to put data fragments,
and what data to use to fill them. So, when @option{--sparse} is given
the rest of the command line specifies a so-called @dfn{file map}.
@@ -223,7 +223,7 @@ experimental mode.
The @samp{Exec Mode} is toggled by @option{--run} command line
option (or its alias @option{-r}). The argument to this option gives
the command line to be executed. The actual command line is
-constructed by insertin @option{--checkpoint} option between the
+constructed by inserting @option{--checkpoint} option between the
command name and its first argument (if any). Due to this, the
argument to @option{--run} may not use traditional @command{tar}
option syntax, i.e. the following is wrong:
@@ -265,7 +265,7 @@ given by previous @option{--length} and @option{pattern} options.
timestamps are changed to the current time, unless @option{--date}
option was given, in which case they are changed to the specified
time. Argument to @option{--date} option is a date specification in
-almost arbitrary format (@pxref{Date input formats}).
+an almost arbitrary format (@pxref{Date input formats}).
@item --exec @var{command}
Execute given shell command.
@@ -276,7 +276,7 @@ almost arbitrary format (@pxref{Date input formats}).
standard output notifications about checkpoints being executed and to
verbosely describe exit status of the command.
- While the command is being execute its standard output remains
+ While the command is being executed its standard output remains
connected to descriptor 1. All messages it prints to file descriptor
2, except checkpoint notifications, are forwarded to standard
error.