Lots of stuff.
[misc] / cdb-probe.1
diff --git a/cdb-probe.1 b/cdb-probe.1
new file mode 100644 (file)
index 0000000..c2858b2
--- /dev/null
@@ -0,0 +1,19 @@
+.\" -*-nroff-*-
+.TH cdb-probe 1 "10 October 2003" "Straylight/Edgeware"
+.SH NAME
+cdb-probe \- check if a key exists in a CDB file
+.SH SYNOPSIS
+.B cdb-probe
+.I key
+.BI < cdb
+.SH DESCRIPTION
+If the key
+.I key
+exists in the CDB file
+.I cdb
+then exit 0; if it doesn't exist, exit 1.  If anything bad happened,
+then exit 111.
+.SH BUGS
+None known.
+.SH AUTHOR
+Mark Wooding, <mdw@nisict.org>