texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Sun Jul 1 13:23:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Sun Jul 1 13:23:01 EDT 2007)
Date: Sun, 01 Jul 2007 13:23:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -r1.714 -r1.715
--- ChangeLog   29 Jun 2007 15:00:15 -0000      1.714
+++ ChangeLog   1 Jul 2007 16:54:01 -0000       1.715
@@ -1,3 +1,17 @@
+2007-07-01  Karl Berry  <address@hidden>
+
+       * pretest version 4.9.90.
+
+       * makeinfo/makeinfo.c,
+       * info/info.c,
+       * info/infokey.c,
+       * util/install-info.c,
+       * util/texindex.c: update --version output.
+
+2007-06-29  Karl Berry  <address@hidden>
+
+       * Version 4.9 (GPLv3, made from 4.8 branch).
+
 2007-06-29  Karl Berry  <address@hidden>
 
        * util/texi2dvi (move_to_dest): do not cmp a directory.
Index: NEWS
===================================================================
RCS file: /sources/texinfo/texinfo/NEWS,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- NEWS        17 Jun 2007 15:22:19 -0000      1.143
+++ NEWS        1 Jul 2007 16:54:01 -0000       1.144
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.143 2007/06/17 15:22:19 karl Exp $
+$Id: NEWS,v 1.144 2007/07/01 16:54:01 karl Exp $
 This NEWS file records noteworthy changes, very tersely.
 See the manual for detailed information.
 
@@ -49,6 +49,25 @@
   . centering and such take account of character widths.
   . improvements to XML and Docbook output and the DTD.
 * texi2dvi:
+  . pdftexi2dvi is a new wrapper to `texi2dvi --pdf', equal to texi2pdf,
+    for the sake of AUC-TeX which prepends `pdf' to the compilation
+    command when requested to produce PDF.
+* info:
+  . look for info files in the current directory first, by default.
+  . when calling man, use -a if no explicit section is found.
+  . avoid showing the top(1) man page for nonexistent info files.
+* install-info:
+  . new options --section-regex, --remove-exactly, --debug, --test.
+* Distribution:
+  . autoconf 2.60, automake 1.10, gettext 0.16.
+  . gettext support now [external].
+  . new translations: hu (Hungarian), rw (Kinyarwandan), vi (Vietnamese).
+  . most common functionality imported from gnulib.
+
+
+4.9 (29 June 2007)
+* GPLv3.
+* texi2dvi:
   . new mode --build=tidy which supports compilation in a separate
     directory, where intermediate files are preserved.
   . new option --build-dir, to specify where the tidy build will take
