summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-29 22:22:32 +0000
committersteve <steve@FreeBSD.org>1999-12-29 22:22:32 +0000
commit1e1446b4960f1b151e8960e71e559f7c17fe4e21 (patch)
tree1336f7c5c672b603e5140e9cf6a2224e2a1c391c /usr.bin/sed
parent37d997842bef14071a4c5f62d8323b9bb2cbfdf0 (diff)
downloadFreeBSD-src-1e1446b4960f1b151e8960e71e559f7c17fe4e21.zip
FreeBSD-src-1e1446b4960f1b151e8960e71e559f7c17fe4e21.tar.gz
Escape the ':' so that is actually makes it into the double quotes.
PR: 15775 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/sed.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 96d94c5..815138b 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
OpenPOWER on IntegriCloud