mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man/systemd.exec: use constant instead of literal
Use <constant> instead of <literal> otherwise every configuration item is wrapped in double quotes.
This commit is contained in:
@@ -56,7 +56,7 @@ with open(header) as file:
|
||||
if output == 'code':
|
||||
print(f'\t"{enumValue}",')
|
||||
else:
|
||||
print(f'<literal>{enumValue}</literal>')
|
||||
print(f'<constant>{enumValue}</constant>')
|
||||
if output == 'code':
|
||||
print('};')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user