ed.1 (b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46) ed.1 (e83201b43ad36d453a46f551fcaedf0a0e7f23c3)
1.\" $Id: ed.1,v 1.6 1994/09/24 02:55:24 davidg Exp $
1.\" $Id: ed.1,v 1.7 1996/08/29 18:05:50 wosch Exp $
2.TH ED 1 "21 May 1993"
3.SH NAME
4.\" ed, red \- text editor
5ed \- text editor
6.SH SYNOPSIS
7ed [-] [-sx] [-p \fIstring\fR] [\fIfile\fR]
8.\" .LP
9.\" red [-] [-sx] [-p \fIstring\fR] [\fIfile\fR]

--- 152 unchanged lines hidden (view full) ---

162address
163.I 0
164(zero).
165This means "before the first line,"
166and is legal wherever it makes sense.
167
168An address range is two addresses separated either by a comma or
169semi-colon. The value of the first address in a range cannot exceed the
2.TH ED 1 "21 May 1993"
3.SH NAME
4.\" ed, red \- text editor
5ed \- text editor
6.SH SYNOPSIS
7ed [-] [-sx] [-p \fIstring\fR] [\fIfile\fR]
8.\" .LP
9.\" red [-] [-sx] [-p \fIstring\fR] [\fIfile\fR]

--- 152 unchanged lines hidden (view full) ---

162address
163.I 0
164(zero).
165This means "before the first line,"
166and is legal wherever it makes sense.
167
168An address range is two addresses separated either by a comma or
169semi-colon. The value of the first address in a range cannot exceed the
170value of the the second. If only one address is given in a range, then
170value of the second. If only one address is given in a range, then
171the second address is set to the given address. If an
172.IR n- tuple
173of addresses is given where
174.I n > 2,
175then the corresponding range is determined by the last two addresses in
176the
177.IR n- tuple.
178If only one address is expected, then the last address is used.

--- 828 unchanged lines hidden ---
171the second address is set to the given address. If an
172.IR n- tuple
173of addresses is given where
174.I n > 2,
175then the corresponding range is determined by the last two addresses in
176the
177.IR n- tuple.
178If only one address is expected, then the last address is used.

--- 828 unchanged lines hidden ---