diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
commit | ce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch) | |
tree | 2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /usr.bin/elf2olf | |
parent | 611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff) |
Typo fixes.
Diffstat (limited to 'usr.bin/elf2olf')
-rw-r--r-- | usr.bin/elf2olf/elf2olf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/elf2olf/elf2olf.1 b/usr.bin/elf2olf/elf2olf.1 index 5c12483a0e1..81ee8df8869 100644 --- a/usr.bin/elf2olf/elf2olf.1 +++ b/usr.bin/elf2olf/elf2olf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2olf.1,v 1.7 1999/07/04 11:53:53 aaron Exp $ +.\" $OpenBSD: elf2olf.1,v 1.8 1999/09/23 04:12:08 alex Exp $ .\" .\" Copyright (c) 1996, 1997 Erik Theisen. .\" All rights reserved. @@ -25,7 +25,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: elf2olf.1,v 1.7 1999/07/04 11:53:53 aaron Exp $ +.\" @(#)$Id: elf2olf.1,v 1.8 1999/09/23 04:12:08 alex Exp $ .\" .Dd May 5, 1997 .Dt ELF2OLF 1 @@ -91,7 +91,7 @@ utilities exit 0 on success or >0 if an error occurred. The .Em ELF version 1 object module format lacks any real method to determine the native -operating system for any given binary thus mandating the existance of these +operating system for any given binary thus mandating the existence of these tools. The converted binaries created by .Nm |