From 93aa30a8df668b3ad5806c417acb65d2a4663178 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 03:27:51 +0000 Subject: some changes --- man/secindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/secindex') diff --git a/man/secindex b/man/secindex index 4ffc83bf..d042ac10 100755 --- a/man/secindex +++ b/man/secindex @@ -1,6 +1,6 @@ #!/usr/local/plan9/bin/rc builtin cd $1 -for (i in [a-z0-9:]*) { +for (i in [a-z0-9:]*.[0-9]*) { b=`{echo $i | sed 's/\..*//'} 9 sed -n ' /SH *NAM/,/SH/{ -- cgit v1.2.3