Bug 29002

Summary: strcpy manpage incorrectly states both strcpy and strncpy put in \0
Product: Documentation Reporter: Joseph Mallett <jmallett>
Component: Books & ArticlesAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joseph Mallett 2001-07-16 11:50:00 UTC
the first sentance of strcpy(3) manpage states that both strncpy and strcpy in fact do what only strcpy does. It seems to me this is just a typo, as the second sentance is clearly structured the same, and therefore is probably what is meant to be the description.

How-To-Repeat: man 3 strcpy
Comment 1 dd freebsd_committer freebsd_triage 2001-07-19 12:26:24 UTC
State Changed
From-To: open->analyzed

Applied with minor fixes, thanks! 


Comment 2 dd freebsd_committer freebsd_triage 2001-07-19 12:26:24 UTC
Responsible Changed
From-To: freebsd-doc->dd

My MFC reminder.
Comment 3 dd freebsd_committer freebsd_triage 2001-07-23 11:08:32 UTC
State Changed
From-To: analyzed->closed

MFC'd, thanks.