Bug 15265

Summary: sh.1 and make.1 have some typos.
Product: Documentation Reporter: takamune <takamune>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description takamune 1999-12-05 03:20:01 UTC
o  These manual pages show strange strings such as "``''".
   They are punctuation characters. Escape them by "\&".
o  Make.1 uses a ".Ic" macro on too many arguments.
o  4.0-CURRENT has same problems.

How-To-Repeat: 
% man 1 sh
% man 1 make
Comment 1 Martin Cracauer freebsd_committer freebsd_triage 1999-12-05 12:36:22 UTC
State Changed
From-To: open->closed

Fixed in -current and -stable 
Second half of make.1 diff didn't apply to -current. 

Thanks!