Skip to content

Commit da5ff37

Browse files
rddunlapaxboe
authored andcommitted
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 <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 0a703c1 commit da5ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/cdrom/cdrom-standard.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ \subsubsection{Device dependent $ioctl$s}
10131013
\cdrom-related code in the 2.1-kernel. Thanks to Scott Snyder and
10141014
Gerd Knorr, who were the first to implement this interface for SCSI
10151015
and IDE-CD drivers and added many ideas for extension of the data
1016-
structures relative to kernel~2.0. Further thanks to Heiko Ei{\sz}feldt,
1016+
structures relative to kernel~2.0. Further thanks to Heiko Ei{\ss}feldt,
10171017
Thomas Quinot, Jon Tombs, Ken Pizzini, Eberhard M\"onkeberg and Andrew
10181018
Kroll, the \linux\ \cdrom\ device driver developers who were kind
10191019
enough to give suggestions and criticisms during the writing. Finally

0 commit comments

Comments
 (0)