Add the notty utility, a program I wrote long ago which I should have
[games.git] / bin / notty / notty.1
1 .\"
2 .\" $DragonFly: src/bin/notty/notty.1,v 1.1 2008/05/27 17:10:49 dillon Exp $
3 .Dd May 27, 2008
4 .Dt NOTTY 1
5 .Os
6 .Sh NAME
7 .Nm notty
8 .Nd Execute a program in the background, detached from the controlling terminal
9 .Sh SYNOPSIS
10 .Nm notty
11 .Op Fl 012
12 .Ar command Ar args...
13 .Sh DESCRIPTION
14 The
15 .Nm
16 utility will detach the specified command from the controlling terminal,
17 running it in the background.  By default stdin, stdout, and stderr are
18 set to /dev/null.  One or more of stdin, stdout, or stderr may be left
19 open by specifying the appropriate options.
20 .Sh HISTORY
21 The
22 .Nm
23 command was originally written in 1994 by Matthew Dillon to provide
24 a convenient shortcut for detaching programs.