mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
fixed typos
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@82 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -2245,13 +2245,13 @@ with identical names!
|
|||||||
=head2 FORCE SINGLE VALUE ARRAYS
|
=head2 FORCE SINGLE VALUE ARRAYS
|
||||||
|
|
||||||
You may also force a single config line to get parsed into an array by
|
You may also force a single config line to get parsed into an array by
|
||||||
turning on the option B<-ForceArray> on and by surrounding the value of the
|
turning on the option B<-ForceArray> and by surrounding the value of the
|
||||||
config entry by []. Example:
|
config entry by []. Example:
|
||||||
|
|
||||||
hostlist = [ foo.bar ]
|
hostlist = [ foo.bar ]
|
||||||
|
|
||||||
Will be a singlevalue array entry if the option is turned on. If you want
|
Will be a singlevalue array entry if the option is turned on. If you want
|
||||||
it to remain to be an array you have to turn on B<-ForceArray> suring save too.
|
it to remain to be an array you have to turn on B<-ForceArray> during save too.
|
||||||
|
|
||||||
=head1 LONG LINES
|
=head1 LONG LINES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user