diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-30 10:26:43 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-30 10:26:43 -0400 |
commit | 04bf137f978b52c93fc6ab69c91ff10bd91db518 (patch) | |
tree | 6d879f08160da23e0440b9379562fe48438a814f /tools | |
parent | 17d9d7201b3cce6236328a7b42138627edc3da79 (diff) | |
download | bcfg2-04bf137f978b52c93fc6ab69c91ff10bd91db518.tar.gz bcfg2-04bf137f978b52c93fc6ab69c91ff10bd91db518.tar.bz2 bcfg2-04bf137f978b52c93fc6ab69c91ff10bd91db518.zip |
fixed names of bcfg2-lint comment types
Diffstat (limited to 'tools')
-rw-r--r-- | tools/manpagegen/bcfg2-lint.conf.5.ronn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/manpagegen/bcfg2-lint.conf.5.ronn b/tools/manpagegen/bcfg2-lint.conf.5.ronn index aed3eaaa8..60266d9b2 100644 --- a/tools/manpagegen/bcfg2-lint.conf.5.ronn +++ b/tools/manpagegen/bcfg2-lint.conf.5.ronn @@ -57,11 +57,11 @@ HANDLING), above. ### Comments The `Comments` plugin configuration specifies which VCS keywords and -comments are required for which file types. The valid types of file are -*global* (all file types), *bundler* (non-templated bundle files), -*sgenshi* (templated bundle files), *properties* (property files), *cfg* -(non-templated Cfg files), *tgenshi* (templated Cfg files), *infoxml* -(info.xml files), and *probe* (probe files). +comments are required for which file types. The valid types of file +are *global* (all file types), *bundler* (non-templated bundle files), +*genshibundler* (templated bundle files), *properties* (property files), +*cfg* (non-templated Cfg files), *genshi* or *cheetah* (templated Cfg +files), *infoxml* (info.xml files), and *probe* (probe files). The specific types (i.e., types other than "global") all supplement global; they do not override it. The exception is if you specify an |