diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-18 09:12:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-18 09:12:02 +0000 |
commit | ff7059bfe84cffa60fcd4d2a45f35a6b8edfffd6 (patch) | |
tree | b8848b77d1761a39cc55455fcefd7d1289d8cf5d /manual/texinfo.tex | |
parent | 277f73d1a38706fcd1fb37063eb847304faf693b (diff) | |
download | glibc-ff7059bfe84cffa60fcd4d2a45f35a6b8edfffd6.tar glibc-ff7059bfe84cffa60fcd4d2a45f35a6b8edfffd6.tar.gz glibc-ff7059bfe84cffa60fcd4d2a45f35a6b8edfffd6.tar.bz2 glibc-ff7059bfe84cffa60fcd4d2a45f35a6b8edfffd6.zip |
Update.
1998-12-18 Ulrich Drepper <drepper@cygnus.com>
* manual/texinfo.tex: Update to latest version.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add ipc.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
Patch by Cristian Gafton <gafton@redhat.com>.
Diffstat (limited to 'manual/texinfo.tex')
-rw-r--r-- | manual/texinfo.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/texinfo.tex b/manual/texinfo.tex index 2b8a9cccbd..af676a80ff 100644 --- a/manual/texinfo.tex +++ b/manual/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{1998-11-13}% +\def\texinfoversion{1998-12-15}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98 % Free Software Foundation, Inc. @@ -1539,7 +1539,7 @@ where each line of input produces a line of output.} \newif\iffinishedtitlepage % Do an implicit @contents or @shortcontents after @end titlepage if the -% user says @contentsaftertitlepage or @shortcontentsaftertitlepage. +% user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. % \newif\ifsetcontentsaftertitlepage \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue @@ -2388,8 +2388,9 @@ width0pt\relax} \fi % (Must be a way to avoid doing expansion at all, and thus not have to % laboriously list every single command here.) \def\@{@}% will be @@ when we switch to @ as escape char. -%\let\{ = \lbracecmd -%\let\} = \rbracecmd +% need these in case \tex is in effect and \{ is a \delimiter again. +\let\{ = \lbracecmd +\let\} = \rbracecmd \def\_{{\realbackslash _}}% \def\w{\realbackslash w }% \def\bf{\realbackslash bf }% |