diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-07-21 04:53:18 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-07-21 04:53:18 +0000 |
commit | a20138aa3da74c295a6bbf0497cdd3b4bd716eda (patch) | |
tree | 1ff514271aa54188655b08dbb669894b6eff1676 /bin | |
parent | 6cb2ca941667a361175426dfbe9a678e1415c79d (diff) | |
download | FreeBSD-src-a20138aa3da74c295a6bbf0497cdd3b4bd716eda.zip FreeBSD-src-a20138aa3da74c295a6bbf0497cdd3b4bd716eda.tar.gz |
Fix use of -man macro, correct description of the behaviour of the `+n'
command to match whats there in the source.
PR: 7328
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 5088432..1ceeeab 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $Id: ed.1,v 1.12 1997/12/31 12:25:35 helbig Exp $ +.\" $Id: ed.1,v 1.13 1998/05/13 07:41:13 charnier Exp $ .Dd May 21, 1993 .Dt ED 1 .Os @@ -220,17 +220,12 @@ The next line. This is equivalent to .Em +1 and may be repeated with cumulative effect. -.It +n or whitespace\fIn\fR +.It +n The .Em n Ns th next line, where .Em n is a non-negative number. -.Em Whitespace -followed by a number -.Em n -is interpreted as -.Em +n . .It , or % The first through last lines in the buffer. This is equivalent to the address range @@ -327,7 +322,7 @@ All other characters in match themselves. .Pp Patterns in -.I char-class +.Em char-class of the form: .Pp \ \ [.\fIcol-elm\fR.] or, |