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/prnames | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 static/netbsd/tools/prnames (limited to 'static/netbsd/tools/prnames') diff --git a/static/netbsd/tools/prnames b/static/netbsd/tools/prnames new file mode 100755 index 00000000..25053611 --- /dev/null +++ b/static/netbsd/tools/prnames @@ -0,0 +1,25 @@ +#! /bin/sh +# +# $NetBSD: prnames,v 1.3 2003/05/06 10:46:44 jmmv Exp $ +# +set x $* +. ./.param + +for dir in $DIRLST +do + date > $TMPDIR/names$dir + echo >> $TMPDIR/names$dir + cd $MANDIR/man$dir + for file in $FILLST + do + so=`line < $file | sed "s/ .*//"` + if test "$so" = ".so" + then + continue + fi + ed - $file >> $TMPDIR/names$dir <