diff options
Diffstat (limited to 'bin/ed/ed.1')
-rw-r--r-- | bin/ed/ed.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 50df103..12a4e5d 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -433,7 +433,7 @@ However, most commands accept a print suffix, which is any of .Em p (print), .Em l -(list) , +(list), or .Em n (enumerate), @@ -570,8 +570,8 @@ Mark a line with a lower case letter The line can then be addressed as .Em 'lc (i.e., a single quote followed by -.Em lc -) in subsequent commands. The mark is not cleared until the line is +.Em lc ) +in subsequent commands. The mark is not cleared until the line is deleted or otherwise modified. .It (.,.)l Print the addressed lines unambiguously. |