Bug 15775

Summary: Typo in sed.1 manpage
Product: Base System Reporter: mkamm
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mkamm 1999-12-29 21:40:00 UTC
	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
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-29 22:21:19 UTC
State Changed
From-To: open->closed

Committed in revisions 1.5.2.1 and 1.8 of src/usr.bin/sed/sed.1.  Thanks!