diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-29 19:16:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-29 19:16:41 +0000 |
commit | 8cccd2ef325cc36d6f5389cbb8858c90bede9ec3 (patch) | |
tree | cd9ef7d4d07214c47ddebb312471ed448476bb3f /Build/source | |
parent | 8ae50339d711ea3563408944c300f96d8ad8750a (diff) |
correct doc; brace expansion not derived from bash code for a long time now
git-svn-id: svn://tug.org/texlive/trunk@20604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/install.texi | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.info | 116 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.texi | 6 |
4 files changed, 64 insertions, 64 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 7d1c61fb96e..74b789daf95 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2010-11-29 Karl Berry <karl@tug.org> + + * doc/kpathsea.texi (Brace expansion): no longer derived from Bash. + 2010-11-27 Taco Hoekwater <taco@elvenkind.com> * db.c (kpathsea_db_search_list): one return list for everything, diff --git a/Build/source/texk/kpathsea/doc/install.texi b/Build/source/texk/kpathsea/doc/install.texi index dd78b88a9aa..b3eaa203455 100644 --- a/Build/source/texk/kpathsea/doc/install.texi +++ b/Build/source/texk/kpathsea/doc/install.texi @@ -1147,7 +1147,7 @@ Sets the resolution of the generated font to @var{num}. @item --mfmode @var{name} Sets the Metafont mode to @var{name}. @item --bdpi @var{num} -Sets the the ``base dpi'' for the font. This must match the mode being +Sets the ``base dpi'' for the font. This must match the mode being used. @item --mag @var{string} A ``magstep'' string suitable for the Metafont @code{mag} variable. diff --git a/Build/source/texk/kpathsea/doc/kpathsea.info b/Build/source/texk/kpathsea/doc/kpathsea.info index 2d4571353de..63d3156b855 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.info +++ b/Build/source/texk/kpathsea/doc/kpathsea.info @@ -1063,8 +1063,8 @@ also be passed: Sets the Metafont mode to NAME. `--bdpi NUM' - Sets the the "base dpi" for the font. This must match the mode - being used. + Sets the "base dpi" for the font. This must match the mode being + used. `--mag STRING' A "magstep" string suitable for the Metafont `mag' variable. This @@ -2237,13 +2237,11 @@ to `xA1y:xB1y:xA2y:xB2y'. This feature can be used to implement multiple TeX hierarchies, by assigning a brace list to `$TEXMF', as mentioned in `texmf.in'. - You can also use the path separator in stead of the comma. The last + You can also use the path separator instead of the comma. The last example could have been written `x{A:B}{1:2}y'. Brace expansion is implemented in the source file -`kpathsea/expand.c'. It is a modification of the Bash sources, and is -thus covered by the GNU General Public License, rather than the Library -General Public License that covers the rest of Kpathsea. +`kpathsea/expand.c'. File: kpathsea.info, Node: KPSE_DOT expansion, Next: Subdirectory expansion, Prev: Brace expansion, Up: Path expansion @@ -4705,58 +4703,58 @@ Node: mktex scripts34055 Node: mktex configuration35332 Node: mktex script names41151 Node: mktex script arguments42542 -Node: Installation testing43432 -Node: Security43796 -Node: TeX directory structure46363 -Node: unixtex.ftp50785 -Node: Reporting bugs52119 -Node: Bug checklist52854 -Node: Mailing lists56551 -Node: Debugging57760 -Node: Logging62838 -Node: Common problems64708 -Node: Unable to find files65539 -Node: Slow path searching67950 -Node: Unable to generate fonts69327 -Node: TeX or Metafont failing71836 -Node: Empty Makefiles73715 -Node: XtStrings74952 -Node: dlopen75788 -Node: ShellWidgetClass76606 -Node: Pointer combination warnings78238 -Node: Path searching78627 -Node: Searching overview79274 -Node: Path sources82670 -Node: Config files83741 -Node: Path expansion87668 -Node: Default expansion88617 -Node: Variable expansion90687 -Node: Tilde expansion92090 -Node: Brace expansion93070 -Node: KPSE_DOT expansion94175 -Node: Subdirectory expansion94688 -Node: Filename database97039 -Node: ls-R98093 -Node: Filename aliases100987 -Node: Database format102165 -Node: Invoking kpsewhich103178 -Node: Path searching options104124 -Node: Specially-recognized files112288 -Node: Auxiliary tasks113644 -Node: Standard options115469 -Node: TeX support115825 -Node: Supported file formats117116 -Node: File lookup124633 -Node: Glyph lookup126382 -Node: Basic glyph lookup127506 -Node: Fontmap128385 -Node: Fallback font131002 -Node: Suppressing warnings131915 -Node: Programming133020 -Node: Programming overview133533 -Node: Calling sequence136227 -Node: Program-specific files142750 -Node: Programming with config files143773 -Node: Index145085 +Node: Installation testing43428 +Node: Security43792 +Node: TeX directory structure46359 +Node: unixtex.ftp50781 +Node: Reporting bugs52115 +Node: Bug checklist52850 +Node: Mailing lists56547 +Node: Debugging57756 +Node: Logging62834 +Node: Common problems64704 +Node: Unable to find files65535 +Node: Slow path searching67946 +Node: Unable to generate fonts69323 +Node: TeX or Metafont failing71832 +Node: Empty Makefiles73711 +Node: XtStrings74948 +Node: dlopen75784 +Node: ShellWidgetClass76602 +Node: Pointer combination warnings78234 +Node: Path searching78623 +Node: Searching overview79270 +Node: Path sources82666 +Node: Config files83737 +Node: Path expansion87664 +Node: Default expansion88613 +Node: Variable expansion90683 +Node: Tilde expansion92086 +Node: Brace expansion93066 +Node: KPSE_DOT expansion93991 +Node: Subdirectory expansion94504 +Node: Filename database96855 +Node: ls-R97909 +Node: Filename aliases100803 +Node: Database format101981 +Node: Invoking kpsewhich102994 +Node: Path searching options103940 +Node: Specially-recognized files112104 +Node: Auxiliary tasks113460 +Node: Standard options115285 +Node: TeX support115641 +Node: Supported file formats116932 +Node: File lookup124449 +Node: Glyph lookup126198 +Node: Basic glyph lookup127322 +Node: Fontmap128201 +Node: Fallback font130818 +Node: Suppressing warnings131731 +Node: Programming132836 +Node: Programming overview133349 +Node: Calling sequence136043 +Node: Program-specific files142566 +Node: Programming with config files143589 +Node: Index144901 End Tag Table diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi index 25f393ef676..2b4f9fb39ad 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.texi +++ b/Build/source/texk/kpathsea/doc/kpathsea.texi @@ -745,15 +745,13 @@ This feature can be used to implement multiple @TeX{} hierarchies, by assigning a brace list to @code{$TEXMF}, as mentioned in @file{texmf.in}. -You can also use the path separator in stead of the comma. The last +You can also use the path separator instead of the comma. The last example could have been written @samp{x@{A:B@}@{1:2@}y}. @flindex expand.c Brace expansion is implemented in the source file -@file{kpathsea/expand.c}. It is a modification of the Bash sources, and -is thus covered by the GNU General Public License, rather than the -Library General Public License that covers the rest of Kpathsea. +@file{kpathsea/expand.c}. @node KPSE_DOT expansion |