diff options
author | se <se@FreeBSD.org> | 1999-08-02 17:45:21 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-08-02 17:45:21 +0000 |
commit | d3b550b2243a7c136fd4be3e4949f6837e4715e4 (patch) | |
tree | 4f14a6c946a2edb36aa98a57dc3a43b1cb1f9c0d /usr.sbin/elf2exe | |
parent | 1e67382edec83ea419d60c27fcc3f83a9e3562ca (diff) | |
download | FreeBSD-src-d3b550b2243a7c136fd4be3e4949f6837e4715e4.zip FreeBSD-src-d3b550b2243a7c136fd4be3e4949f6837e4715e4.tar.gz |
Fix typo and use Fx macro instead of literal FreeBSD.
Submitted by: charnier
Diffstat (limited to 'usr.sbin/elf2exe')
-rw-r--r-- | usr.sbin/elf2exe/elf2exe.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index 731dc22..0b59745 100644 --- a/usr.sbin/elf2exe/elf2exe.8 +++ b/usr.sbin/elf2exe/elf2exe.8 @@ -9,7 +9,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" $Id$ +.\" $Id: elf2exe.8,v 1.1.1.1 1999/07/28 20:09:52 se Exp $ .\" .Dd July 26, 1999 .Dt ELF2EXE 8 @@ -36,7 +36,7 @@ section sizes and offsets of the output file for diagnostic purposes. .Pp Given an object file .B src.o -the follwoing two commands will create a binary for ARCS: +the following two commands will create a binary for ARCS: .Dl ld \-o a.out \-M \-N \-Ttext 0x80900000 src.o\c .Dl elf2exe a.out a.exe\c .Sh BUGS @@ -46,4 +46,5 @@ for an ARC executable. .Sh HISTORY The .Nm -command appeared in FreeBSD 4.0. +command appeared in +.Fx 4.0 . |