diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /bin/ed/ed.1 | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'bin/ed/ed.1')
-rw-r--r-- | bin/ed/ed.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index c2dca36..8017236 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -104,8 +104,9 @@ character command and possibly additional parameters; i.e., commands have the structure: .Pp .Sm off -.Xo Op "address\ " Op ,address -.No command Op parameters +.Xo +.Op Ar address Op , Ar address +.Ar command Op Ar parameters .Xc .Sm on .Pp @@ -185,7 +186,7 @@ of addresses is given where .Em "n\ >\ 2" , then the corresponding range is determined by the last two addresses in the -.Em n Ns -tuple. +.Em n Ns -tuple . If only one address is expected, then the last address is used. .Pp Each address in a comma-delimited range is interpreted relative to the |