/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/password-prompt.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-31 14:02:37 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080831140237-oz9knd88esz8cj4y
* plugin-runner.xml: Removed <?xml-stylesheet>.
* plugins.d/password-request.xml: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY COMMANDNAME "password-prompt">
6
 
<!ENTITY TIMESTAMP "2008-08-29">
 
6
<!ENTITY TIMESTAMP "2008-08-31">
7
7
]>
8
8
 
9
9
<refentry>
73
73
    <cmdsynopsis>
74
74
      <command>&COMMANDNAME;</command>
75
75
      <group choice="opt">
76
 
        <arg choice="plain"><option>-p <replaceable
 
76
        <arg choice="plain"><option>--prefix <replaceable
77
77
        >PREFIX</replaceable></option></arg>
78
 
        <arg choice="plain"><option>--prefix </option><replaceable
 
78
        <arg choice="plain"><option>-p </option><replaceable
79
79
        >PREFIX</replaceable></arg>
80
80
      </group>
 
81
      <sbr/>
81
82
      <arg choice="opt"><option>--debug</option></arg>
82
83
    </cmdsynopsis>
83
84
    <cmdsynopsis>
84
85
      <command>&COMMANDNAME;</command>
85
86
      <group choice="req">
 
87
        <arg choice="plain"><option>--help</option></arg>
86
88
        <arg choice="plain"><option>-?</option></arg>
87
 
        <arg choice="plain"><option>--help</option></arg>
88
89
      </group>
89
90
    </cmdsynopsis>
90
91
    <cmdsynopsis>
94
95
    <cmdsynopsis>
95
96
      <command>&COMMANDNAME;</command>
96
97
      <group choice="req">
 
98
        <arg choice="plain"><option>--version</option></arg>
97
99
        <arg choice="plain"><option>-V</option></arg>
98
 
        <arg choice="plain"><option>--version</option></arg>
99
100
      </group>
100
 
    </cmdsynopsis>    
 
101
    </cmdsynopsis>
101
102
  </refsynopsisdiv>
102
103
  
103
104
  <refsect1 id="description">
133
134
    
134
135
    <variablelist>
135
136
      <varlistentry>
136
 
        <term><option>-p</option> <replaceable>PREFIX</replaceable
137
 
        ></term>
138
 
        <term><option>--prefix=</option><replaceable
139
 
        >PREFIX</replaceable></term>
 
137
        <term><option>--prefix=<replaceable
 
138
        >PREFIX</replaceable></option></term>
 
139
        <term><option>-p
 
140
        <replaceable>PREFIX</replaceable></option></term>
140
141
        <listitem>
141
142
          <para>
142
143
            Prefix string shown before the password prompt.
156
157
      </varlistentry>
157
158
      
158
159
      <varlistentry>
 
160
        <term><option>--help</option></term>
159
161
        <term><option>-?</option></term>
160
 
        <term><option>--help</option></term>
161
162
        <listitem>
162
163
          <para>
163
164
            Gives a help message about options and their meanings.
175
176
      </varlistentry>
176
177
      
177
178
      <varlistentry>
 
179
        <term><option>--version</option></term>
178
180
        <term><option>-V</option></term>
179
 
        <term><option>--version</option></term>
180
181
        <listitem>
181
182
          <para>
182
183
            Prints the program version.
183
184
          </para>
184
185
        </listitem>
185
 
      </varlistentry>            
 
186
      </varlistentry>
186
187
    </variablelist>
187
188
  </refsect1>
188
189
  
239
240
    <para>
240
241
      None are known at this time.
241
242
    </para>
242
 
  </refsect1>  
 
243
  </refsect1>
243
244
  
244
245
  <refsect1 id="example">
245
246
    <title>EXAMPLE</title>