ref: f03428ef6bc39939e731ca1edb7f6a9c5400f947
parent: ac40c2366f3736e27ba1b6d9a239d1f014273bf7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jan 23 13:42:46 EST 2021
vt(1): document optional command argument (thanks sl)
--- a/sys/man/1/vt
+++ b/sys/man/1/vt
@@ -12,13 +12,18 @@
] [
.B -l
.I log
+] [
+.I cmd...
]
.SH DESCRIPTION
.I Vt
replaces a
.I rio
-window with a fresh instance of the shell,
-.IR rc (1),
+window with a fresh instance of the program
+.I cmd
+(or the
+.IR rc (1)
+shell when omited)
running within an emulation of a DEC VT-100 terminal.
.SS Options
.TF m
--
⑨