summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
authorValery Ushakov <uwe@stderr.spb.ru>2019-12-31 21:10:33 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2019-12-31 21:10:33 +0000
commit012b00b7e47ed291b1f2ab07745f5a53db357c91 (patch)
treed1eafdafcdfc6663adbb90026ba36995ea041419 /man/1
parent26b9beaea512d50692f7fe87e104f7401e0a3c32 (diff)
parent9ad194e071285f14c3d7a9f3aa9f72735e9d3c37 (diff)
Merged in nbuwe/inferno-os/bugfix/man-fixes (pull request #3)
Bugfix/a few minior man page fixes Approved-by: Charles Forsyth <charles.forsyth@gmail.com>
Diffstat (limited to 'man/1')
-rw-r--r--man/1/kill2
-rw-r--r--man/1/logon2
-rw-r--r--man/1/mk2
-rw-r--r--man/1/sh2
-rw-r--r--man/1/sh-std2
5 files changed, 5 insertions, 5 deletions
diff --git a/man/1/kill b/man/1/kill
index 0b1eb0ba..992a773f 100644
--- a/man/1/kill
+++ b/man/1/kill
@@ -53,7 +53,7 @@ finds all such processes owned by
.I user
(default: the current user), and
prints
-.I sh (1)
+.IR sh (1)
commands to kill them.
The commands can be piped to the shell or selectively run,
releasing back to the system any resources owned by those processes.
diff --git a/man/1/logon b/man/1/logon
index f95e0850..46ec01d6 100644
--- a/man/1/logon
+++ b/man/1/logon
@@ -17,7 +17,7 @@ logon \- log on to Inferno
.I Logon
logs a user in to the Inferno environment.
It requires
-.I wm (1)
+.IR wm (1)
to be started first.
If no
.I user
diff --git a/man/1/mk b/man/1/mk
index bdf56e84..c18eceb7 100644
--- a/man/1/mk
+++ b/man/1/mk
@@ -159,7 +159,7 @@ might be:
.IP
.EX
%.dis: %.b
- limbo $stem.b
+ limbo $stem.b
cp $stem.dis /dis
.EE
.PP
diff --git a/man/1/sh b/man/1/sh
index 401897e2..18ecaf04 100644
--- a/man/1/sh
+++ b/man/1/sh
@@ -96,7 +96,7 @@ A Dis module will be executed only if it
implements the
.B Command
interface (see
-.IR sh (1));
+.IR command (2));
a script file will be executed only if it
starts with the characters
.RB `` #! ''
diff --git a/man/1/sh-std b/man/1/sh-std
index 0689d5e8..148e5f47 100644
--- a/man/1/sh-std
+++ b/man/1/sh-std
@@ -102,7 +102,7 @@ std, if, while, ~, no, !, apply, getlines, status, pctl, fn, and, or, raise, res
.IB list }
.br
.B ${parse
-.IB arg ]
+.IB arg }
.br
.B ${pipe
(