summaryrefslogtreecommitdiff
path: root/sys/man/1/hold
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2011-05-17 21:53:59 +0000
committerstanley lieber <stanley.lieber@gmail.com>2011-05-17 21:53:59 +0000
commit25dcef1e3372c12eeed59f6dad2e3c86deda280b (patch)
tree63ff31866dd1b5d918ebfaf983878d46c13caaab /sys/man/1/hold
parent0a1d7b23329cb09f0dbd0fc32647853f5a923beb (diff)
hold(1): add man page
Diffstat (limited to 'sys/man/1/hold')
-rw-r--r--sys/man/1/hold20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/man/1/hold b/sys/man/1/hold
new file mode 100644
index 000000000..a268b7184
--- /dev/null
+++ b/sys/man/1/hold
@@ -0,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)