Files
systemd/man
Zbigniew Jędrzejewski-Szmek c8cd6d7bab man: use meaningful titles for <ulink>s
As pointed out in https://github.com/systemd/systemd/issues/29814, we need to
use phrases are are meaningful on their own, because the man page formatter
creates a list at the bottom. With <ulink>see docs</ulink>, we end up with:
  NOTES:
    1. see docs
       https://some.url/page
    2. see docs
       https://some.url/page2
which is not very useful :(

Also, the text inside the tag should not include punctuation.

Python helper:
  from xml_helper import xml_parse
  for p in glob.glob('../man/*.xml'):
       t = xml_parse(p)
       ulinks = t.iterfind('.//ulink')
       for ulink in ulinks:
           if ulink.text is None: continue
           text = ' '.join(ulink.text.split())
           print(f'{p}: {text}')
2023-11-06 20:16:34 +01:00
..
2023-10-06 11:49:38 +02:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-05-15 22:53:22 +02:00
2023-09-19 00:37:37 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-05-15 22:53:22 +02:00
2023-05-15 22:53:22 +02:00
2023-05-15 22:53:22 +02:00
2023-07-02 11:10:12 +01:00
2023-05-15 22:53:22 +02:00
2023-05-15 22:53:22 +02:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-10-24 18:32:17 +02:00
2023-08-29 14:07:24 +01:00
2023-10-24 18:32:18 +02:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-11-03 11:24:58 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-11-03 11:24:58 +01:00
2023-11-03 11:24:58 +01:00
2023-08-29 14:07:24 +01:00
2023-10-24 18:32:18 +02:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-10-24 18:32:17 +02:00
2023-10-24 18:32:17 +02:00
2023-11-04 11:58:12 +09:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-11-04 11:58:12 +09:00
2023-08-29 14:07:24 +01:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-09-19 00:37:37 +01:00
2023-10-07 15:48:22 +09:00
2023-08-29 14:07:24 +01:00
2023-09-19 00:37:37 +01:00
2023-08-29 14:07:24 +01:00