Bug 50181

Summary: localtime_r man page doesn't exist
Product: Documentation Reporter: Steve Watt <steve>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Steve Watt 2003-03-22 02:00:26 UTC
In 4-STABLE, there's no localtime_r(3) symlink/page, even though it's
on the localtime(3) man page.

Fix: 

hack fix:
# cd /usr/share/man/man3
# ln -s localtime.3.gz localtime_r.3.gz
How-To-Repeat: man localtime_r
Comment 1 simon 2003-05-23 21:10:12 UTC
Hello

This PR is duplicate of docs/22644 which was fixed in v. 1.10 of
src/lib/libc/stdtime/Makefile.inc but was never MFC'ed.

So this PR can be closed, if the above mentioned change is MFC'ed.

-- 
Simon L. Nielsen
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-05-24 00:45:54 UTC
State Changed
From-To: open->closed

I just merged the appropriate changes in revision 1.9.2.3 
of src/lib/libc/stdtime/Makefile.inc 

Thanks to both of you. 


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2003-05-24 00:45:54 UTC
Responsible Changed
From-To: freebsd-doc->keramida