From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 1732 invoked from network); 29 Jan 2021 10:40:07 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 29 Jan 2021 10:40:07 -0000 Received: from mail-yb1-f180.google.com ([209.85.219.180]) by 1ess; Thu Jan 28 02:36:03 -0500 2021 Received: by mail-yb1-f180.google.com with SMTP id i141so4601119yba.0 for <9front@9front.org>; Wed, 27 Jan 2021 23:35:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=YQqMz8eTkjowcMMGGgSSDxGm92ZJNGGz7LZSin0sT+w=; b=VLvNlbzi6T6nny4nhBlZNuHGhlBA8BBhRHzdiY93cX7AA3WrJ9sgyucPrVqwE4EHoc BNde+rlv5RL5lL2Iv25G+tcCPkT1T58k22V6l9G73w2K8EA5cTlXKzGmY+ORV7n/24To +2M0jp2qJSeEUfuDmRnJkaDQApRyLfO7u8/4shxnsxys4ftaMW+W10Ns/ckMGRDBVzXC iLWSoLXDG9f7V4uOFeI/qBqfTPfj7Y3VQie4OfC2Ggb/n4paSQG57vcZWFqUpKeUotJq ySgzXD13kTdY1xySv9hi1tmO8SKaKBt/25M9zdcnz5uCIFSuqweTtkHWpURXtgimI3RG tKjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YQqMz8eTkjowcMMGGgSSDxGm92ZJNGGz7LZSin0sT+w=; b=QehuLyJ01ddR6j1URqs6oIv2StF/eoqTPRjYxB9SfIU+6tbQ6nYqUvfN2gnFScaF4j /qzHut+P/BK2biOIwxjyD5FuP4UrP4yUnsCVpmR2/LTpj/PV8HWzOXjUN0IH73wpmxMP PtO2AFHh1MjeoXGfje93djZWs1y/5V9n25kAjFml/d5WHHadX9vhg0CX+i52xxdCjZOs nfLbMKASLaaM5iJMY1O9SfTjWlJa8DixeRX0+SKDHNLUQ0WgzZQzb5vqGGTgezY9Tfsr dRXeT48tOO3vYYYD5wjd9IW2hpoQK3U/77iXeK51uDniD0E77nWHTRfGDi75vPKfK1cF u8Zg== X-Gm-Message-State: AOAM5324/pUs53zgkk6/D1HmGirYfLKJU413bm+r9DcwsovvY/I3J6W0 mUV9ozrsgxVZqS2HCXclNeGrQNuQ55kT/LqvElTDOCiDdK4= X-Google-Smtp-Source: ABdhPJyTH3R3jodthPEPcwrJyho6DKpLv/kWi/0OmBs03hrdtpiTleE+xZQoKIYqfGnVn5qgRrpFJcbYExyoC+2Ysx0= X-Received: by 2002:a25:ea09:: with SMTP id p9mr21824862ybd.109.1611819354244; Wed, 27 Jan 2021 23:35:54 -0800 (PST) MIME-Version: 1.0 From: Silas McCroskey Date: Wed, 27 Jan 2021 23:35:41 -0800 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: optimized RESTful plugin Subject: [9front] vt(1): document ability to pass a command Reply-To: 9front@9front.org Precedence: bulk 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