diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-01-23 18:42:46 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-01-23 18:42:46 +0100 |
commit | 5e20e8f963482a2008ed70cc8fa5973078248aed (patch) | |
tree | 51b8cd11b81fd442252c285de9805f74a74b50da | |
parent | 6d012d2df00d742329a05aed46f657f439023fee (diff) | |
download | plan9front-5e20e8f963482a2008ed70cc8fa5973078248aed.tar.xz |
vt(1): document optional command argument (thanks sl)
-rw-r--r-- | sys/man/1/vt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/man/1/vt b/sys/man/1/vt index 36fcecd86..8d7f2bb5a 100644 --- a/sys/man/1/vt +++ b/sys/man/1/vt @@ -12,13 +12,18 @@ vt \- emulate a VT-100 or VT-220 terminal ] [ .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 |