shut up
diff --git a/dist/manweb b/dist/manweb
index 0a6f0f4..2cd5b50 100755
--- a/dist/manweb
+++ b/dist/manweb
@@ -1,5 +1,9 @@
 #!/usr/local/plan9/bin/rc
 
+verbose=no
+if(~ $1 -v)
+	verbose=yes
+
 path=($PLAN9/bin $path)
 cd $PLAN9/man
 # rm -f */*.html
@@ -53,7 +57,7 @@
 	d=`{basename -d $j}
 	if(~ $p 0intro)
 		p=intro
-	echo $d/$p
+	if(~ $verbose yes) echo $d/$p
 	troff -manhtml $i | troff2html -t 'Plan 9 from User Space'>/tmp/manweb.html
 	{
 		sed '/<!-- TRAILER -->/q' /tmp/manweb.html