mirror of
https://github.com/systemd/systemd.git
synced 2025-03-28 02:50:16 +03:00
man: drop rhs parts in snippets in directive index
- --exit-if-exists=file + --exit-if-exists= etc.
This commit is contained in:
parent
185c3be03c
commit
699ad6c06c
@ -185,7 +185,10 @@ def _extract_directives(directive_groups, formatting, page):
|
||||
stor[text].append((pagename, section))
|
||||
if text not in formatting:
|
||||
# use element as formatted display
|
||||
name.tail = ''
|
||||
if name.text[-1] in '= ':
|
||||
name.clear()
|
||||
else:
|
||||
name.tail = ''
|
||||
name.text = text
|
||||
formatting[text] = name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user