diff options
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | make-man-index.py | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -64,8 +64,6 @@ Features: * journald: we currently rotate only after MaxUse+MaxFilesize has been reached. -* reexec journald across initrd transition - * nspawn: bind mount /var/log/journal from the host * Document: diff --git a/make-man-index.py b/make-man-index.py index 44d15f8c29..29e3578758 100755 --- a/make-man-index.py +++ b/make-man-index.py @@ -36,7 +36,7 @@ for n in sorted(index.keys(), key = str.lower): if letter is None or n[0].upper() != letter: letter = n[0].upper() - h2 = SubElement(body, 'h1') + h2 = SubElement(body, 'h2') h2.text = letter ul = SubElement(body, 'ul') |