diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 14:44:35 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 14:44:35 +0000 |
commit | f1eaa1928a24d5c724a879124bdf6b7ebddd7ca5 (patch) | |
tree | f75eb3aa048028fdf58d7d7cf27e7e6c5ff4328b /sys/man/1/hold | |
parent | 5600f6a718e0ec577bc0e51acc65dbac06257466 (diff) |
hold(1): update man page
Diffstat (limited to 'sys/man/1/hold')
-rw-r--r-- | sys/man/1/hold | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/1/hold b/sys/man/1/hold index 7890b2489..d84330451 100644 --- a/sys/man/1/hold +++ b/sys/man/1/hold @@ -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" |