diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-01-14 14:18:07 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-01-17 04:25:45 +0100 |
commit | 7fbdd8c323e5f7696dfd86c019754c0791ee9b39 (patch) | |
tree | 5018dd475bf3e568898685b87f25547c9c8dd718 /man/systemd-path.xml | |
parent | Merge pull request #30967 from yuwata/network-can-required-operstate-for-online (diff) | |
download | systemd-7fbdd8c323e5f7696dfd86c019754c0791ee9b39.tar.xz systemd-7fbdd8c323e5f7696dfd86c019754c0791ee9b39.zip |
man: don't use versioned standard-options
no-pager-255 was added in #29184, which I reviewed and agreed.
However, as #30887 came up, I reconsidered it a bit, and now
I actually think that this should be removed.
We add new tools that refer to these standard options. During
the process, some options are also promoted to be standard ones.
I think a more sane practice is to generally keep old tools in
the loop, rather than overloading the standard-options with versions.
Diffstat (limited to 'man/systemd-path.xml')
-rw-r--r-- | man/systemd-path.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-path.xml b/man/systemd-path.xml index d5a14bc171..153a9bd0d5 100644 --- a/man/systemd-path.xml +++ b/man/systemd-path.xml @@ -59,7 +59,7 @@ <xi:include href="version-info.xml" xpointer="v215"/></listitem> </varlistentry> - <xi:include href="standard-options.xml" xpointer="no-pager-255"/> + <xi:include href="standard-options.xml" xpointer="no-pager"/> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |