repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
share
/
man
/
tools
/
list
blob
937e87406013b09b6bb07d8f6ca3efe3faf9b918
1
set x $*
2
. ./.param
3
4
date > $TMPDIR/list
5
echo >> $TMPDIR/list
6
7
for dir in $DIRLST
8
do
9
cd $MANDIR/man$dir
10
echo "cat <<'EOF' >----------" >> $TMPDIR/list
11
echo "Section $dir" >> $TMPDIR/list
12
ls -ldas .* $FILLST >> $TMPDIR/list
13
done