Bug 94158

Summary: [PATCH] fix off-by-one example presentation on nc(1)
Product: Documentation Reporter: Yoshihiko Sarumaru <mistral>
Component: Books & ArticlesAssignee: Hiroki Sato <hrs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Yoshihiko Sarumaru 2006-03-07 03:50:08 UTC
	FreeBSD version of netcat has some extension such as IPsec support.
	nc(1) manpage also extented to describe IPsec related options, but
	it have been inserted to wrong position, and missing '$' prompt.

How-To-Repeat: 	man 1 nc
Comment 1 Hiroki Sato freebsd_committer freebsd_triage 2006-03-07 17:05:22 UTC
Responsible Changed
From-To: freebsd-doc->hrs

I will handle this.
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2006-03-07 18:34:26 UTC
State Changed
From-To: open->patched

Committed to -CURRENT.  MFC will come in the next couple of days.
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2006-03-23 07:57:11 UTC
State Changed
From-To: patched->closed

MFC has been done.  Thanks for submitting.