From mkamm@localhost.tu-graz.ac.at  Wed Dec 29 13:31:29 1999
Return-Path: <mkamm@localhost.tu-graz.ac.at>
Received: from jerry.kfunigraz.ac.at (GIGAJERRY.kfunigraz.ac.at [143.50.55.161])
	by hub.freebsd.org (Postfix) with ESMTP id 96CC515038
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Dec 1999 13:31:25 -0800 (PST)
	(envelope-from mkamm@localhost.tu-graz.ac.at)
Received: from tom.kfunigraz.ac.at (mc_tom [10.10.1.160])
	by jerry.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id WAA07468
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Dec 1999 22:31:17 +0100 (MET)
Received: from localhost.tu-graz.ac.at (BONLINEB65.kfunigraz.ac.at [143.50.33.65])
	by tom.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id WAA26658
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Dec 1999 22:31:16 +0100 (MET)
Received: (from mkamm@localhost)
	by localhost.tu-graz.ac.at (8.9.3/8.9.3) id UAA01184;
	Tue, 28 Dec 1999 20:50:04 +0100 (CET)
	(envelope-from mkamm)
Message-Id: <199912281950.UAA01184@localhost.tu-graz.ac.at>
Date: Tue, 28 Dec 1999 20:50:04 +0100 (CET)
From: mkamm@gmx.net
Sender: mkamm@localhost.tu-graz.ac.at
Reply-To: mkamm@gmx.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo in sed.1 manpage
X-Send-Pr-Version: 3.2

>Number:         15775
>Category:       bin
>Synopsis:       Typo in sed.1 manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 29 13:40:00 PST 1999
>Closed-Date:    Wed Dec 29 14:21:19 PST 1999
>Last-Modified:  Wed Dec 29 14:25:25 PST 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Dec 29 14:21:19 PST 1999 
State-Changed-Why:  
Committed in revisions 1.5.2.1 and 1.8 of src/usr.bin/sed/sed.1.  Thanks! 
>Unformatted:
