code: purgatorio

Download patch

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
parent: 75c92428225428c8fde2d015f010e608a0b12f1d
author: henesy <devnull@localhost>
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 ( &