Fix a typo in docs

This commit is contained in:
Dmitrijs Ledkovs 2011-03-01 12:29:57 +00:00
parent 635ccfafd0
commit a78d969f7c

View file

@ -220,7 +220,7 @@ whatever value it *currently* has:
@staff = sitaram some_dev another-dev # line 1
@staff = au.thor # line 2
@interns = indy james # line 3
@alldevs = bob @interns # line 4
@alldevs = bob @interns @staff # line 4
"@alldevs" expands to 7 names now. However, remember that the config file is
parsed in a single-pass, so later *additions* to a group name cannot affect