5e(1), pkg(1) - fix manpage references

This commit is contained in:
cinap_lenrek 2011-08-26 11:27:38 +02:00
parent da1aca2a70
commit 78ef115307
2 changed files with 6 additions and 5 deletions

View file

@ -14,7 +14,7 @@
.I 5e .I 5e
simulates the execution of an ARM binary in a Plan 9 environment. simulates the execution of an ARM binary in a Plan 9 environment.
Unlike its predecessor Unlike its predecessor
.IR 5i (1) .IR vi (1)
it supports, among others, the syscalls it supports, among others, the syscalls
.IR rfork (2) .IR rfork (2)
and and
@ -40,7 +40,7 @@ and
.BR /rc/bin . .BR /rc/bin .
.PP .PP
Unlike Unlike
.IR 5i (1), .IR vi (1),
.IR 5e (1) .IR 5e (1)
does not provide built-in debugging facilities. does not provide built-in debugging facilities.
It It
@ -89,12 +89,12 @@ Supplying
causes failing processes to call causes failing processes to call
.IR abort (2) .IR abort (2)
instead of instead of
.IR sysfatal (2). .I sysfatal.
See below. See below.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/5e .B /sys/src/cmd/5e
.SH SEE ALSO .SH SEE ALSO
.IR 5i (1) .IR vi (1)
.SH BUGS .SH BUGS
The host is required to be little endian and is assumed to have a floating point implementation conforming to IEEE 754. The host is required to be little endian and is assumed to have a floating point implementation conforming to IEEE 754.

View file

@ -33,7 +33,8 @@ Create builds a new package
whose source is found in directory whose source is found in directory
.IR name , .IR name ,
then packs it into a then packs it into a
.IR bzip2 (1) .I bzip2 (see
.IR gzip (1))
compressed compressed
.IR tar (1) .IR tar (1)
archive suitable for upload to a package archive suitable for upload to a package