Bug 89783

Summary: [PATCH] add MLINK for execvP to exec(3)
Product: Documentation Reporter: Andreas Kohn <andreas>
Component: Books & ArticlesAssignee: John Baldwin <jhb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libc-MLINKS-execvP.diff none

Description Andreas Kohn 2005-12-01 03:10:04 UTC

execvP(3) is used in fsck for example. The manpage exec(3) describes
execvP, but man execvP returns an error due to the mlink missing.

Fix: Add MLINK for execvP(3).
How-To-Repeat: 

run man execvP, and see error about no manpage found.
run man 3 exec, and observe the manpage describing execvP as well.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2005-12-01 15:56:12 UTC
State Changed
From-To: open->patched

Patch applied to HEAD.  Will MFC to 6.x and 5.x in a few days.  Thanks! 


Comment 2 John Baldwin freebsd_committer freebsd_triage 2005-12-01 15:56:12 UTC
Responsible Changed
From-To: freebsd-doc->jhb

Patch applied to HEAD.  Will MFC to 6.x and 5.x in a few days.  Thanks!
Comment 3 John Baldwin freebsd_committer freebsd_triage 2005-12-05 20:01:06 UTC
State Changed
From-To: patched->closed

Merged to 5.x and 6.x.