diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-22 18:52:36 +0200 |
---|---|---|
committer | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-29 15:07:24 +0200 |
commit | ec07c3c80b2b1bfa6788500202006ff85f5ae4f4 (patch) | |
tree | ab6fb6ca9620a58fc32cdf3dba9b8a0f77d48d18 /man/systemd-ask-password.xml | |
parent | man: Add xinclude namespace (diff) | |
download | systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.tar.xz systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.zip |
man: add version info
This tries to add information about when each option was added. It goes
back to version 183.
The version info is included from a separate file to allow generating it,
which would allow more control on the formatting of the final output.
Diffstat (limited to 'man/systemd-ask-password.xml')
-rw-r--r-- | man/systemd-ask-password.xml | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml index ffd6c1c4d8..6484bbb8a6 100644 --- a/man/systemd-ask-password.xml +++ b/man/systemd-ask-password.xml @@ -113,7 +113,9 @@ recognition of queries by involved agents. It should include the subsystem doing the query and the specific object the query is done for. Example: - <literal>--id=cryptsetup:/dev/sda5</literal>.</para></listitem> + <literal>--id=cryptsetup:/dev/sda5</literal>.</para> + + <xi:include href="version-info.xml" xpointer="v227"/></listitem> </varlistentry> <varlistentry> @@ -135,7 +137,9 @@ passwords. Use <citerefentry project='die-net'><refentrytitle>keyctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> to access the cached key via the kernel keyring - directly. Example: <literal>--keyname=cryptsetup</literal></para></listitem> + directly. Example: <literal>--keyname=cryptsetup</literal></para> + + <xi:include href="version-info.xml" xpointer="v227"/></listitem> </varlistentry> <varlistentry> @@ -146,7 +150,9 @@ <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. If not specified, defaults to <literal>password</literal>. This option has no effect if no credentials directory is passed to the program (i.e. <varname>$CREDENTIALS_DIRECTORY</varname> is not - set) or if the no credential of the specified name exists.</para></listitem> + set) or if the no credential of the specified name exists.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <varlistentry> @@ -166,7 +172,9 @@ <literal>masked</literal>, an asterisk (<literal>*</literal>) is echoed for each character typed. In this mode, if the user hits the tabulator key (<literal>↹</literal>), echo is turned off. (Alternatively, if the user hits the backspace key (<literal>⌫</literal>) while no data has - been entered otherwise, echo is turned off, too).</para></listitem> + been entered otherwise, echo is turned off, too).</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <varlistentry> @@ -182,7 +190,9 @@ <listitem><para>Controls whether or not to prefix the query with a lock and key emoji (🔐), if the TTY settings permit this. The default is <literal>auto</literal>, which defaults to <literal>yes</literal>, - unless <option>--echo=yes</option> is given.</para></listitem> + unless <option>--echo=yes</option> is given.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <varlistentry> @@ -212,7 +222,9 @@ <listitem><para>Do not print passwords to standard output. This is useful if you want to store a password in kernel keyring with <option>--keyname=</option> but do not want it to show up on screen - or in logs.</para></listitem> + or in logs.</para> + + <xi:include href="version-info.xml" xpointer="v230"/></listitem> </varlistentry> <varlistentry> @@ -222,7 +234,9 @@ by a newline character. This may be turned off with the <option>-n</option> switch, similarly to the switch of the same name of the <citerefentry project='man-pages'><refentrytitle>echo</refentrytitle><manvolnum>1</manvolnum></citerefentry> - command.</para></listitem> + command.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> |