aboutsummaryrefslogtreecommitdiff
path: root/list/list
diff options
context:
space:
mode:
Diffstat (limited to 'list/list')
-rwxr-xr-xlist/list2
1 files changed, 1 insertions, 1 deletions
diff --git a/list/list b/list/list
index d9dc558..c2c4afb 100755
--- a/list/list
+++ b/list/list
@@ -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;