9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] vt(1): document ability to pass a command
@ 2021-01-28  7:35 Silas McCroskey
  2021-01-28  9:29 ` Alex Musolino
  0 siblings, 1 reply; 3+ messages in thread
From: Silas McCroskey @ 2021-01-28  7:35 UTC (permalink / raw)
  To: 9front

went into the source to add this at some point and was glad to find it
already there, but it doesn't seem to be documented yet. The following
patch fixes that (though I'm not thrilled with the wording; open to
suggestions there).

diff -r 6f8455ea95e6 sys/man/1/vt
--- a/sys/man/1/vt Sat Jan 23 04:21:08 2021 +0000
+++ b/sys/man/1/vt Thu Jan 28 07:33:16 2021 +0000
@@ -12,13 +12,15 @@
 ] [
 .B -l
 .I log
+] [
+cmd args ...
 ]
 .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 cmd (default the shell,
+.IR rc (1)),
 running within an emulation of a DEC VT-100 terminal.
 .SS Options
 .TF m

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] vt(1): document ability to pass a command
  2021-01-28  7:35 [9front] vt(1): document ability to pass a command Silas McCroskey
@ 2021-01-28  9:29 ` Alex Musolino
  2021-01-28 19:25   ` Silas McCroskey
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Musolino @ 2021-01-28  9:29 UTC (permalink / raw)
  To: 9front

> went into the source to add this at some point and was glad to find it
> already there, but it doesn't seem to be documented yet. The following
> patch fixes that (though I'm not thrilled with the wording; open to
> suggestions there).

Already fixed:

http://code.9front.org/hg/plan9front/rev/ab3f119403ba


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] vt(1): document ability to pass a command
  2021-01-28  9:29 ` Alex Musolino
@ 2021-01-28 19:25   ` Silas McCroskey
  0 siblings, 0 replies; 3+ messages in thread
From: Silas McCroskey @ 2021-01-28 19:25 UTC (permalink / raw)
  To: 9front

Ah, that was like the day after I last updated =)

Good to see.

- sam-d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-29 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28  7:35 [9front] vt(1): document ability to pass a command Silas McCroskey
2021-01-28  9:29 ` Alex Musolino
2021-01-28 19:25   ` Silas McCroskey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).