mtimeout.1: Use correct dash for number ranges.
[misc] / not.1
CommitLineData
f342fce2 1.\" -*-nroff-*-
2.TH not 1 "9 October 2003" "Straylight/Edgeware"
3.SH NAME
4not \- invert the sense of a program
5.SH SYNOPSIS
6.B not
7.I program
8.IR args ...
9.SH DESCRIPTION
10Runs
11.IR program ,
12passing it
13.IR args .
14If
15.I program
16exits 111, or there's some kind of problem, then
17.B not
18exits 111; if
19.I program
20exits 0 then
21.B not
22exits 100; otherwise
23.B not
24exits 0. This is useful in
25.BR bouncesaying (1)
26lines.
27.SH BUGS
28None known.
29.SH AUTHOR
71d8432e 30Mark Wooding, <mdw@distorted.org.uk>