@@ -8215,14 +8215,12 @@ The default should not be changed for most installations.`
82158215 default : 'fcntl' ,
82168216 tags : [ 'mbox' ] ,
82178217 seealso : [ '[[link,mbox]]' ] ,
8218- values : setting_types . ENUM ,
8218+ values : setting_types . BOOLLIST ,
82198219 values_enum : [ 'dotlock' , 'dotlock_try' , 'fcntl' , 'flock' , 'lockf' ] ,
82208220 text : `
82218221Specify which locking method(s) to use for locking the mbox files during
82228222reading.
82238223
8224- To use multiple values, separate them with spaces.
8225-
82268224Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82278225 } ,
82288226
@@ -8243,14 +8241,12 @@ If set, this option overrides [[setting,mbox_dirty_syncs]].`
82438241 default : 'dotlock fcntl' ,
82448242 tags : [ 'mbox' ] ,
82458243 seealso : [ '[[link,mbox]]' ] ,
8246- values : setting_types . ENUM ,
8244+ values : setting_types . BOOLLIST ,
82478245 values_enum : [ 'dotlock' , 'dotlock_try' , 'fcntl' , 'flock' , 'lockf' ] ,
82488246 text : `
82498247Specify which locking method(s) to use for locking the mbox files during
82508248writing.
82518249
8252- To use multiple values, separate them with spaces.
8253-
82548250Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82558251 } ,
82568252
0 commit comments