diff options
author | mpp <mpp@FreeBSD.org> | 1999-06-15 19:19:51 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-06-15 19:19:51 +0000 |
commit | 4d07ad0f508f2612dd9dec2d88ddcf4775973f3f (patch) | |
tree | 1d7a20ce9d70906958a3a569c29700f5e7097501 /usr.bin/objformat | |
parent | 9e1d36689ba1cb40d5ddc2d7ff1bfb14afdf3afe (diff) | |
download | FreeBSD-src-4d07ad0f508f2612dd9dec2d88ddcf4775973f3f.zip FreeBSD-src-4d07ad0f508f2612dd9dec2d88ddcf4775973f3f.tar.gz |
Correctly document the two different object file formats that can be
used with objformat.
PR: 10877
Diffstat (limited to 'usr.bin/objformat')
-rw-r--r-- | usr.bin/objformat/objformat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index fe92445..28cb408 100644 --- a/usr.bin/objformat/objformat.1 +++ b/usr.bin/objformat/objformat.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: kzip.8,v 1.5 1998/03/23 07:44:18 charnier Exp $ +.\" $Id: objformat.1,v 1.1 1998/10/25 13:25:42 obrien Exp $ .\" .Dd October 25, 1998 .Os @@ -39,9 +39,9 @@ If run as .Nm the default object file format is reported. The two different object file formats are -.Ar a.out +.Ar aout and -.Ar ELF . +.Ar elf . .Pp If invoked by any other name, .Nm prog |