summaryrefslogtreecommitdiff
path: root/sys/man/1/5e
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2011-06-30 14:44:56 -0500
committerstanley lieber <stanley.lieber@gmail.com>2011-06-30 14:44:56 -0500
commit8653789c2f6defeff866220b6ad03fdac19129b7 (patch)
treef9497ed9a12e3340a81c2b3fd987c2b7b0c44d70 /sys/man/1/5e
parent84017a7186ae173c03b3f1cca89b0e59fb8984fa (diff)
5e(1): cleanup
Diffstat (limited to 'sys/man/1/5e')
-rw-r--r--sys/man/1/5e20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/man/1/5e b/sys/man/1/5e
index 543080af0..7915df64d 100644
--- a/sys/man/1/5e
+++ b/sys/man/1/5e
@@ -19,10 +19,10 @@ it supports, among others, the syscalls
.IR rfork (2)
and
.IR exec (2),
-i.e. it allows execution of threaded programs, e.g.
+which allows for the execution of threaded programs (e.g.,
.IR rio (1)
or
-.IR catclock (1).
+.IR catclock (1)).
.PP
.I 5e
executes the specified binary
@@ -89,8 +89,8 @@ Supplying
causes failing processes to call
.IR abort (2)
instead of
-.IR sysfatal (2),
-but see below.
+.IR sysfatal (2).
+See below.
.SH SOURCE
.B /sys/src/cmd/5e
.SH SEE ALSO
@@ -111,14 +111,14 @@ Careless use of the
.B LDREX
and
.B STREX
-instructions can lead to deadlock, however a real processor is supposed behave undefined in these cases.
+instructions can lead to deadlock, while a real processor will exhibit undefined behavior in these cases.
-Accesses spanning segment boundaries will be treated like page faults.
-Many syscalls like
+Accesses spanning segment boundaries will be treated as page faults.
+Many syscalls such as
.IR pread (2)
-will shuffle data around (in most cases unnecessarily), if invoked on potentially shared segments of variable length, in particular the bss segment.
+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 desire, rounding modes are ignored, all calculations are performed at extended precision.
+FPA emulation leaves much to be desired, rounding modes are ignored, all calculations are performed at extended precision.
Floating point exceptions crash the emulator.
Several syscalls, most notably the
@@ -133,5 +133,5 @@ emulation is more than unsatisfactory.
The
.I text
-argument should behave more like it would if it was entered in
+argument should behave more like it would if it had been entered as an argument to
.IR rc (1).