@@ -58,9 +77,6 @@
     TeX such as `\nonstopmode\input{file.tex}'.
   . new options --ps and --dvipdf, useful especially for pstricks documents.
   . new option --src-specials, passed to TeX.
-  . pdftexi2dvi is a new wrapper to `texi2dvi --pdf', equal to texi2pdf,
-    for the sake of AUC-TeX which prepends `pdf' to the compilation
-    command when requested to produce PDF.
 * texinfo.tex:
   . Latin1, Latin2, Latin9, and UTF-8 are supported as well as Computer
     Modern can manage.
@@ -69,17 +85,6 @@
     txi-ru.tex, txi-sr.tex, txi-uk.tex.
   . section names with \ characters work properly in pdf outlines.
   . have .toc files use @ as the escape character, instead of \.
-* info:
-  . look for info files in the current directory first, by default.
-  . when calling man, use -a if no explicit section is found.
-  . avoid showing the top(1) man page for nonexistent info files.
-* install-info:
-  . new options --section-regex, --remove-exactly, --debug, --test.
-* Distribution:
-  . autoconf 2.60, automake 1.10, gettext 0.16.
-  . gettext support now [external].
-  . new translations: hu (Hungarian), rw (Kinyarwandan), vi (Vietnamese).
-  . most common functionality imported from gnulib.
 
 
 4.8 (31 December 2004)
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- configure.ac        10 Feb 2007 18:44:59 -0000      1.69
+++ configure.ac        1 Jul 2007 16:54:01 -0000       1.70
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.69 2007/02/10 18:44:59 karl Exp $
+# $Id: configure.ac,v 1.70 2007/07/01 16:54:01 karl Exp $
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -9,7 +9,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([GNU Texinfo], [4.8.90], address@hidden)
+AC_INIT([GNU Texinfo], [4.9.90], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
Index: build-aux/config.rpath
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/config.rpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build-aux/config.rpath      7 Feb 2007 17:00:38 -0000       1.2
+++ build-aux/config.rpath      1 Jul 2007 16:58:47 -0000       1.3
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable.
 #
-#   Copyright 1996-2006 Free Software Foundation, Inc.
+#   Copyright 1996-2007 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <address@hidden>, 1996
 #
@@ -64,7 +64,7 @@
           ;;
       esac
       ;;
-    mingw* | pw32* | os2*)
+    mingw* | cygwin* | pw32* | os2*)
       ;;
     hpux9* | hpux10* | hpux11*)
       wl='-Wl,'
@@ -74,7 +74,7 @@
       ;;
     newsos6)
       ;;
-    linux*)
+    linux* | k*bsd*-gnu)
       case $cc_basename in
         icc* | ecc*)
           wl='-Wl,'
@@ -100,7 +100,7 @@
     osf3* | osf4* | osf5*)
       wl='-Wl,'
       ;;
-    sco3.2v5*)
+    rdos*)
       ;;
     solaris*)
       wl='-Wl,'
@@ -108,11 +108,14 @@
     sunos4*)
       wl='-Qoption ld '
       ;;
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+    sysv4 | sysv4.2uw2* | sysv4.3*)
       wl='-Wl,'
       ;;
     sysv4*MP*)
       ;;
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      wl='-Wl,'
+      ;;
     unicos*)
       wl='-Wl,'
       ;;
@@ -189,11 +192,11 @@
         ld_shlibs=no
       fi
       ;;
-    interix3*)
+    interix[3-9]*)
       hardcode_direct=no
       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
       ;;
-    linux*)
+    gnu* | linux* | k*bsd*-gnu)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
         :
       else
@@ -280,7 +283,7 @@
             strings "$collect2name" | grep resolve_lib_name >/dev/null
           then
             # We have reworked collect2
-            hardcode_direct=yes
+            :
           else
             # We have old collect2
             hardcode_direct=unsupported
@@ -359,7 +362,7 @@
       hardcode_direct=yes
       hardcode_minus_L=yes
       ;;
-    freebsd* | kfreebsd*-gnu | dragonfly*)
+    freebsd* | dragonfly*)
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
       ;;
@@ -412,18 +415,22 @@
       hardcode_libdir_separator=:
       ;;
     openbsd*)
-      hardcode_direct=yes
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      if test -f /usr/libexec/ld.so; then
+        hardcode_direct=yes
+        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+        else
+          case "$host_os" in
+            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+              hardcode_libdir_flag_spec='-R$libdir'
+              ;;
+            *)
+              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+              ;;
+          esac
+        fi
       else
-        case "$host_os" in
-          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
-            hardcode_libdir_flag_spec='-R$libdir'
-            ;;
-          *)
-            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-            ;;
-        esac
+        ld_shlibs=no
       fi
       ;;
     os2*)
@@ -471,7 +478,7 @@
         ld_shlibs=yes
       fi
       ;;
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | 
sco3.2v5.0.[024]*)
       ;;
     sysv5* | sco3.2v5* | sco5v6*)
       hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo 
${wl}-R,$libdir`'
@@ -523,9 +530,6 @@
     ;;
   freebsd1*)
     ;;
-  kfreebsd*-gnu)
-    library_names_spec='$libname$shrext'
-    ;;
   freebsd* | dragonfly*)
     case "$host_os" in
       freebsd[123]*)
@@ -551,7 +555,7 @@
     esac
     library_names_spec='$libname$shrext'
     ;;
-  interix3*)
+  interix[3-9]*)
     library_names_spec='$libname$shrext'
     ;;
   irix5* | irix6* | nonstopux*)
@@ -572,7 +576,7 @@
     ;;
   linux*oldld* | linux*aout* | linux*coff*)
     ;;
-  linux*)
+  linux* | k*bsd*-gnu)
     library_names_spec='$libname$shrext'
     ;;
   knetbsd*-gnu)
@@ -598,6 +602,8 @@
   osf3* | osf4* | osf5*)
     library_names_spec='$libname$shrext'
     ;;
+  rdos*)
+    ;;
   solaris*)
     library_names_spec='$libname$shrext'
     ;;
Index: doc/info.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/info.1,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- doc/info.1  7 Feb 2007 17:00:38 -0000       1.43
+++ doc/info.1  1 Jul 2007 16:55:59 -0000       1.44
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH INFO "1" "February 2007" "info 4.8.90" "User Commands"
+.TH INFO "1" "July 2007" "info 4.9.90" "User Commands"
 .SH NAME
 info \- read Info documents
 .SH SYNOPSIS
@@ -76,6 +76,9 @@
 info \fB\-\-show\-options\fR emacs
 start at node with emacs' command line options
 .TP
