mtimeout.1: Use correct dash for number ranges.
[misc] / create.1
CommitLineData
3770fe80 1.de VS
2.sp 1
3.RS
4.nf
5.ft B
6..
7.de VE
8.ft R
9.fi
10.RE
11.sp 1
12..
13.TH create 1 "5 February 2005" "Edgeware tools"
14.SH NAME
15create \- write new file safely
16.SH SYNOPSIS
17.B create
18.I file
19.I program
20.RI [ arguments ...]
21.SH DESCRIPTION
22The
23.B create
24program
25runs
26.VS
27.IR "program arguments " ...
28.VE
29redirecting standard output to
30.IR file \c
31.BR .new .
32If
33.I program
34exits successfully,
35.B create
36will rename the newly-written
37.IB file .new
38to simply
39.I file
40and exit zero; otherwise it deletes
41.IB file .new
42and exits the same as
43.I program
44did.
45.SH BUGS
46Doesn't exit correctly if subprogram was killed by a signal.
47.SH AUTHOR
71d8432e 48Mark Wooding <mdw@distorted.org.uk>