Bug 587480 - SystemTap man page of ctime shadows standard ctime() function man
Summary: SystemTap man page of ctime shadows standard ctime() function man
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: systemtap
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Frank Ch. Eigler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-30 01:35 UTC by Syam
Modified: 2010-04-30 02:43 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-04-30 02:43:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Syam 2010-04-30 01:35:24 UTC
Description of problem:

When I do "man ctime" or "man 3 ctime", I get to see SystemTap's man page and not of the standard ctime function's man page. It's quite difficult to access ctime() man page as neither "apropos ctime" nor "whatis ctime" return any results.
The only way is to "man -a ctime" and close the first SystemTap result. The actual man page of ctime() also seems to be in section 3, but cannot be accessible with "man 3 ctime" since SystemTap's page shadows it.

Comment 1 Frank Ch. Eigler 2010-04-30 01:55:51 UTC
This problem was fixed with the systemtap-1.2 update some weeks back,
so that the tapset ctime function is called function::ctime (3stap).
Please check that your system is up to date.

Comment 2 Syam 2010-04-30 02:43:15 UTC
You're right. I just updated to SystemTap 1.2.1 and this problem is fixed. Thanks.


Note You need to log in before you can comment on or make changes to this bug.