mtimeout.1: Use correct dash for number ranges.
[misc] / cdb-probe.1
1 .\" -*-nroff-*-
2 .TH cdb-probe 1 "10 October 2003" "Straylight/Edgeware"
3 .SH NAME
4 cdb-probe \- check if a key exists in a CDB file
5 .SH SYNOPSIS
6 .B cdb-probe
7 .I key
8 .BI < cdb
9 .SH DESCRIPTION
10 If the key
11 .I key
12 exists in the CDB file
13 .I cdb
14 then exit 0; if it doesn't exist, exit 1. If anything bad happened,
15 then exit 111.
16 .SH BUGS
17 None known.
18 .SH AUTHOR
19 Mark Wooding, <mdw@distorted.org.uk>