diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-03-02 16:09:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-03-02 16:09:40 +0000 |
commit | 3f94489587dc2a506ea5d4419960965353515fe7 (patch) | |
tree | 05b57c9e6ad77d3eed955772fffe8db145c830ed /sys/arch/amiga/stand | |
parent | 878022a4b41b0c39f6054a3bc55edc20da3547cd (diff) |
Typo
Diffstat (limited to 'sys/arch/amiga/stand')
-rw-r--r-- | sys/arch/amiga/stand/binpatch/binpatch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/stand/binpatch/binpatch.c b/sys/arch/amiga/stand/binpatch/binpatch.c index 4b123971d57..f7c52d8e9c2 100644 --- a/sys/arch/amiga/stand/binpatch/binpatch.c +++ b/sys/arch/amiga/stand/binpatch/binpatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: binpatch.c,v 1.4 1997/01/17 07:12:27 millert Exp $ */ +/* $OpenBSD: binpatch.c,v 1.5 1999/03/02 16:09:39 espie Exp $ */ /* $NetBSD: binpatch.c,v 1.6 1995/08/18 15:28:28 chopps Exp $ */ /* Author: Markus Wild mw@eunet.ch ??? */ @@ -33,8 +33,8 @@ SYNOPSIS \t%s [-b|-w|-l] [-o offset] -a address [-r value] binary "; static char desusage[] = "DESCRIPTION -\tAllows the patching of BSD binaries, for example,a distributed -\tkernel. Recient additions allows the user to index into an array +\tAllows the patching of BSD binaries, for example, a distributed +\tkernel. Recent additions allows the user to index into an array \tand assign a value. Binpatch has internal variables to allow \tyou to test it on itself under NetBSD. OPTIONS |