Skip to content

Commit 7c5c18b

Browse files
akiyksJonathan Corbet
authored andcommitted
docs: pdfdocs: Fix typo in CJK-language specific font settings
There were typos in the fallback definitions of dummy LaTeX macros for systems without CJK fonts. They cause build errors in "make pdfdocs" on such systems. Fix them. Fixes: e291ff6 ("docs: pdfdocs: Add CJK-language-specific font settings") Signed-off-by: Akira Yokosawa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent abf36fe commit 7c5c18b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@
463463
\\newcommand{\\kerneldocEndTC}{}
464464
\\newcommand{\\kerneldocBeginKR}{}
465465
\\newcommand{\\kerneldocEndKR}{}
466-
\\newcommand{\\kerneldocBeginSC}{}
467-
\\newcommand{\\kerneldocEndKR}{}
466+
\\newcommand{\\kerneldocBeginJP}{}
467+
\\newcommand{\\kerneldocEndJP}{}
468468
}
469469
'''
470470

0 commit comments

Comments
 (0)