git: 9front

Download patch

ref: f968c9e3c871f4c39fdab647590954c95b596778
parent: 0a4d150b2dc854da5fdaa7b28f10a30a2912eaca
author: aiju <aiju@phicode.de>
date: Mon May 23 19:13:08 EDT 2011

fixed hold(1) man page

--- a/sys/man/1/hold
+++ b/sys/man/1/hold
@@ -9,13 +9,10 @@
 .I Hold
 sets hold mode on the
 .IR rio(1)
-window where it was launched. If a
-.I file
-argument is given, the contents of the named file is printed
+window where it was launched.
+The contents of the named file is printed
 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.
+in the named file upon exit.
 .SH SOURCE
 .B /rc/bin/hold
 .SH "SEE ALSO"
--