diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
commit | 8b44fe6976bc998d4f0e2aad3f16532a857e5794 (patch) | |
tree | 196a1ce3b84d92c654f45f5c001905bd1b00101d /bin/ed/ed.1 | |
parent | 67797a0990e5f662d6d5a45d57b8df9621d9b446 (diff) |
start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@
Diffstat (limited to 'bin/ed/ed.1')
-rw-r--r-- | bin/ed/ed.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 859de2d43ac..c7f33c4c912 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.18 1999/05/23 14:10:47 aaron Exp $ +.\" $OpenBSD: ed.1,v 1.19 1999/06/04 02:45:13 aaron Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -536,7 +536,7 @@ and .Em V Ns No . A newline alone in .Em command-list -is equivalent to a +is equivalent to a .Em p command. .It (1,$) Ns Em G/re/ @@ -545,7 +545,7 @@ Interactively edits the addressed lines matching a regular expression For each matching line, the line is printed, the current address is set, -and the user is prompted to enter a +and the user is prompted to enter a .Em command-list Ns No . At the end of the .Em g @@ -593,10 +593,10 @@ Prints the addressed lines unambiguously. If a single line fills more than one screen (as might be the case when viewing a binary file, for instance), a .Dq --More-- -prompt is printed on the last line. +prompt is printed on the last line. .Nm waits until the RETURN key is pressed -before displaying the next screen. +before displaying the next screen. The current address is set to the last line printed. .It (.,.) Ns Em m Ns No (.) @@ -894,7 +894,7 @@ printed with the .Em h (help) command. .Pp -Since the +Since the .Em g (global) command masks any errors from failed searches and substitutions, it can be used to perform conditional operations in scripts; e.g., |