diff options
| author | Burt P <pburt0@gmail.com> | 2019-12-27 21:34:31 -0600 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 | 
| commit | 9ecdea9986baae8766009dd5b921908c794aa621 (patch) | |
| tree | f0c16b460614c1abcd1e32a515d90690850d3bad /deps | |
| parent | a18879f6355cdb3866854b70a771d7a30effb9ba (diff) | |
vendor.ids: update comments
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/sysobj_early/data/vendor.ids | 16 | 
1 files changed, 13 insertions, 3 deletions
| diff --git a/deps/sysobj_early/data/vendor.ids b/deps/sysobj_early/data/vendor.ids index 8f04f2e6..e914027a 100644 --- a/deps/sysobj_early/data/vendor.ids +++ b/deps/sysobj_early/data/vendor.ids @@ -9,11 +9,21 @@  #    wikipedia [language:]<article title>[#section]  #    note <short note>  #    ansi_color n[;n][...] -#    [match_string|match_string_case|match_string_exact] <match> +#    <match_rule> <match_string>  #    ... -#    [match_string|match_string_case|match_string_exact] <match> -#    [match_string|match_string_case|match_string_exact] <match> +#    <match_rule> <match_string> +#    <match_rule> <match_string>  # +# match rules: +#    match_string - match a word, ignore case +#    match_string_case - match a word, consider case +#    match_string_exact - entire string must match exactly +#    match_string_prefix - prefix of a word, ignore case +#    match_string_prefix_case - prefix of a word, consider case +#    match_string_suffix - suffix of a word, ignore case +#    match_string_suffix_case - suffix of a word, consider case +#    match_string_num_prefix - prefix next character must be a digit, ignore case +#    match_string_num_prefix_case - prefix next character must be a digit, consider case  #  # Except for the newline, trailing whitespace is included in the string.  # Match strings should be unique. | 
