]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/5e
secstore(1): add DIAGNOSTICS section
[plan9front.git] / sys / man / 1 / 5e
index 7b7c2f374c6f1191e9d669c997181fedac0398bf..45adbd6298aeb9b792e9701febd08d65b5dfb175 100644 (file)
 .I 5e
 simulates the execution of an ARM binary in a Plan 9 environment.
 Unlike its predecessor
-.IR 5i (1)
+.IR vi (1)
 it supports, among others, the syscalls
-.IR rfork (2)
+rfork (see
+.IR fork (2))
 and
 .IR exec (2),
 which allows for the execution of threaded programs (e.g.,
@@ -40,7 +41,7 @@ and
 .BR /rc/bin .
 .PP
 Unlike
-.IR 5i (1),
+.IR vi (1),
 .IR 5e (1)
 does not provide built-in debugging facilities.
 It
@@ -89,12 +90,12 @@ Supplying
 causes failing processes to call
 .IR abort (2)
 instead of
-.IR sysfatal (2).
+.I sysfatal.
 See below.
 .SH SOURCE
 .B /sys/src/cmd/5e
 .SH SEE ALSO
-.IR 5i (1)
+.IR vi (1)
 .SH BUGS
 The host is required to be little endian and is assumed to have a floating point implementation conforming to IEEE 754.
 
@@ -137,3 +138,6 @@ The
 .I text
 argument should behave more like it would if it had been entered as an argument to
 .IR rc (1).
+.SH HISTORY
+.I 5e
+first appeared in 9front (June, 2011).