diff options
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,8 +106,8 @@ int cfclose(CFILE *cfile); * %s: A string * %zu: A size_t * %m: strerror(errno) - * %pP: A colored file path, from a const struct BFTW * argument - * %pL: A colored link target, from a const struct BFTW * argument + * %pP: A colored file path, from a struct BFTW * argument + * %pL: A colored link target, from a struct BFTW * argument * %%: A literal '%' * ${cc}: Change the color to 'cc' * $$: A literal '$' |