@@ -8227,14 +8227,12 @@ The default should not be changed for most installations.`
82278227 default : 'fcntl' ,
82288228 tags : [ 'mbox' ] ,
82298229 seealso : [ '[[link,mbox]]' ] ,
8230- values : setting_types . ENUM ,
8230+ values : setting_types . BOOLLIST ,
82318231 values_enum : [ 'dotlock' , 'dotlock_try' , 'fcntl' , 'flock' , 'lockf' ] ,
82328232 text : `
82338233Specify which locking method(s) to use for locking the mbox files during
82348234reading.
82358235
8236- To use multiple values, separate them with spaces.
8237-
82388236Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82398237 } ,
82408238
@@ -8255,14 +8253,12 @@ If set, this option overrides [[setting,mbox_dirty_syncs]].`
82558253 default : 'dotlock fcntl' ,
82568254 tags : [ 'mbox' ] ,
82578255 seealso : [ '[[link,mbox]]' ] ,
8258- values : setting_types . ENUM ,
8256+ values : setting_types . BOOLLIST ,
82598257 values_enum : [ 'dotlock' , 'dotlock_try' , 'fcntl' , 'flock' , 'lockf' ] ,
82608258 text : `
82618259Specify which locking method(s) to use for locking the mbox files during
82628260writing.
82638261
8264- To use multiple values, separate them with spaces.
8265-
82668262Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82678263 } ,
82688264
0 commit comments