Skip to content

Commit 80056f9

Browse files
committed
thinkfan.conf.5: rename complex -> detailed syntax
Hopefully, "detailed" is less off-putting to users than "complex", as they should really be going for that instead of simple mode.
1 parent 6fcde01 commit 80056f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/thinkfan.conf.5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ can be used.
4646
Maps temperatures to fan speeds.
4747
A \*(lqsimple mapping\*(rq just specifies one temperature as the lower and
4848
upper bound (respectively) for a given fan speed.
49-
In a \*(lqcomplex mapping\*(rq, the upper and lower bounds are specified for
49+
In a \*(lqdetailed mapping\*(rq, the upper and lower bounds are specified for
5050
each driver/sensor configured under
5151
.BR sensors: .
5252
This mode should be used when thinkfan is monitoring multiple devices that can
@@ -270,7 +270,7 @@ temperature.
270270
A YAML list that specifies temperature offsets for each sensor in use by the
271271
given driver. Use this if you want to use the \*(lqsimple\*(rq level syntax,
272272
but need to compensate for devices with a lower heat tolerance.
273-
Note however that the complex level syntax is usually the better (i.e. more
273+
Note however that the detailed level syntax is usually the better (i.e. more
274274
fine-grained) choice.
275275

276276
.TP
@@ -315,13 +315,13 @@ required fan behaviour is similar enough for all heat-generating devices.
315315
.fi
316316

317317

318-
.SS Complex Syntax
318+
.SS Detailed Syntax
319319
This mode is suitable for more complex systems, with devices that have
320320
different temperature ratings.
321321
For example, many modern CPUs and GPUs can deal with temperatures above
322322
80\[char176]C on a daily basis, whereas a hard disk will die quickly if it
323323
reaches such temperatures.
324-
In complex mode, upper and lower temperature limits are specified for each
324+
In detailed mode, upper and lower temperature limits are specified for each
325325
sensor individually:
326326

327327
.nf

0 commit comments

Comments
 (0)