diff options
author | rsc <devnull@localhost> | 2005-01-14 03:27:51 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 03:27:51 +0000 |
commit | 93aa30a8df668b3ad5806c417acb65d2a4663178 (patch) | |
tree | 741d22b444ebcbfe43667c6772e5635523edf2c4 /man/secindex | |
parent | 1ae1824092f518f6a97210b2da70a78478b1fd7f (diff) | |
download | plan9port-93aa30a8df668b3ad5806c417acb65d2a4663178.tar.gz plan9port-93aa30a8df668b3ad5806c417acb65d2a4663178.tar.bz2 plan9port-93aa30a8df668b3ad5806c417acb65d2a4663178.zip |
some changes
Diffstat (limited to 'man/secindex')
-rwxr-xr-x | man/secindex | 2 |
1 files changed, 1 insertions, 1 deletions
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/{ |