Date: Tue, 28 Dec 1999 20:50:04 +0100 (CET) From: mkamm@gmx.net To: FreeBSD-gnats-submit@freebsd.org Subject: bin/15775: Typo in sed.1 manpage Message-ID: <199912281950.UAA01184@localhost.tu-graz.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 15775 >Category: bin >Synopsis: Typo in sed.1 manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 3.4-RELEASE i386 >Organization: Graz University >Environment: All FreeBSD versions/branches. >Description: The macro ``.Dq :'' doesn't work as expected. It must be changed to ``.Dq \&:''. (This is correct in the description of sed's ``b`` function but was missed in the description of function ``t''.) >How-To-Repeat: man sed >Fix: --- sed.1~ Mon Aug 11 09:21:08 1997 +++ sed.1 Tue Dec 28 20:40:27 1999 @@ -431,7 +431,7 @@ .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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912281950.UAA01184>