>From 07d1f8185d4056d2db4ca125fc2808f3cffb63d8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 Nov 2017 08:39:33 -0800 Subject: [PATCH 4/5] Port to Texinfo 6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/tar.texi (Sparse Recovery): Omit ‘.’ from anchor name, as ‘makeinfo’ now complains about it. All uses changed. --- doc/sparse.texi | 4 ++-- doc/tar.texi | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/sparse.texi b/doc/sparse.texi index d607fb7..84fe2b0 100644 --- a/doc/sparse.texi +++ b/doc/sparse.texi @@ -143,7 +143,7 @@ format, it will also extract a file containing extension header attributes. This file can be used to expand the file to its original state. However, posix-aware @command{tar}s will usually ignore the unknown variables, which makes restoring the file more -difficult. @xref{extracting sparse v.0.x, Extraction of sparse +difficult. @xref{extracting sparse v0x, Extraction of sparse members in v.0.0 format}, for the detailed description of how to restore such members using non-GNU @command{tar}s. @end enumerate @@ -175,7 +175,7 @@ The real name of the sparse file is stored in the variable @code{GNU.sparse.name}. Thus, those @command{tar} implementations that are not aware of GNU extensions will at least extract the files into separate directories, giving the user a possibility to expand it -afterwards. @xref{extracting sparse v.0.x, Extraction of sparse +afterwards. @xref{extracting sparse v0x, Extraction of sparse members in v.0.1 format}, for the detailed description of how to restore such members using non-GNU @command{tar}s. diff --git a/doc/tar.texi b/doc/tar.texi index ec657f5..ce8508f 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -1521,7 +1521,7 @@ the error message is produced because there is no member named @file{folk}, only one named @file{home/myself/folk}. If you are not sure of the exact file name, use @dfn{globbing -patterns}, for example: +patterns}, for example: @smallexample $ @kbd{tar --list --file=practice.tar --wildcards '*/folk'} @@ -3155,7 +3155,7 @@ Disable extended attributes support. @xref{Extended File Attributes, xattrs}. When @command{tar} is using the @option{--files-from} option, this option instructs @command{tar} to expect file names terminated with address@hidden, and to process file names verbatim. address@hidden, and to process file names verbatim. This means that @command{tar} correctly works with file names that contain newlines or begin with a dash. @@ -3896,7 +3896,7 @@ tar: Exiting with failure status due to previous errors @end group @end example -The following table summarizes all position-sensitive options. +The following table summarizes all position-sensitive options. @table @option @item address@hidden @@ -3915,24 +3915,24 @@ The following table summarizes all position-sensitive options. @itemx --no-verbatim-files-from @xref{verbatim-files-from}. address@hidden --recursion address@hidden --recursion @itemx --no-recursion @xref{recurse}. address@hidden --anchored address@hidden --no-anchored address@hidden --anchored address@hidden --no-anchored @xref{anchored patterns}. address@hidden --ignore-case address@hidden --no-ignore-case address@hidden --ignore-case address@hidden --no-ignore-case @xref{case-insensitive matches}. @item --wildcards @itemx --no-wildcards @xref{controlling pattern-matching}. address@hidden --wildcards-match-slash address@hidden --no-wildcards-match-slash address@hidden --wildcards-match-slash address@hidden --no-wildcards-match-slash @xref{controlling pattern-matching}. @item --exclude @@ -5596,7 +5596,7 @@ map file. @subsection Extended File Attributes Extended file attributes are name-value pairs that can be -associated with each node in a file system. Despite the fact that +associated with each node in a file system. Despite the fact that POSIX.1e draft which proposed them has been withdrawn, the extended file attributes are supported by many file systems. @GNUTAR{} can store extended file attributes along with the files. This feature is @@ -5711,7 +5711,7 @@ listing of ACL is printed after each file entry: @group -rw-r--r--+ smith/users 110 2016-03-16 16:07 file a: user::rw-,user:gray:-w-,group::r--,mask::rw-,other::r-- address@hidden group address@hidden group @end example @dfn{Security-Enhanced Linux} (@dfn{SELinux} for short) is a Linux @@ -10856,7 +10856,7 @@ Done @end group @end smallexample address@hidden sparse v.0.x} address@hidden sparse v0x} @cindex sparse files v.0.1, extracting with non-GNU tars @cindex sparse files v.0.0, extracting with non-GNU tars An @dfn{extended header} is a special @command{tar} archive header -- 2.14.3