aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2025-09-25 02:12:37 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2025-09-25 19:06:56 +0000
commitcd813380ad832a0bfa5b99f22012092cc9d373b1 (patch)
treec5f2fca374615905b9a849a96ee41e25930e67a6
parent72bf56e273cb914e3b00f98e35e7270efd4edddb (diff)
kerneldocs: Update latex package
MFC after: 3 days Reviewed by: ziaee Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me> Closes: https://github.com/freebsd/freebsd-src/pull/1853
-rw-r--r--tools/kerneldoc/subsys/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/kerneldoc/subsys/README b/tools/kerneldoc/subsys/README
index 6679d5cb9055..2ad9a00625ae 100644
--- a/tools/kerneldoc/subsys/README
+++ b/tools/kerneldoc/subsys/README
@@ -20,12 +20,12 @@ The following environment variables can be used in the Doxyfile:
For the PDF generation you may have to change some limits in the latex
configuration (the build may fail and an error about e.g. "pool size" is
-shown), for print/teTeX this is done in
+shown), for print/texlive-full this is done in
/usr/local/share/texmf/web2c/texmf.cnf
Programs needed to generate the API docs:
- devel/doxygen
- - print/teTeX
+ - print/texlive-full
- graphics/graphviz
--