aboutsummaryrefslogtreecommitdiff
path: root/man/secindex
diff options
context:
space:
mode:
Diffstat (limited to 'man/secindex')
-rwxr-xr-xman/secindex4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/secindex b/man/secindex
index 6dd0d51e..4ffc83bf 100755
--- a/man/secindex
+++ b/man/secindex
@@ -2,7 +2,7 @@
builtin cd $1
for (i in [a-z0-9:]*) {
b=`{echo $i | sed 's/\..*//'}
- 9sed -n '
+ 9 sed -n '
/SH *NAM/,/SH/{
/SH/d
s/, *$//
@@ -34,4 +34,4 @@ for (i in [a-z0-9:]*) {
q
' $i
echo $b $i
-} |sort -u
+} |9 sort -u