View | Details | Raw Unified | Return to bug 84619
Collapse All | Expand All

(-)pcvt.4 (-13 / +9 lines)
Lines 142-152 Link Here
142
operating system.
142
operating system.
143
It has been designed to be highly configurable in order to satisfy
143
It has been designed to be highly configurable in order to satisfy
144
everyone's needs.
144
everyone's needs.
145
The preferred way for those configurations is to
145
The preferred configuration method is to
146
provide appropriate
146
provide appropriate
147
.Em options
147
.Em option
148
lines within the config file, possibly overriding the built-in default
148
lines within the kernel configuration file,
149
values.
149
possibly overriding the built-in defaults.
150
.Pp
150
.Pp
151
The following list gives a short overview of the available configuration
151
The following list gives a short overview of the available configuration
152
options.
152
options.
Lines 154-166 Link Here
154
.Pa i386/isa/pcvt/pcvt_conf.h
154
.Pa i386/isa/pcvt/pcvt_conf.h
155
in the kernel source tree for detailed documentation.
155
in the kernel source tree for detailed documentation.
156
.Pp
156
.Pp
157
Note: the following conventions apply to all the Boolean options.
157
Note: The following conventions apply to all Boolean options.
158
If an option is given with no value, a value of 1
158
If an option value is given as 0, the option is deactivated.
159
(activated)
159
With any other value, or no value, the option is activated.
160
is substituted.
161
If an option value is given as 0, this options is
162
deactivated.
163
Any other value is substituted by 1, too.
164
If an option
160
If an option
165
is omitted, a built-in default is assumed.
161
is omitted, a built-in default is assumed.
166
.Bl -tag -width indent
162
.Bl -tag -width indent
Lines 648-654 Link Here
648
.Pp
644
.Pp
649
Depending on the configuration of a
645
Depending on the configuration of a
650
.Nm
646
.Nm
651
driver, their might be a simple screen saver available.
647
driver, there might be a simple screen saver available.
652
It is controlled
648
It is controlled
653
by the command
649
by the command
654
.Pp
650
.Pp
Lines 658-664 Link Here
658
.El
654
.El
659
.Pp
655
.Pp
660
taking a pointer to an integer as argument.
656
taking a pointer to an integer as argument.
661
Despite of its command name,
657
Despite its command name,
662
this is available on
658
this is available on
663
.Em any
659
.Em any
664
kind of adaptor if configured in by the
660
kind of adaptor if configured in by the

Return to bug 84619