texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Dec 11 17:52:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Sun Dec 11 17:52:01 EST 2005)
Date: Sun, 11 Dec 2005 17:52:03 -0500

Index: util/dir-example
===================================================================
RCS file: /sources/texinfo/texinfo/util/dir-example,v
retrieving revision 1.59
retrieving revision 1.61
diff -c -r1.59 -r1.61
*** util/dir-example    15 Aug 2005 11:45:03 -0000      1.59
--- util/dir-example    11 Dec 2005 22:51:01 -0000      1.61
***************
*** 10,16 ****
  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.59 2005/08/15 11:45:03 karl Exp $
  
  File: dir,    Node: Top,      This is the top of the INFO tree.
  
--- 10,16 ----
  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.61 2005/12/11 22:51:01 karl Exp $
  
  File: dir,    Node: Top,      This is the top of the INFO tree.
  
***************
*** 91,102 ****
  * Autoconf: (autoconf).         Create source code configuration scripts.
  * Binutils: (binutils).         ar/copy/objdump/nm/size/strip/ranlib.
  * automake: (automake).         Making Makefile.in's.
- * bison: (bison).               GNU parser generator (Yacc replacement).
  * Cpp: (cpp).                 The GNU C preprocessor.
  * Cpplib: (cppinternals).       Cpplib internals.
  * CVS: (cvs).                   Concurrent versions system for source control.
  * DejaGnu: (dejagnu).           Testing framework.
  * Gdb: (gdb).                   The GNU debugger.
  * egcs: (egcs).                 Experimental GNU C compiler.
  * Flex: (flex).                 A fast scanner generator.
  * g77: (g77).                   GNU Fortran 77 compiler.
--- 91,102 ----
  * Autoconf: (autoconf).         Create source code configuration scripts.
  * Binutils: (binutils).         ar/copy/objdump/nm/size/strip/ranlib.
  * automake: (automake).         Making Makefile.in's.
  * Cpp: (cpp).                 The GNU C preprocessor.
  * Cpplib: (cppinternals).       Cpplib internals.
  * CVS: (cvs).                   Concurrent versions system for source control.
  * DejaGnu: (dejagnu).           Testing framework.
  * Gdb: (gdb).                   The GNU debugger.
+ * bison: (bison).       GNU parser generator (Yacc replacement).
  * egcs: (egcs).                 Experimental GNU C compiler.
  * Flex: (flex).                 A fast scanner generator.
  * g77: (g77).                   GNU Fortran 77 compiler.
***************
*** 110,116 ****
  * Gprof: (gprof).               Profiler.
  * Guile Reference: (guile).     The Guile reference manual.
  * Guile Tutorial: (guile-tut).        The Guile Tutorial.
! * Identifier DB: (id-utils).    Identifier database utilities.
  * Indent: (indent).             Prettyprinter for programs.
  * Ld: (ld).                     Linker.
  * Libtool: (libtool).           Generic library support script.
--- 110,116 ----
  * Gprof: (gprof).               Profiler.
  * Guile Reference: (guile).     The Guile reference manual.
  * Guile Tutorial: (guile-tut).        The Guile Tutorial.
! * ID database: (id-utils).      Identifier database utilities.
  * Indent: (indent).             Prettyprinter for programs.
  * Ld: (ld).                     Linker.
  * Libtool: (libtool).           Generic library support script.
***************
*** 209,215 ****
  
  C++ libraries
  * Iostream: (iostream).         C++ input/output.
- * Libg++: (libg++).             C++ classes.
  * autosprintf: (autosprintf).   Support for printf format strings in C++.
  
  GNU organization
--- 209,214 ----
***************
*** 266,272 ****
  
  Individual utilities
  * aclocal: (automake)Invoking aclocal.          Generating aclocal.m4.
- * aid: (id-utils)aid invocation.                Matching strings.
  * ar: (binutils)ar.                             Create/modify/extract 
archives.
  * at-pr: (gnats)at-pr.                          Bug report timely reminders.
  * autoconf: (autoconf)autoconf Invocation.
--- 265,270 ----
***************
*** 301,309 ****
  * cut: (coreutils)cut invocation.               Print selected parts of lines.
  * date: (coreutils)date invocation.             Print/set system date and 
time.
  * dd: (coreutils)dd invocation.                 Copy and convert a file.
! * df: (coreutils)df invocation.                 Report filesystem disk usage.
! * diff: (diff)Invoking diff.                    Compare 2 files line by line.
  * diff3: (diff)Invoking diff3.                  Compare 3 files line by line.
  * dir: (coreutils)dir invocation.               List directories briefly.
  * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
  * dirname: (coreutils)dirname invocation.       Strip non-directory suffix.
--- 299,307 ----
  * cut: (coreutils)cut invocation.               Print selected parts of lines.
  * date: (coreutils)date invocation.             Print/set system date and 
time.
  * dd: (coreutils)dd invocation.                 Copy and convert a file.
