--- zap.1.orig	Tue Sep 29 19:39:08 1998
+++ zap.1	Tue Sep 29 19:42:05 1998
@@ -0,0 +1,38 @@
+.Dd 1984
+.Os OpenBSD 2.3
+.Dt ZAP 1 UPM
+.Sh NAME
+.Nm zap
+.Nd interactive process killer
+.Sh SYNOPSIS
+.Nm zap [string [...]]
+.Sh DESCRIPTION
+.Nm Zap
+takes zero or more strings, looks for each in the output of a
+.Nm ps
+command that it runs, and for each process whose
+.Nm ps
+line matches the string, prints the line as a prompt.
+If you reply with a
+.Nm y,
+the program attempts to deliver a signal to the given process.
+If no
+.Nm string
+is given, then every process will be prompted for.
+.Sh EXAMPLES
+.Nm zap pppd
+.br
+Assuming you have permissions, will send a TERMinate signal to any and all 
+.Nm pppd
+processes.
+.Sh SEE ALSO
+.Nm ps(1)
+.Sh HISTORY
+The
+.Nm zap 
+command appears in the book 
+.Nm The UNIX Programming Environment,
+Kernighan and Pike, 1984, Prentice-Hall.
+.Sh AUTHORS
+Brian Kernighan and Rob Pike - program.
+Ian Darwin - this manual page.
