diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-24 19:56:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-24 19:56:35 +0000 |
commit | dccd8e1e36a87324e62c98dcb0e99a85df921db0 (patch) | |
tree | 777a7d1191d494bff5d0c4a2a9c36cffa758b631 /bin/ed | |
parent | 2e49c8f494c42df7e3c836796ae95cc203380e52 (diff) |
typos; from Pierre Riteau
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/POSIX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/POSIX b/bin/ed/POSIX index bb125f0c657..efa84715db3 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -1,4 +1,4 @@ -$OpenBSD: POSIX,v 1.3 1999/06/06 07:03:01 pjanzen Exp $ +$OpenBSD: POSIX,v 1.4 2007/09/24 19:56:34 jmc Exp $ $NetBSD: POSIX,v 1.9 1995/03/21 09:04:32 cgd Exp $ This version of ed(1) is not strictly POSIX compliant, as described in @@ -78,7 +78,7 @@ DEVIATIONS 2) Since the behavior of `u' (undo) within a `g' (global) command list is not specified by POSIX, it follows the behavior of the SunOS ed: undo forces a global command list to be executed only once, rather than - for each line matching a global pattern. In addtion, each instance of + for each line matching a global pattern. In addition, each instance of `u' within a global command undoes all previous commands (including undo's) in the command list. This seems the best way, since the alternatives are either too complicated to implement or too confusing |