|
Items |
Flexible and non-flexible parameters
Flexible parameter is parameter which accepts argument.
For example, vfs.fs.free[*] is flexible parameter. * is any string that will be passed as argument of the parameter. vfs.fs.free[/], vfs.fs.free[/opt] - correct definitions.
String between [] may contain the following characters:
0-9a-zA-Z.:,()_/[space]
|
|