+info \fB\-\-subnodes\fR \fB\-o\fR out.txt emacs
+dump entire manual to out.txt
+.TP
 info \fB\-f\fR ./foo.info
 show file ./foo.info, not searching dir
 .SH "REPORTING BUGS"
@@ -83,8 +86,8 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
Index: doc/infokey.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/infokey.1,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- doc/infokey.1       7 Feb 2007 17:00:38 -0000       1.21
+++ doc/infokey.1       1 Jul 2007 16:56:00 -0000       1.22
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH INFOKEY "1" "February 2007" "infokey 4.8.90" "User Commands"
+.TH INFOKEY "1" "July 2007" "infokey 4.9.90" "User Commands"
 .SH NAME
 infokey \- compile customizations for Info
 .SH SYNOPSIS
@@ -23,11 +23,11 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
 The full documentation for
 .B infokey
Index: doc/install-info.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/install-info.1,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- doc/install-info.1  7 Feb 2007 17:00:38 -0000       1.43
+++ doc/install-info.1  1 Jul 2007 16:56:00 -0000       1.44
@@ -1,15 +1,17 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH INSTALL-INFO "1" "February 2007" "install-info 4.8.90" "User Commands"
+.TH INSTALL-INFO "1" "July 2007" "install-info 4.9.90" "User Commands"
 .SH NAME
 install-info \- update info/dir entries
 .SH SYNOPSIS
 .B install-info
 [\fIOPTION\fR]... [\fIINFO-FILE \fR[\fIDIR-FILE\fR]]
 .SH DESCRIPTION
-Install or delete dir entries from INFO\-FILE in the Info directory file
-DIR\-FILE.
+Add or remove entries in INFO\-FILE from the Info directory DIR\-FILE.
 .SH OPTIONS
 .TP
+\fB\-\-debug\fR
+report what is being done.
+.TP
 \fB\-\-delete\fR
 delete existing entries for INFO\-FILE from DIR\-FILE;
 don't insert any new entries.
@@ -46,6 +48,10 @@
 \fB\-\-remove\fR
 same as \fB\-\-delete\fR.
 .TP
+\fB\-\-remove\-exactly\fR
+only remove if the info file name matches exactly;
+\&.info and/or .gz suffixes are not ignored.
+.TP
 \fB\-\-section\fR=\fISEC\fR
 put this file's entries in section SEC of the directory.
 If you specify more than one section, all the entries
@@ -53,6 +59,16 @@
 If you don't specify any sections, they are determined
 from information in the Info file itself.
 .TP
+\fB\-\-section\-regex\fR=\fIR\fR if an entry is added to a section that does 
not exist,
+look for a section matching basic regular expression R
+(and ignoring case) before starting a new section.
+.TP
+\fB\-\-test\fR
+suppress updating of DIR\-FILE.
+.TP
+\fB\-\-silent\fR
+suppress warnings.
+.TP
 \fB\-\-version\fR
 display version information and exit.
 .SH "REPORTING BUGS"
@@ -60,11 +76,11 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
 The full documentation for
 .B install-info
Index: doc/makeinfo.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/makeinfo.1,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- doc/makeinfo.1      7 Feb 2007 17:00:38 -0000       1.54
+++ doc/makeinfo.1      1 Jul 2007 16:56:00 -0000       1.55
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH MAKEINFO "1" "February 2007" "makeinfo 4.8.90" "User Commands"
+.TH MAKEINFO "1" "July 2007" "makeinfo 4.9.90" "User Commands"
 .SH NAME
 makeinfo \- translate Texinfo documents
 .SH SYNOPSIS
@@ -200,11 +200,11 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
 The full documentation for
 .B makeinfo
Index: doc/texi2dvi.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texi2dvi.1,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- doc/texi2dvi.1      7 Feb 2007 17:00:38 -0000       1.59
+++ doc/texi2dvi.1      1 Jul 2007 16:56:00 -0000       1.60
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH TEXI2DVI "1" "February 2007" "texi2dvi 1.94" "User Commands"
+.TH TEXI2DVI "1" "July 2007" "texi2dvi 1.96" "User Commands"
 .SH NAME
 texi2dvi \- convert Texinfo documents to DVI
 .SH SYNOPSIS
@@ -170,11 +170,11 @@
 general questions and discussion to <address@hidden>.
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
 The full documentation for
 .B texi2dvi
Index: doc/texindex.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texindex.1,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- doc/texindex.1      7 Feb 2007 17:00:38 -0000       1.43
+++ doc/texindex.1      1 Jul 2007 16:56:00 -0000       1.44
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH TEXINDEX "1" "February 2007" "texindex 4.8.90" "User Commands"
+.TH TEXINDEX "1" "July 2007" "texindex 4.9.90" "User Commands"
 .SH NAME
 texindex \- sort Texinfo index files
 .SH SYNOPSIS
