@item --no-recursion
-With this option, @command{tar} will not recurse into directories unless a
-directory is explicitly named as an argument to @command{tar}. @FIXME-xref{}
+With this option, @command{tar} will not recurse into directories.
+@FIXME-xref{}
@item --no-same-owner
@item
In earlier versions of @command{tar}, what is now the
@samp{--exclude-from=@var{file-of-patterns}} option was called
-@samp{--exclude-@var{pattern}} instead. Now,
+@samp{--exclude=@var{pattern}} instead. Now,
@samp{--exclude=@var{pattern}} applies to patterns listed on the command
line and @samp{--exclude-from=@var{file-of-patterns}} applies to
patterns listed in a file.
@command{tar} @emph{usually} recursively descends on directories, they have
to use the @samp{@w{! -d}} option to @command{find} @FIXME{needs more
explanation or a cite to another info file}as they usually do not want
-all the files in a directory. They then use the @value{op-file-from}
+all the files in a directory. They then use the @value{op-files-from}
option to archive the files located via @command{find}.
The problem when restoring files archived in this manner is that the
tell @command{tar} to grab only the directory entries given to it, adding
no new files on its own.
+The @value{op-no-recursion} option also applies when extracting: it
+causes @command{tar} to extract only the matched directory entries, not
+the files under those directories.
+
@FIXME{example here}
@node one