diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-01-28 03:31:45 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-03-09 05:35:29 +0300 |
commit | da5ff37c7ede7aa4e6883f4dd5a83b6cf8b9837f (patch) | |
tree | 55512d5fb3e00d85c3a89ffb08053e0116b77932 /Documentation/cdrom | |
parent | 0a703c1f89af614d38808a4802744db6c8638762 (diff) | |
download | linux-da5ff37c7ede7aa4e6883f4dd5a83b6cf8b9837f.tar.xz |
Documentation/cdrom: fix German sharp s in LaTex
Apparently the LaTex abbreviation for the German "sharp s" (ß)
(Unicode U+00DF) has changed from {\sz} to {\ss}. With {\sz},
I get this error at line 1016 (line number after another patch):
! Undefined control sequence.
l.1016 ...nel~2.0. Further thanks to Heiko Ei{\sz
}feldt,
This is fixed by changing the {\sz} to {\ss}.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/cdrom')
-rw-r--r-- | Documentation/cdrom/cdrom-standard.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cdrom/cdrom-standard.tex b/Documentation/cdrom/cdrom-standard.tex index 9083c21472d6..f7cd455973f7 100644 --- a/Documentation/cdrom/cdrom-standard.tex +++ b/Documentation/cdrom/cdrom-standard.tex @@ -1013,7 +1013,7 @@ taken over the torch in maintaining \cdromc\ and integrating much \cdrom-related code in the 2.1-kernel. Thanks to Scott Snyder and Gerd Knorr, who were the first to implement this interface for SCSI and IDE-CD drivers and added many ideas for extension of the data -structures relative to kernel~2.0. Further thanks to Heiko Ei{\sz}feldt, +structures relative to kernel~2.0. Further thanks to Heiko Ei{\ss}feldt, Thomas Quinot, Jon Tombs, Ken Pizzini, Eberhard M\"onkeberg and Andrew Kroll, the \linux\ \cdrom\ device driver developers who were kind enough to give suggestions and criticisms during the writing. Finally |