]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd-tty-ask-password-agent.xml
man: add version info
[thirdparty/systemd.git] / man / systemd-tty-ask-password-agent.xml
index 8d9e9e0c1b76f5c5ac91c56f9625520067b76d50..e3925b923e9b56df734e66774a96842e1552503a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0'?> <!--*-nxml-*-->
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<!-- SPDX-License-Identifier: LGPL-2.1+ -->
+<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
 <refentry id="systemd-tty-ask-password-agent"
     xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -39,8 +39,8 @@
     runtime.</para>
 
     <para><command>systemd-tty-ask-password-agent</command> implements
-    the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">Password
-    Agents Specification</ulink>, and is one of many possible response agents which
+    the <ulink url="https://systemd.io/PASSWORD_AGENTS/">Password Agents
+    Specification</ulink>, and is one of many possible response agents which
     answer to queries formulated with
     <citerefentry><refentrytitle>systemd-ask-password</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
     </para>
@@ -55,7 +55,9 @@
       <varlistentry>
         <term><option>--list</option></term>
 
-        <listitem><para>Lists all currently pending system password requests.</para></listitem>
+        <listitem><para>Lists all currently pending system password requests.</para>
+
+        <xi:include href="version-info.xml" xpointer="v186"/></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>Process all currently pending system password
         requests by querying the user on the calling
-        TTY.</para></listitem>
+        TTY.</para>
+
+        <xi:include href="version-info.xml" xpointer="v186"/></listitem>
       </varlistentry>
 
       <varlistentry>
         <term><option>--watch</option></term>
 
         <listitem><para>Continuously process password
-        requests.</para></listitem>
+        requests.</para>
+
+        <xi:include href="version-info.xml" xpointer="v186"/></listitem>
       </varlistentry>
 
       <varlistentry>
@@ -79,7 +85,9 @@
         <listitem><para>Forward password requests to
         <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
         instead of querying the user on the calling
-        TTY.</para></listitem>
+        TTY.</para>
+
+        <xi:include href="version-info.xml" xpointer="v186"/></listitem>
       </varlistentry>
 
       <varlistentry>
         <listitem><para>Ask question with
         <citerefentry project='die-net'><refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
         instead of querying the user on the calling
-        TTY.</para></listitem>
+        TTY.</para>
+
+        <xi:include href="version-info.xml" xpointer="v186"/></listitem>
       </varlistentry>
 
       <varlistentry>
-        <term><option>--console</option></term>
+        <term><option>--console</option><optional>=<replaceable>DEVICE</replaceable></optional></term>
+
+        <listitem><para>Ask question on TTY <replaceable>DEVICE</replaceable> instead of querying the user on
+        the calling TTY. If <replaceable>DEVICE</replaceable> is not specified,
+        <filename>/dev/console</filename> will be used.</para>
 
-        <listitem><para>Ask question on
-        <filename>/dev/console</filename> instead of querying the user
-        on the calling TTY. </para></listitem>
+        <xi:include href="version-info.xml" xpointer="v249"/></listitem>
       </varlistentry>
 
       <xi:include href="standard-options.xml" xpointer="help" />