! * df: (coreutils)df invocation.                 Report file system disk usage.
  * diff3: (diff)Invoking diff3.                  Compare 3 files line by line.
+ * diff: (diff)Invoking diff.                    Compare 2 files line by line.
  * dir: (coreutils)dir invocation.               List directories briefly.
  * dircolors: (coreutils)dircolors invocation.   Color setup for ls.
  * dirname: (coreutils)dirname invocation.       Strip non-directory suffix.
***************
*** 316,339 ****
  * echo: (coreutils)echo invocation.             Print a line of text.
  * edit-pr: (gnats)Invoking edit-pr.             Changing bugs.
  * egrep: (grep)Invoking.                        grep -E.
- * eid: (id-utils)eid invocation.                Invoking an editor on matches.
  * env: (coreutils)env invocation.               Modify the environment.
  * expand: (coreutils)expand invocation.         Convert tabs to spaces.
  * expr: (coreutils)expr invocation.             Evaluate expressions.
  * factor: (coreutils)factor invocation.         Print prime factors
  * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
  * fgrep: (fgrep)Invoking.                       grep -F.
! * fid: (id-utils)fid invocation.                Listing a file's identifiers.
  * file-pr: (gnats)file-pr.                      Processing incoming traffic.
  * find: (find)Invoking find.                    Finding and acting on files.
  * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
  * fold: (coreutils)fold invocation.             Wrap long input lines.
  * frm: (mailutils)frm.                          List headers from a mailbox.
  * gcal2txt: (gcal)Invoking gcal2txt.            Calendar resource to text 
file.
  * gftodvi: (web2c)GFtoDVI invocation.           Generic font proofsheets.
  * gftopk: (web2c)GFtoPK invocation.             Generic to packed fonts.
  * gftype: (web2c)GFtype invocation.             GF to human-readable text.
- * gid: (id-utils)gid invocation.                Listing all matching lines.
  * git: (git).                                   GNU interactive tools.
  * groups: (coreutils)groups invocation.         Print group names a user is 
in.
  * guimb: (mailutils)guimb.                      Mailbox processing language.
--- 314,336 ----
  * echo: (coreutils)echo invocation.             Print a line of text.
  * edit-pr: (gnats)Invoking edit-pr.             Changing bugs.
  * egrep: (grep)Invoking.                        grep -E.
  * env: (coreutils)env invocation.               Modify the environment.
  * expand: (coreutils)expand invocation.         Convert tabs to spaces.
  * expr: (coreutils)expr invocation.             Evaluate expressions.
  * factor: (coreutils)factor invocation.         Print prime factors
  * false: (coreutils)false invocation.           Do nothing, unsuccessfully.
  * fgrep: (fgrep)Invoking.                       grep -F.
! * fid: (id-utils)fid invocation.        Listing a file's tokens.
  * file-pr: (gnats)file-pr.                      Processing incoming traffic.
  * find: (find)Invoking find.                    Finding and acting on files.
  * fmt: (coreutils)fmt invocation.               Reformat paragraph text.
+ * fnid: (id-utils)fnid invocation.      Looking up file names.
  * messages: (mailutils)messages.                Count messages in mailbox.
  * mf: (web2c)mf invocation.                     Creating typeface families.
***************
*** 378,390 ****
  * mgetty: (mgetty).                             Faxes, voicemail and more.
  * mkdir: (coreutils)mkdir invocation.           Create directories.
  * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
! * mkid: (id-utils)mkid invocation.              Creating an ID database.
  * mknod: (coreutils)mknod invocation.           Create special files.
  * mp: (web2c)mp invocation.                     Creating technical diagrams.
  * mpto: (web2c)MPto invocation.                 MetaPost label extraction.
  * mv: (coreutils)mv invocation.                 Rename files.
  * newer: (web2c)Newer invocation.               Compare modification times.
! * nice: (coreutils)nice invocation.             Modify scheduling priority.
  * nl: (coreutils)nl invocation.                 Number lines and write files.
  * nlmconv: (binutils)nlmconv.                   Convert object to NetWare LM.
  * nm: (binutils)nm.                             List symbols in object files.
--- 373,385 ----
  * mgetty: (mgetty).                             Faxes, voicemail and more.
  * mkdir: (coreutils)mkdir invocation.           Create directories.
  * mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
! * mkid: (id-utils)mkid invocation.      Creating an ID database.
  * mknod: (coreutils)mknod invocation.           Create special files.
  * mp: (web2c)mp invocation.                     Creating technical diagrams.
  * mpto: (web2c)MPto invocation.                 MetaPost label extraction.
  * mv: (coreutils)mv invocation.                 Rename files.
  * newer: (web2c)Newer invocation.               Compare modification times.
! * nice: (coreutils)nice invocation.             Modify niceness.
  * nl: (coreutils)nl invocation.                 Number lines and write files.
  * nlmconv: (binutils)nlmconv.                   Convert object to NetWare LM.
  * nm: (binutils)nm.                             List symbols in object files.
