diff options
| author | Danilo Almeida <dalmeida@mit.edu> | 1999-06-15 20:49:12 +0000 |
|---|---|---|
| committer | Danilo Almeida <dalmeida@mit.edu> | 1999-06-15 20:49:12 +0000 |
| commit | 611c7e8a00224970811c6e1ac20d1bd3d5e5b68a (patch) | |
| tree | 3e03bacacb81781de7ff7b40aec905f05af539e1 /src | |
| parent | 6c177497a6d2a44fb152edd6234601e9fefaa602 (diff) | |
| download | krb5-611c7e8a00224970811c6e1ac20d1bd3d5e5b68a.tar.gz krb5-611c7e8a00224970811c6e1ac20d1bd3d5e5b68a.tar.xz krb5-611c7e8a00224970811c6e1ac20d1bd3d5e5b68a.zip | |
Get rid of control characters in text file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11512 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/texinfo.tex | 32 |
2 files changed, 20 insertions, 16 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index e11c67ce0..f5707d3e9 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +1999-06-15 Danilo Almeida <dalmeida@mit.edu> + + * texinfo.tex: Get rid of control characters in text file. + Wed May 19 11:44:31 1999 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Add windows build rules for putting header files in diff --git a/src/util/et/texinfo.tex b/src/util/et/texinfo.tex index 838160c98..eb29dfd7f 100644 --- a/src/util/et/texinfo.tex +++ b/src/util/et/texinfo.tex @@ -1892,29 +1892,29 @@ section\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno % { \catcode `\^^@=\other -\catcode `\=\other -\catcode `\=\other +\catcode `\^^A=\other +\catcode `\^^B=\other \catcode `\^^C=\other \catcode `\^^D=\other \catcode `\^^E=\other \catcode `\^^F=\other \catcode `\^^G=\other \catcode `\^^H=\other -\catcode `\=\other +\catcode `\^^K=\other \catcode `\^^L=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other +\catcode `\^^N=\other +\catcode `\^^O=\other +\catcode `\^^P=\other +\catcode `\^^Q=\other +\catcode `\^^R=\other +\catcode `\^^S=\other +\catcode `\^^T=\other +\catcode `\^^U=\other +\catcode `\^^V=\other +\catcode `\^^W=\other +\catcode `\^^X=\other +\catcode `\^^Y=\other +\catcode `\^^Z=\other \catcode `\^^[=\other \catcode `\^^\=\other \catcode `\^^]=\other |
