aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/elf2exe/elf2exe.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/elf2exe/elf2exe.8')
-rw-r--r--usr.sbin/elf2exe/elf2exe.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8
index d41198cb7a63..779cb5006055 100644
--- a/usr.sbin/elf2exe/elf2exe.8
+++ b/usr.sbin/elf2exe/elf2exe.8
@@ -43,14 +43,14 @@ the following two commands will create a binary for ARCS:
ld -o a.out -M -N -Ttext 0x80900000 src.o
elf2exe a.out a.exe
.Ed
+.Sh HISTORY
+The
+.Nm
+utility appeared in
+.Fx 4.0 .
.Sh BUGS
The
.Nm
utility
does not even attempt to verify that the input file matches the requirements
for an ARC executable.
-.Sh HISTORY
-The
-.Nm
-utility appeared in
-.Fx 4.0 .