git: 9front

Download patch

ref: 4446134f40279630d51a921e4eb5a6f9f7acc221
parent: 40edfcca61352386f10698d1e59206eb92478448
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue May 17 17:53:59 EDT 2011

hold(1): add man page

--- /dev/null
+++ b/sys/man/1/hold
@@ -1,0 +1,20 @@
+.TH HOLD 1
+.SH NAME
+hold \- text editor
+.SH SYNOPSIS
+.B hold
+.I file
+.SH DESCRIPTION
+.PP
+.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
+above the live editing area.
+.SH SOURCE
+.B /rc/bin/hold
+.SH "SEE ALSO"
+.IR emacs (1),
+.IR rio (4)
--