From 9edc38efd719ac946a7ac332148ff1392f0145eb Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 29 Dec 1999 22:22:32 +0000 Subject: [PATCH] Escape the ':' so that is actually makes it into the double quotes. PR: 15775 Submitted by: Martin Kammerhofer --- usr.bin/sed/sed.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 96d94c5dc34a..815138bf43eb 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -432,7 +432,7 @@ is still considered to have been a replacement. .sp .It [2addr]t [label] Branch to the -.Dq : +.Dq \&: function bearing the label if any substitutions have been made since the most recent reading of an input line or execution of a .Dq t