diff options
author | jkh <jkh@FreeBSD.org> | 1994-04-24 01:06:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-04-24 01:06:32 +0000 |
commit | 95ce2b10f06ffbd416b91a9302dcd927310549f2 (patch) | |
tree | b230e26a15c0b3a530456aa2d15010c554ff5396 /bin/ed | |
parent | 21aeb462c0f719a1e95acc36ccc42140a6c2de66 (diff) | |
download | FreeBSD-src-95ce2b10f06ffbd416b91a9302dcd927310549f2.zip FreeBSD-src-95ce2b10f06ffbd416b91a9302dcd927310549f2.tar.gz |
Fix gross spelling and typographical errors pointed out by Keith Bostic.
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 27f8b36..f7f4683 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -46,7 +46,7 @@ A typical command might look like: ,s/\fIold\fR/\fInew\fR/g .RE .sp -which replaces all occurences of the string +which replaces all occurrences of the string .I old with .IR new . @@ -726,7 +726,7 @@ The .I `n' suffix, where .I n -is a postive number, causes only the +is a positive number, causes only the .IR n th match to be replaced. It is an error if no substitutions are performed on any of the addressed |