diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-30 21:38:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-30 21:39:03 +0200 |
commit | 04432892639a2e7bc0716b49072cf62e26c2a638 (patch) | |
tree | 846a2bbc8eb7a48fe6fdb69c7aea18f95215595a /man | |
parent | 6dc39e621f03d27fc790fc600b0c35181e9a6f8c (diff) |
pkg.conf(5): handle $' as code (it shouldn't be replaced by $’)
Diffstat (limited to 'man')
-rw-r--r-- | man/5/pkg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 6dd19b0..074487c 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -83,11 +83,11 @@ as argument. =over -=item B<c_info>=I<colour> ($'\e[0;36m') +=item B<c_info>=I<colour> (C<$'\e[0;36m'>) Colour for informational messages (default: cyan) -=item B<c_error>=I<colour> ($'\e[0;31m') +=item B<c_error>=I<colour> (C<$'\e[0;31m'>) Colour for warning and error messages (default: red) |