code: 9ferno

Download patch

ref: a821e5f6648109d2ce054837166873b76bec2f1d
parent: f9beacd8793dbe22a81142e49799a166f8e94509
author: henesy <unknown>
date: Mon Mar 25 14:45:25 EDT 2019

fix typos in sh(1)

--- a/man/1/sh
+++ b/man/1/sh
@@ -13,7 +13,7 @@
 .I file
 [
 .I arg ...
-]
+]]
 .SH DESCRIPTION
 .I Sh
 is a programmable user level interface (a shell) for Inferno.
@@ -23,7 +23,7 @@
 .IR sh 's
 argument list. It can also be used to give programmable functionality
 to Limbo modules (see
-.IR sh "" "" (2)).
+.IR sh (2)).
 .SS Command Lines
 A command line is a sequence of commands, separated by ampersands or semicolons
 .RB ( &