diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 8a0a9c9..ea0bbe7 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -542,9 +542,11 @@ config files, e.g. "repo.desc" becomes "desc". | |||
542 | FILTER API | 542 | FILTER API |
543 | ---------- | 543 | ---------- |
544 | about filter:: | 544 | about filter:: |
545 | This filter is given no arguments. The about text that is to be | 545 | This filter is given a single parameter: the filename of the source |
546 | filtered is available on standard input and the filtered text is | 546 | file to filter. The filter can use the filename to determine (for |
547 | expected on standard output. | 547 | example) the type of syntax to follow when formatting the readme file. |
548 | The about text that is to be filtered is available on standard input | ||
549 | and the filtered text is expected on standard output. | ||
548 | 550 | ||
549 | commit filter:: | 551 | commit filter:: |
550 | This filter is given no arguments. The commit message text that is to | 552 | This filter is given no arguments. The commit message text that is to |