hold(1): update man page
parent
5600f6a718
commit
f1eaa1928a
|
@ -1,6 +1,6 @@
|
|||
.TH HOLD 1
|
||||
.SH NAME
|
||||
hold \- text editor
|
||||
hold \- simple text editor
|
||||
.SH SYNOPSIS
|
||||
.B hold
|
||||
.I file
|
||||
|
@ -12,7 +12,10 @@ sets hold mode on the
|
|||
window where it was launched. If a
|
||||
.I file
|
||||
argument is given, the contents of the named file is printed
|
||||
above the live editing area.
|
||||
above the live editing area and the newly entered text is saved
|
||||
in the named file upon exit. If no
|
||||
.I file
|
||||
is specified, the newly entered text is printed on stdout.
|
||||
.SH SOURCE
|
||||
.B /rc/bin/hold
|
||||
.SH "SEE ALSO"
|
||||
|
|
Loading…
Reference in New Issue