Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ed additional and positive with two is. From Adrian Mrva.



details:   https://anonhg.NetBSD.org/src/rev/2875bbe6cbaa
branches:  trunk
changeset: 537576:2875bbe6cbaa
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 15:59:51 2002 +0000

description:
additional and positive with two is. From Adrian Mrva.

diffstat:

 bin/ed/ed.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7f024d049bac -r 2875bbe6cbaa bin/ed/ed.1
--- a/bin/ed/ed.1       Wed Oct 02 15:58:04 2002 +0000
+++ b/bin/ed/ed.1       Wed Oct 02 15:59:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ed.1,v 1.22 2002/09/25 15:18:39 wiz Exp $
+.\"    $NetBSD: ed.1,v 1.23 2002/10/02 15:59:51 wiz Exp $
 .\"
 .TH ED 1 "21 May 1993"
 .SH NAME
@@ -463,7 +463,7 @@
 .SS COMMANDS
 All
 .B ed
-commands are single characters, though some require additonal parameters.
+commands are single characters, though some require additional parameters.
 If a command's parameters extend over several lines, then
 each line except for the last must be terminated with a backslash (\\).
 
@@ -731,7 +731,7 @@
 .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



Home | Main Index | Thread Index | Old Index