hold(1): update man page
This commit is contained in:
parent
5600f6a718
commit
f1eaa1928a
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
.TH HOLD 1
|
.TH HOLD 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hold \- text editor
|
hold \- simple text editor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B hold
|
.B hold
|
||||||
.I file
|
.I file
|
||||||
|
@ -12,7 +12,10 @@ sets hold mode on the
|
||||||
window where it was launched. If a
|
window where it was launched. If a
|
||||||
.I file
|
.I file
|
||||||
argument is given, the contents of the named file is printed
|
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
|
.SH SOURCE
|
||||||
.B /rc/bin/hold
|
.B /rc/bin/hold
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue