git: 9front

Download patch

ref: 51f07ae837394a5156064064abfd33590218127d
parent: 37cc91618b98f8d74d42b33bcff0e85f4016124e
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed May 18 10:44:35 EDT 2011

hold(1): update man page

--- 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 @@
 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"
--