diff options
author | Tomas Volf <[email protected]> | 2025-01-22 20:05:18 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-01-23 23:51:52 +0900 |
commit | a9ba67b9102bc53afafa796642ebf65b798f7921 (patch) | |
tree | 176945f00c871309391f19e3bc550d93fc13fc00 | |
parent | 17600c6f65d7478b6d682a331e01babd6124d36c (diff) |
doc: htmlxref.cnf: Trim trailing whitespace characters.
Change-Id: Idda2684864248b1ef11acff31bc145b1cbdabe9d
Signed-off-by: Maxim Cournoyer <[email protected]>
-rw-r--r-- | doc/htmlxref.cnf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 46a396bcad..e1f3415fc0 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -5,7 +5,7 @@ htmlxrefversion=2025-01-22.18; # UTC # Copyright 2010-2020, 2022 Free Software Foundation, Inc. -# +# # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. @@ -24,10 +24,10 @@ htmlxrefversion=2025-01-22.18; # UTC # - follow the naming convention for nodes described at # http://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html # This is what makeinfo and texi2html implement. -# +# # Unless the above criteria are met, it's not possible to generate # reliable cross-manual references. -# +# # For information on automatically generating all the useful formats for # a manual to put on the web, see # http://www.gnu.org/prep/maintain/html_node/Manuals-on-Web-Pages.html. |