/mandos/release

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

« back to all changes in this revision

Viewing changes to mandos-ctl.xml

  • Committer: Teddy Hogeborn
  • Date: 2019-03-07 21:37:10 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 382.
  • Revision ID: teddy@recompile.se-20190307213710-brbbpkpqxcq8e444
mandos-ctl.xml: Clarify the conflicting nature of some options

* mandos-ctl.xml (SYNOPSIS): Show --start-checker and --stop-checker
                             as mutually exclusive.  Show --remove as
                             incompatible with everything except
                             --deny.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos-ctl">
5
 
<!ENTITY TIMESTAMP "2017-02-23">
 
5
<!ENTITY TIMESTAMP "2019-03-07">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
39
39
      <year>2015</year>
40
40
      <year>2016</year>
41
41
      <year>2017</year>
 
42
      <year>2018</year>
 
43
      <year>2019</year>
42
44
      <holder>Teddy Hogeborn</holder>
43
45
      <holder>Björn Påhlsson</holder>
44
46
    </copyright>
76
78
        <sbr/>
77
79
        <group>
78
80
          <arg choice="plain"><option>--start-checker</option></arg>
79
 
        </group>
80
 
        <sbr/>
81
 
        <group>
82
81
          <arg choice="plain"><option>--stop-checker</option></arg>
83
82
        </group>
84
83
        <sbr/>
85
84
        <group>
86
 
          <arg choice="plain"><option>--remove</option></arg>
87
 
          <arg choice="plain"><option>-r</option></arg>
88
 
        </group>
89
 
        <sbr/>
90
 
        <group>
91
85
          <arg choice="plain"><option>--checker
92
86
          <replaceable>COMMAND</replaceable></option></arg>
93
87
          <arg choice="plain"><option>-c
131
125
        </group>
132
126
        <sbr/>
133
127
        <group>
134
 
          <arg choice="plain"><option>--interval
135
 
          <replaceable>TIME</replaceable></option></arg>
136
 
          <arg choice="plain"><option>-i
137
 
          <replaceable>TIME</replaceable></option></arg>
138
 
        </group>
139
 
        <sbr/>
140
 
        <group>
141
128
          <arg choice="plain"><option>--host
142
129
          <replaceable>STRING</replaceable></option></arg>
143
130
          <arg choice="plain"><option>-H
171
158
    <cmdsynopsis>
172
159
      <command>&COMMANDNAME;</command>
173
160
      <group>
 
161
        <arg choice="plain"><option>--deny</option></arg>
 
162
        <arg choice="plain"><option>-D</option></arg>
 
163
      </group>
 
164
      <group choice="req">
 
165
          <arg choice="plain"><option>--remove</option></arg>
 
166
          <arg choice="plain"><option>-r</option></arg>
 
167
      </group>
 
168
      <group choice="req">
 
169
        <arg choice="plain"><option>--all</option></arg>
 
170
        <arg choice="plain"><option>-a</option></arg>
 
171
        <arg rep='repeat' choice='plain'>
 
172
          <replaceable>CLIENT</replaceable>
 
173
        </arg>
 
174
      </group>
 
175
    </cmdsynopsis>
 
176
    <cmdsynopsis>
 
177
      <command>&COMMANDNAME;</command>
 
178
      <group>
174
179
          <arg choice="plain"><option>--verbose</option></arg>
175
180
          <arg choice="plain"><option>-v</option></arg>
176
181
          <sbr/>