comparison pwm.1.xml @ 23:1b89066d992c

Add read-only mode
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Sun, 17 Sep 2017 18:45:05 +0200
parents ec01c579024a
children 5bdea77d0c1d
comparison
equal deleted inserted replaced
22:ec01c579024a 23:1b89066d992c
32 <surname>Berhoerster</surname> 32 <surname>Berhoerster</surname>
33 </personname> 33 </personname>
34 <email>guido+pwm@berhoerster.name</email> 34 <email>guido+pwm@berhoerster.name</email>
35 <personblurb/> 35 <personblurb/>
36 </author> 36 </author>
37 <date>7 September, 2017</date> 37 <date>17 September, 2017</date>
38 </info> 38 </info>
39 <refmeta> 39 <refmeta>
40 <refentrytitle>pwm</refentrytitle> 40 <refentrytitle>pwm</refentrytitle>
41 <manvolnum>1</manvolnum> 41 <manvolnum>1</manvolnum>
42 <refmiscinfo class="source"/> 42 <refmiscinfo class="source"/>
51 <cmdsynopsis> 51 <cmdsynopsis>
52 <command>pwm</command> 52 <command>pwm</command>
53 <arg choice="opt"> 53 <arg choice="opt">
54 <option>-P</option> 54 <option>-P</option>
55 <replaceable>password_file</replaceable> 55 <replaceable>password_file</replaceable>
56 </arg>
57 <arg choice="opt">
58 <option>-R</option>
56 </arg> 59 </arg>
57 <arg choice="opt"> 60 <arg choice="opt">
58 <replaceable>database_file</replaceable> 61 <replaceable>database_file</replaceable>
59 </arg> 62 </arg>
60 </cmdsynopsis> 63 </cmdsynopsis>
105 <listitem> 108 <listitem>
106 <para>Read the master password from the first line of 109 <para>Read the master password from the first line of
107 <replaceable>password_file</replaceable>.</para> 110 <replaceable>password_file</replaceable>.</para>
108 </listitem> 111 </listitem>
109 </varlistentry> 112 </varlistentry>
113 <varlistentry>
114 <term>
115 <option>-R</option>
116 </term>
117 <listitem>
118 <para>Treat the database as read-only and disallow any modifications
119 and write operations.</para>
120 </listitem>
121 </varlistentry>
110 </variablelist> 122 </variablelist>
111 </refsect1> 123 </refsect1>
112 <refsect1> 124 <refsect1>
113 <title>Usage</title> 125 <title>Usage</title>
114 <para>If stdin is connected to a terminal pwm will run in interactive mode 126 <para>If stdin is connected to a terminal pwm will run in interactive mode