Changeset 5749:8899847262f7 in roaraudio


Ignore:
Timestamp:
11/14/12 04:57:46 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo, thanks to the-me for correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roarpluginrunner.1

    r5719 r5749  
    2323after the plugin name are parsed and passed to the plugin as plugin arguments. 
    2424 
    25 In this mode parameters passed after the plugin name are splitted into key-value-pairs. 
     25In this mode parameters passed after the plugin name are split into key-value-pairs. 
    2626An option (beginning with two dashes) are passed as pair with the option name (the dashes) removed as key 
    2727and no value. If it contains a equality sign the part after it is passed as value. 
    28 Options with a single dash are splitted each letter into an own key-value-pair with only the key set. 
     28Options with a single dash are split each letter into an own key-value-pair with only the key set. 
    2929Non-option arguments (with no dashes) are passed as value-only pairs. 
    3030After a pure double dash all parameters are passed as non-options with the double dash completely removed 
Note: See TracChangeset for help on using the changeset viewer.