***************
*** 396,410 ****
  * patch: (diff)Invoking patch.                  Apply a patch to a file.
  * patgen: (web2c)Patgen invocation.             Creating hyphenation patterns.
  * pathchk: (coreutils)pathchk invocation.       Check file name portability.
- * pid: (id-utils)pid invocation.                Looking up filenames.
  * pktogf: (web2c)PKtoGF invocation.             Packed to generic fonts.
  * pktype: (web2c)PKtype invocation.             PK to human-readable text.
  * pltotf: (web2c)PLtoTF invocation.             Property list to TFM.
  * pooltype: (web2c)Pooltype invocation.         Display WEB pool files.
  * pop3d: (mailutils)pop3d.                      POP3 daemon.
- * pr: (coreutils)pr invocation.                 Paginate or columnate files.
  * pr-addr: (gnats)pr-addr.                      Bug report address retrieval.
  * pr-edit: (gnats)pr-edit.                      The edit-pr driver.
  * printenv: (coreutils)printenv invocation.     Print environment variables.
  * printf: (coreutils)printf invocation.         Format and print data.
  * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
--- 391,404 ----
  * patch: (diff)Invoking patch.                  Apply a patch to a file.
  * patgen: (web2c)Patgen invocation.             Creating hyphenation patterns.
  * pathchk: (coreutils)pathchk invocation.       Check file name portability.
  * pktogf: (web2c)PKtoGF invocation.             Packed to generic fonts.
  * pktype: (web2c)PKtype invocation.             PK to human-readable text.
  * pltotf: (web2c)PLtoTF invocation.             Property list to TFM.
  * pooltype: (web2c)Pooltype invocation.         Display WEB pool files.
  * pop3d: (mailutils)pop3d.                      POP3 daemon.
  * pr-addr: (gnats)pr-addr.                      Bug report address retrieval.
  * pr-edit: (gnats)pr-edit.                      The edit-pr driver.
+ * pr: (coreutils)pr invocation.                 Paginate or columnate files.
  * printenv: (coreutils)printenv invocation.     Print environment variables.
  * printf: (coreutils)printf invocation.         Format and print data.
  * ptx: (coreutils)ptx invocation.               Produce permuted indexes.
***************
*** 419,424 ****
--- 413,420 ----
  * sdiff: (diff)Invoking sdiff.                  Merge 2 files side-by-side.
  * send-pr: (gnats)Invoking send-pr.             Submitting bugs.
  * seq: (coreutils)seq invocation.               Print numeric sequences
+ * sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
+ * sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
  * shar: (sharutils)shar invocation.             Make a shell archive.
  * shred: (coreutils)shred invocation.           Remove files more securely.
  * sieve: (mailutils)sieve.                      Mail filtering utility.
***************
*** 430,436 ****
  * strings: (binutils)strings.                   List printable strings.
  * strip: (binutils)strip.                       Discard symbols.
  * stty: (coreutils)stty invocation.             Print/change terminal 
settings.
! * su: (coreutils)su invocation.                 Modify user and group id.
  * sum: (coreutils)sum invocation.               Print traditional checksum.
  * sync: (coreutils)sync invocation.             Synchronize memory and disk.
  * tabs: (tput)Invoking tabs.                    Tab settings.
--- 426,432 ----
  * strings: (binutils)strings.                   List printable strings.
  * strip: (binutils)strip.                       Discard symbols.
  * stty: (coreutils)stty invocation.             Print/change terminal 
settings.
! * su: (coreutils)su invocation.                 Modify user and group ID.
  * sum: (coreutils)sum invocation.               Print traditional checksum.
  * sync: (coreutils)sync invocation.             Synchronize memory and disk.
  * tabs: (tput)Invoking tabs.                    Tab settings.
***************
*** 472,479 ****
  * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
  * weave: (web2c)Weave invocation.               WEB to TeX.
  * who: (coreutils)who invocation.               Print who is logged in.
! * whoami: (coreutils)whoami invocation.         Print effective user id.
  * xargs: (find)Invoking xargs.                  Operating on many files.
  * yes: (coreutils)yes invocation.               Print a string indefinitely.
  * zcat: (gzip)Overview.                         Decompression to stdout.
  * zdiff: (gzip)Overview.                        Compare compressed files.
--- 468,476 ----
  * wc: (coreutils)wc invocation.                 Line, word, and byte counts.
  * weave: (web2c)Weave invocation.               WEB to TeX.
  * who: (coreutils)who invocation.               Print who is logged in.
! * whoami: (coreutils)whoami invocation.         Print effective user ID.
  * xargs: (find)Invoking xargs.                  Operating on many files.
+ * xtokid: (id-utils)xtokid invocation.  Testing mkid scanners.
  * yes: (coreutils)yes invocation.               Print a string indefinitely.
  * zcat: (gzip)Overview.                         Decompression to stdout.
  * zdiff: (gzip)Overview.                        Compare compressed files.
P util/dir-example


reply via email to

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