From 5cb84ec742fd33f78c8022863fadaa8d0d93e176 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 15:32:58 -0400 Subject: feat: Added NetBSD man pages --- static/netbsd/tools/list | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 static/netbsd/tools/list (limited to 'static/netbsd/tools/list') diff --git a/static/netbsd/tools/list b/static/netbsd/tools/list new file mode 100755 index 00000000..937e8740 --- /dev/null +++ b/static/netbsd/tools/list @@ -0,0 +1,13 @@ +set x $* +. ./.param + +date > $TMPDIR/list +echo >> $TMPDIR/list + +for dir in $DIRLST +do + cd $MANDIR/man$dir + echo "cat <<'EOF' >----------" >> $TMPDIR/list + echo "Section $dir" >> $TMPDIR/list + ls -ldas .* $FILLST >> $TMPDIR/list +done -- cgit v1.2.3