This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244515 - documentation popup shows man page from wrong section
Summary: documentation popup shows man page from wrong section
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-15 14:46 UTC by kpalsson
Modified: 2014-06-04 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
example of wrong man page being opened (71.17 KB, image/png)
2014-05-15 14:46 UTC, kpalsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kpalsson 2014-05-15 14:46:00 UTC
Created attachment 147278 [details]
example of wrong man page being opened

This is the same problem as in https://netbeans.org/bugzilla/show_bug.cgi?id=183178 but this is on netbeans version 7.4, and that was marked fixed in v6

It's showing the _perl_ open() help, instead of the useful libc open() help

Full version info:
NetBeans IDE 7.4 (Build 201310111528)
Comment 1 Alexander Simon 2014-05-15 20:01:59 UTC
(In reply to kpalsson from comment #0)
> Created attachment 147278 [details]
> example of wrong man page being opened
> 
> This is the same problem as in
> https://netbeans.org/bugzilla/show_bug.cgi?id=183178 but this is on netbeans
> version 7.4, and that was marked fixed in v6
> 
> It's showing the _perl_ open() help, instead of the useful libc open() help
> 
> Full version info:
> NetBeans IDE 7.4 (Build 201310111528)
Hi, kpalsson

Could you provide an output of the command:
#man -S3 open

Thanks in advance,
Alexander
Comment 2 Alexander Simon 2014-05-16 07:42:21 UTC
I see.
Netbeans search man in section number 3.
It seems right order is -S2:3
Comment 3 Alexander Simon 2014-05-16 07:44:39 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0c6a1225ad16
Comment 4 Quality Engineering 2014-05-17 04:33:28 UTC
Integrated into 'main-silver', will be available in build *201405170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0c6a1225ad16
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244515 documentation popup shows man page from wrong section
Comment 5 Quality Engineering 2014-06-04 15:26:13 UTC
Integrated into 'releases/release80', will be available in build *201406041415* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/d41884f6221e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244515 documentation popup shows man page from wrong section
(transplanted from 0c6a1225ad16d9c2944e5d6f66220b9b8d3ab2c9)