From cb9b9ac3de7c47b303398dcf6458aa443caf349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 28 Jun 2021 19:00:02 +0200 Subject: README.t: Document 'list' utility --- list/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list') 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; -- cgit v1.2.3