Improve readability

This commit is contained in:
sevan 2019-09-01 13:30:54 +00:00
parent 202400c27b
commit 016e22c37c
1 changed files with 13 additions and 11 deletions

View File

@ -1,5 +1,5 @@
.\" $NetBSD: aout2hux.1,v 1.5 2001/09/11 00:36:57 wiz Exp $ .\" $NetBSD: aout2hux.1,v 1.6 2019/09/01 13:30:54 sevan Exp $
.Dd August 13, 1998 .Dd September 1, 2019
.Dt AOUT2HUX 1 x68k .Dt AOUT2HUX 1 x68k
.Os .Os
.Sh NAME .Sh NAME
@ -18,7 +18,7 @@ reads two
.Xr a.out 5 .Xr a.out 5
or ELF or ELF
format executables with different load addresses format executables with different load addresses
and generate Human68k and generates a Human68k
.Sq Li \&.x .Sq Li \&.x
format executable. format executable.
.Pp .Pp
@ -28,19 +28,21 @@ If the input files are a.out, they must be static
.Dv NMAGIC .Dv NMAGIC
m68k executables. m68k executables.
If the input files are ELF, they must be static m68k executables. If the input files are ELF, they must be static m68k executables.
Two input executables must be created from the same objects, The two input executables must be created from the same objects,
and have different loading addresses. but use different load addresses.
Each of the load address is specified by a hexadecimal number. The load address is specified as a hexadecimal number.
Load address shall be multiple of 4 for Load addresses are a multiple of 4 for
.Xr as 1 .Xr as 1
and and
.Xr ld 1 .Xr ld 1
of from
.Nx Ns Tn /m68k . .Nx Ns Tn /m68k .
.Pp .Pp
If the output file is not specified by If
.Ar output_file
is not specified with the
.Fl o .Fl o
option, the name option, the default name
.Pa out.x .Pa out.x
is used. is used.
.Sh FILES .Sh FILES
@ -75,5 +77,5 @@ utility first appeared in
.Sh BUGS .Sh BUGS
Symbol and debugging information is not converted. Symbol and debugging information is not converted.
.Pp .Pp
The generated executable is not so effective as that of The generated executable is not as effective as that of
Human68k native compiler. Human68k native compiler.