[BACK]Return to elf2olf.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / elf2olf

Diff for /src/usr.bin/elf2olf/Attic/elf2olf.1 between version 1.10 and 1.11

version 1.10, 2000/07/06 04:06:54 version 1.11, 2000/11/10 05:10:24
Line 44 
Line 44 
 .Ar file Op Ar ...  .Ar file Op Ar ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm elf2olf
 utility reads the specified  utility reads the specified
 .Em ELF  .Em ELF
 version 1 module operands and converts them to the default operating system's  version 1 module operands and converts them to the default operating system's
 .Em OLF  .Em OLF
 object module format.  object module format.
   .Pp
 The  The
 .Nm olf2elf  .Nm olf2elf
 utility reverses the process.  utility reverses the process.
Line 67 
Line 68 
 tag  tag
 .Em "opsys"  .Em "opsys"
 as follows:  as follows:
 .Bl -tag -width Ds  .Pp
   .Bl -tag -width Ds -compact
 .It Ta Pa "openbsd" Ta "OpenBSD"  .It Ta Pa "openbsd" Ta "OpenBSD"
 .It Ta Pa "netbsd" Ta "NetBSD"  .It Ta Pa "netbsd" Ta "NetBSD"
 .It Ta Pa "freebsd" Ta "FreeBSD"  .It Ta Pa "freebsd" Ta "FreeBSD"
Line 84 
Line 86 
 .El  .El
 .Pp  .Pp
 The  The
 .Nm  .Nm elf2olf
 and  and
 .Nm olf2elf  .Nm olf2elf
 utilities exit 0 on success or >0 if an error occurred.  utilities exit 0 on success or >0 if an error occurred.
   .Sh AUTHORS
   Erik Theisen
   .Sh HISTORY
   The
   .Nm elf2olf
   and
   .Nm olf2elf
   utilities first appeared in
   .Ox 2.1 .
 .Sh BUGS  .Sh BUGS
 The  The
 .Em ELF  .Em ELF
Line 95 
Line 106 
 operating system for any given binary thus mandating the existence of these  operating system for any given binary thus mandating the existence of these
 tools.  tools.
 The converted binaries created by  The converted binaries created by
 .Nm  .Nm elf2olf
 will no longer execute on their native operating system, only on OLF  will no longer execute on their native operating system, only on OLF
 enabled platforms, although  enabled platforms, although
 .Nm olf2elf  .Nm olf2elf
 will undo the damage.  will undo the damage.
 .Sh AUTHOR  
 Erik Theisen  
 .Sh HISTORY  
 The  
 .Nm  
 and  
 .Nm olf2elf  
 utilities first appeared in  
 .Ox 2.1 .  

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11