Yu Watanabe
cb0a3b8c14
network/route: drop TTL propagate support for MPLS routes
...
This effectively reverts 9b88f20aba .
We do not support MPLS routes, only IPv4 or IPv6 routes are supported.
2024-01-03 08:41:53 +09:00
Chris Simons
9ef362bf3d
machinectl: add restart convenience alias ( #30625 )
2023-12-28 07:09:42 +09:00
David Tardon
af29d0b179
man: rewrite as <group>
2023-12-26 13:10:36 +01:00
David Tardon
0fd5f9fb50
man: fix markup
...
<arg> is not allowed inside <title>.
2023-12-26 13:10:36 +01:00
David Tardon
7f9d96d4c5
man: move </variablelist> to the right place
2023-12-26 13:10:35 +01:00
David Tardon
b239fc7250
man: fix <cmdsynopsis> content
...
Inline text is not allowed.
2023-12-26 13:10:35 +01:00
David Tardon
20dcd73a28
man: fix markup
...
<option> is not allowed in <cmdsynopsis>.
2023-12-26 13:10:35 +01:00
David Tardon
dfa6c32ad9
man: restrict <command> to the actual command
2023-12-26 13:10:35 +01:00
David Tardon
996de3397b
man: move macro decls. out of <funcsynopsis>
...
<funcsynopsis> doesn't allow block content.
2023-12-26 13:10:35 +01:00
David Tardon
932abebf4d
man: fix markup
...
<arg> is not allowed inside <term>.
2023-12-26 13:10:35 +01:00
David Tardon
b3579feb59
man: fix indentation
2023-12-26 08:59:53 +01:00
David Tardon
0f095802ad
man: add required <title>
2023-12-25 17:59:50 +01:00
David Tardon
70601fa571
man: match doctype and root element
2023-12-25 15:51:47 +01:00
David Tardon
eea10b26f7
man: use same version in public and system ident.
2023-12-25 15:51:47 +01:00
Yu Watanabe
f73509d90f
Merge pull request #30616 from dtardon/docbook-valid-2
...
DocBook validation fixes (part 2)
2023-12-25 20:00:23 +09:00
David Tardon
bc6fdcbf5d
man: use <refsect1> instead of <refsection>
...
DocBook document model doesn't allow mixing of <refsection> with the
numbered variants (<refsect1> etc.). Therefore, any document that
included something from standard-conf.xml was invalid. Fortunately, all
the includes are at the 1st level, hence let's just change
standard-conf.xml to use <refsect1> to fix that.
2023-12-25 10:50:13 +01:00
David Tardon
cfcdee7c16
man: drop an extra <member>
...
Follow-up for 13a69c120b .
2023-12-25 10:43:18 +01:00
David Tardon
9e25422299
man: move macro decls. out of <funcsynopsis>
...
<funcsynopsis> doesn't allow block content.
2023-12-25 10:40:40 +01:00
David Tardon
e353998eb6
man: fix markup
2023-12-25 10:40:40 +01:00
David Tardon
eb066221e9
man: fix markup
...
<arg> is not allowed inside <title>.
2023-12-25 10:40:40 +01:00
David Tardon
1ab6ecd109
man: fix markup
...
<arg> is not allowed inside <title>.
2023-12-25 10:40:40 +01:00
David Tardon
c101b65619
man: make ID valid
...
The id attribute is of type ID, defined at
https://www.w3.org/TR/1998/REC-xml-19980210#id . It may contain only
selected non-alphanumeric characters; '@' is not among them.
2023-12-25 10:40:40 +01:00
David Tardon
d2c0c05f51
man: add an extra <refsect2>
...
DocBook's document model doesn't allow block content after a section.
2023-12-25 10:39:36 +01:00
David Tardon
df93996fd6
man: drop output redir. from cmd. synopsis
...
<cmdsynopsis> doesn't allow inline content, like the redir. operator
here. And std. output is not an argument anyway...
2023-12-25 10:36:07 +01:00
David Tardon
8f39acd005
man: fix xpointer expression
2023-12-25 10:00:43 +01:00