chiark / gitweb /
Lots of stuff.
[misc] / not.1
diff --git a/not.1 b/not.1
new file mode 100644 (file)
index 0000000..c71e6d1
--- /dev/null
+++ b/not.1
@@ -0,0 +1,30 @@
+.\" -*-nroff-*-
+.TH not 1 "9 October 2003" "Straylight/Edgeware"
+.SH NAME
+not \- invert the sense of a program
+.SH SYNOPSIS
+.B not
+.I program
+.IR args ...
+.SH DESCRIPTION
+Runs
+.IR program ,
+passing it
+.IR args .
+If
+.I program
+exits 111, or there's some kind of problem, then
+.B not
+exits 111; if
+.I program
+exits 0 then
+.B not
+exits 100; otherwise
+.B not
+exits 0.  This is useful in
+.BR bouncesaying (1)
+lines.
+.SH BUGS
+None known.
+.SH AUTHOR
+Mark Wooding, <mdw@nsict.org>