@@ -23,11 +23,11 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2005 Free Software Foundation, Inc.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  You may redistribute copies of GNU texinfo
-under the terms of the GNU General Public License.
-For more information about these matters, see the file named COPYING.
+Copyright \(co 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
 The full documentation for
 .B texindex
Index: doc/version-stnd.texi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/version-stnd.texi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- doc/version-stnd.texi       15 Oct 2006 21:09:15 -0000      1.17
+++ doc/version-stnd.texi       1 Jul 2007 16:56:00 -0000       1.18
@@ -1,4 +1,4 @@
 @set UPDATED 25 July 2006
 @set UPDATED-MONTH July 2006
address@hidden EDITION 4.8.90
address@hidden VERSION 4.8.90
address@hidden EDITION 4.9.90
address@hidden VERSION 4.9.90
Index: doc/version.texi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/version.texi,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- doc/version.texi    7 Feb 2007 17:00:38 -0000       1.44
+++ doc/version.texi    1 Jul 2007 16:56:00 -0000       1.45
@@ -1,4 +1,4 @@
address@hidden UPDATED 5 December 2006
address@hidden UPDATED-MONTH December 2006
address@hidden EDITION 4.8.90
address@hidden VERSION 4.8.90
address@hidden UPDATED 20 June 2007
address@hidden UPDATED-MONTH June 2007
address@hidden EDITION 4.9.90
address@hidden VERSION 4.9.90
Index: util/dir-example
===================================================================
RCS file: /sources/texinfo/texinfo/util/dir-example,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- util/dir-example    25 Jun 2007 21:27:33 -0000      1.70
+++ util/dir-example    1 Jul 2007 16:55:27 -0000       1.71
@@ -10,7 +10,7 @@
 If you have dir entries for Texinfo manuals you'd like to be added here,
   please send them to address@hidden
 
-$Id: dir-example,v 1.70 2007/06/25 21:27:33 karl Exp $
+$Id: dir-example,v 1.71 2007/07/01 16:55:27 karl Exp $
 
 File: dir,     Node: Top,      This is the top of the INFO tree.
 
@@ -74,7 +74,6 @@
 
 Network applications
 * Gawkinet: (gawkinet).         TCP/IP Internetworking With `gawk'.
-* Inetutils: (inetutils).       GNU networking utilities.
 * Wget: (wget).                 Non-interactive network downloader.
 
 Printing Tools
@@ -484,19 +483,21 @@
 * zgrep: (gzip)Overview.                        Search compressed files.
 * zmore: (gzip)Overview.                        Decompression output by pages.
 * zsh: (zsh).                                   An enhanced Bourne shell.
-* ftp: (inetutils)ftp invocation.               File Transfer Protocol.
+
+Miscellaneous
 * ftpd: (inetutils)ftpd invocation.             FTP Daemon.
+* ftp: (inetutils)ftp invocation.               File Transfer Protocol.
 * inetd: (inetutils)inetd invocation.           Interner super-server.
 * logger: (inetutils)logger invocation.         Logger.
 * networking(inet) utilities: (inetutils).      GNU networking utilities.
 * ping: (inetutils)ping invocation.             Packets to network hosts.
 * rcp: (inetutils)rcp invocation.               Strip non-directory suffix.
 * rexecd: (inetutils)rexecd invocation.         Remote execution server.
-* rlogin: (inetutils)rlogin invocation.         Remote login.
 * rlogind: (inetutils)rlogind invocation.       Remote login server.
-* rsh: (inetutils)rsh invocation.               Remote shell.
+* rlogin: (inetutils)rlogin invocation.         Remote login.
 * rshd: (inetutils)rshd invocation.             Remote shell server.
+* rsh: (inetutils)rsh invocation.               Remote shell.
 * syslogd: (inetutils)syslogd invocation.       Syslog server.
-* talk: (inetutils)talk invocation.             Talk client.
 * talkd: (inetutils)talkd invocation.           Talk server.
+* talk: (inetutils)talk invocation.             Talk client.
 * tftp: (inetutils)tftp invocation.             Trivial FTP.
P ChangeLog
P NEWS
P configure.ac
P build-aux/config.rpath
P doc/info.1
P doc/infokey.1
P doc/install-info.1
P doc/makeinfo.1
P doc/texi2dvi.1
P doc/texindex.1
P doc/version-stnd.texi
U doc/version.texi
P util/dir-example




reply via email to

[Prev in Thread] Current Thread [Next in Thread]