Browse Source

Update master menu

Sergey Poznyakoff 19 years ago
parent
commit
5fe07ac97d
1 changed files with 26 additions and 15 deletions
  1. 26 15
      doc/tar.texi

+ 26 - 15
doc/tar.texi

@@ -79,8 +79,13 @@ The first part of this master menu lists the major nodes in this Info
 document.  The rest of the menu lists all the lower level nodes.
 document.  The rest of the menu lists all the lower level nodes.
 @end ifnottex
 @end ifnottex
 
 
-@c The master menu, created with texinfo-master-menu, goes here.
-@c FIXME: Submenus for getdate.texi and intern.texi are interpolated by hand.
+@c The master menu goes here.
+@c
+@c NOTE: To update it from within Emacs, make sure mastermenu.el is
+@c loaded and run texinfo-master-menu.
+@c To update it from the command line, run
+@c
+@c    make master-menu
 
 
 @menu
 @menu
 * Introduction::
 * Introduction::
@@ -287,25 +292,26 @@ Crossing File System Boundaries
 * directory::                   Changing Directory
 * directory::                   Changing Directory
 * absolute::                    Absolute File Names
 * absolute::                    Absolute File Names
 
 
-Controlling the Archive Format
-
-* Portability::                 Making @command{tar} Archives More Portable
-* Compression::                 Using Less Space through Compression
-* Attributes::                  Handling File Attributes
-* cpio::                        Comparison of @command{tar} and @command{cpio}
-
 Date input formats
 Date input formats
 
 
 * General date syntax::            Common rules.
 * General date syntax::            Common rules.
 * Calendar date items::            19 Dec 1994.
 * Calendar date items::            19 Dec 1994.
 * Time of day items::              9:20pm.
 * Time of day items::              9:20pm.
-* Time zone items::                @sc{est}, @sc{pdt}, @sc{gmt}, ...
+* Time zone items::                @sc{est}, @sc{pdt}, @sc{gmt}.
 * Day of week items::              Monday and others.
 * Day of week items::              Monday and others.
 * Relative items in date strings:: next tuesday, 2 years ago.
 * Relative items in date strings:: next tuesday, 2 years ago.
 * Pure numbers in date strings::   19931219, 1440.
 * Pure numbers in date strings::   19931219, 1440.
 * Seconds since the Epoch::        @@1078100502.
 * Seconds since the Epoch::        @@1078100502.
+* Specifying time zone rules::     TZ="America/New_York", TZ="UTC0".
 * Authors of get_date::            Bellovin, Eggert, Salz, Berets, et al.
 * Authors of get_date::            Bellovin, Eggert, Salz, Berets, et al.
 
 
+Controlling the Archive Format
+
+* Portability::                 Making @command{tar} Archives More Portable
+* Compression::                 Using Less Space through Compression
+* Attributes::                  Handling File Attributes
+* cpio::                        Comparison of @command{tar} and @command{cpio}
+
 Making @command{tar} Archives More Portable
 Making @command{tar} Archives More Portable
 
 
 * Portable Names::              Portable Names
 * Portable Names::              Portable Names
@@ -354,12 +360,17 @@ Using Multiple Tapes
 * Tape Files::                  Tape Files
 * Tape Files::                  Tape Files
 * Tarcat::                      Concatenate Volumes into a Single Archive
 * Tarcat::                      Concatenate Volumes into a Single Archive
 
 
-GNU tar internals and development
 
 
-* Genfile::
-* Tar Internals::
-* Standard::
-* Extensions::
+Genfile
+
+* Generate Mode::     File Generation Mode.
+* Status Mode::       File Status Mode.
+* Exec Mode::         Synchronous Execution mode.
+
+Tar Internals
+
+* Standard::           Basic Tar Format
+* Extensions::         @acronym{GNU} Extensions to the Archive Format
 * Snapshot Files::
 * Snapshot Files::
 * Dumpdir::
 * Dumpdir::