summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-01-12 08:43:36 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-01-12 08:43:36 +0100
commit36d2092a3330692c43f33ef4e05edc997c05ecad (patch)
tree4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/1
parentaf42c4f4816c84772533ee7f47ffaafd33abeb22 (diff)
fix manpage references
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/2c2
-rw-r--r--sys/man/1/2l4
-rw-r--r--sys/man/1/5e8
-rw-r--r--sys/man/1/rc4
-rw-r--r--sys/man/1/spred2
-rw-r--r--sys/man/1/ssam2
6 files changed, 8 insertions, 14 deletions
diff --git a/sys/man/1/2c b/sys/man/1/2c
index f48ccb1c9..747f11357 100644
--- a/sys/man/1/2c
+++ b/sys/man/1/2c
@@ -185,8 +185,6 @@ Pass type signatures on all external and global entities.
The signature is based on the C
.B signof
operator.
-See
-.IR dynld (2).
.TP
.B -V
By default, the compilers are non-standardly lax about type equality between
diff --git a/sys/man/1/2l b/sys/man/1/2l
index b643efe13..f5d592841 100644
--- a/sys/man/1/2l
+++ b/sys/man/1/2l
@@ -133,8 +133,6 @@ Produce an export table in the executable.
The optional
.I file
restricts the exported symbols to those listed in the file.
-See
-.IR dynld (2).
.TP
.BI -u " [ file ]"
Produce an export table, import table
@@ -142,8 +140,6 @@ and a dynamic load section in the executable.
The optional
.I file
restricts the imported symbols to those listed in the file.
-See
-.IR dynld (2).
.TP
.B -t
(\c
diff --git a/sys/man/1/5e b/sys/man/1/5e
index 9c9cb1793..1bc53d13a 100644
--- a/sys/man/1/5e
+++ b/sys/man/1/5e
@@ -22,8 +22,8 @@ and
.IR exec (2),
which allows for the execution of threaded programs (e.g.,
.IR rio (1)
-or
-.IR catclock (1)).
+or catclock (see
+.IR games (1)).
.PP
.I 5e
executes the specified binary
@@ -113,8 +113,8 @@ notes.
Obscure opcodes, in particular uncommon operations on R15, are not implemented.
Accesses spanning segment boundaries will be treated as page faults.
-Many syscalls such as
-.IR pread (2)
+Many syscalls such as pread (see
+.IR read (2))
will shuffle data around (in most cases unnecessarily) if invoked on potentially shared segments of variable length, in particular the bss segment.
FPA emulation leaves much to be desired, rounding modes are ignored, all calculations are performed at extended precision.
diff --git a/sys/man/1/rc b/sys/man/1/rc
index e7c27bed3..29cfd94b5 100644
--- a/sys/man/1/rc
+++ b/sys/man/1/rc
@@ -971,8 +971,6 @@ Print each simple command before executing it.
Print debugging information (internal form of commands
as they are executed).
.PD
-.SH SOURCE
-.B /sys/src/cmd/rc
.SH FILES
.TF $home/lib/profile
.TP
@@ -986,6 +984,8 @@ System rc start script
.TP
.B /rc/lib/rcmain.local
Site specific system rc start script
+.SH SOURCE
+.B /sys/src/cmd/rc
.SH "SEE ALSO"
Tom Duff,
``Rc \- The Plan 9 Shell''.
diff --git a/sys/man/1/spred b/sys/man/1/spred
index 4a4486ab5..cfdfc6534 100644
--- a/sys/man/1/spred
+++ b/sys/man/1/spred
@@ -7,7 +7,7 @@ spred \- sprite editor
.I Spred
is an editor for small images using a limited palette.
It uses a window system mimicking
-.IR samterm (1).
+.IR sam (1).
There is a command window which uses a command language described below.
There is also an arbitrary number of palette and sprite windows.
Each open sprite file has an associated palette file.
diff --git a/sys/man/1/ssam b/sys/man/1/ssam
index 71cbb0175..d482d6f7f 100644
--- a/sys/man/1/ssam
+++ b/sys/man/1/ssam
@@ -64,7 +64,7 @@ Count frequency of words read from standard input.
.SH SEE ALSO
.IR sed (1),
.IR sam (1),
-.IR regexp (7)
+.IR regexp (6)
.PP
Rob Pike,
``The text editor sam''.