~cjwatson/debconf/dbus

« back to all changes in this revision

Viewing changes to doc/man/debconf-devel.7

  • Committer: cjwatson
  • Date: 2006-01-23 21:02:47 UTC
  • Revision ID: vcs-imports@canonical.com-20060123210247-e72616d29ed40ac7
* Add support for templates of type 'error', which are largely treated
  like notes except that they are displayed no matter what the priority
  and even if they've previously been seen. For example, this can be used
  for input validation errors. This is compatible with cdebconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
yet, since no frontends support it well. It may even be removed in the
153
153
future.
154
154
.TP
 
155
.B error
 
156
This datatype is used for error messages, such as input validation errors.
 
157
Debconf will show a question of this type even if the priority is too high
 
158
or the user has already seen it.
 
159
.TP
155
160
.B title
156
161
This datatype is used for titles, to be set with the SETTITLE command.
157
162
.RE