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/prsynops | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 static/netbsd/tools/prsynops (limited to 'static/netbsd/tools/prsynops') diff --git a/static/netbsd/tools/prsynops b/static/netbsd/tools/prsynops new file mode 100755 index 00000000..c96e74be --- /dev/null +++ b/static/netbsd/tools/prsynops @@ -0,0 +1,29 @@ +#! /bin/sh +# +# $NetBSD: prsynops,v 1.2 1998/01/09 08:05:12 perry Exp $ +# +set x $* +. ./.param + +for dir in $DIRLST +do + date > $TMPDIR/synops$dir + echo >> $TMPDIR/synops$dir + cd $MANDIR/man$dir + for file in $FILLST + do + so=`line < $file | sed "s/ .*//"` + if test "$so" = ".so" + then + continue + fi + nroff -man $file > $TMPDIR/tmp.$$ + echo "$file:" >> $TMPDIR/synops$dir + ed - $TMPDIR/tmp.$$ >> $TMPDIR/synops$dir <