diff options
Diffstat (limited to 'list')
-rwxr-xr-x | list/list | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # list -- escape code listing for troff use Getopt::Std; -BEGIN { getopt('Ep:s:'); } +BEGIN { getopt('Ep:s:') } if (/^\.\s*l\(\s*$/ .. /^\.\s*l\)\s*$/) { not $opt_E and s/^\\!// and next; |