Bug 17500

Summary: HTML -> ROFF convert problem in ntpdc.8
Product: Documentation Reporter: mistral <mistral>
Component: Books & ArticlesAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mistral 2000-03-20 08:50:01 UTC
	I here the man pages of NTP was converted from HTML documents.
	When I read down the man page of ntpdc(8), I found the same
	block with "pll", and the same and near position, sectioning is
	something wrong because of .It macro is misplaced by .Ic macro.
	There is one more problem that is not so critical. "reset" subtitle
	was not .Ic decorated and looks not so emphasized.

Fix: I propose a patch below
How-To-Repeat: 
	man ntpdc
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-20 11:42:20 UTC
Responsible Changed
From-To: freebsd-doc->sheldonh

I did these manpages, so I'll take a look. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-20 11:52:39 UTC
State Changed
From-To: open->closed

You were absolutely right.  I used Ic instead of It by mistake.  I 
used your patch almost verbatim, but I kept the old style of 
referencing the HTML documentation for the first time. 

Committed to HEAD as rev 1.3,merged onto RELENG_4 as rev 1.2.2.1, 
thanks!