diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | 9b88faecd3630d92456ba16ca6b29818d0adcea9 (patch) | |
tree | 5c7bec083d37409434c8ffed9ba4c4698e3fadd2 /usr.bin/sed/sed.1 | |
parent | d01e93063296251ec3f9207335c439c178b11cbf (diff) | |
download | src-test2-9b88faecd3630d92456ba16ca6b29818d0adcea9.tar.gz src-test2-9b88faecd3630d92456ba16ca6b29818d0adcea9.zip |
Notes
Diffstat (limited to 'usr.bin/sed/sed.1')
-rw-r--r-- | usr.bin/sed/sed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index e24ff954a6ef..f344f9e88f09 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -162,7 +162,7 @@ starts looking again for the first address. Editing commands can be applied to non-selected pattern spaces by use of the exclamation character .Po -.Dq ! +.Dq \&! .Pc function. .Sh "Sed Regular Expressions" @@ -247,7 +247,7 @@ The .Dq t , .Dq w , .Dq y , -.Dq ! , +.Dq \&! , and .Dq \&: functions all accept additional arguments. |