View Issue Details

IDProjectCategoryView StatusLast Update
0000178Online PubsSystem Interfacespublic2009-11-12 16:48
Reportervapier Assigned Toajosey  
PrioritynormalSeverityEditorialTypeEnhancement Request
Status ClosedResolutionDuplicate 
NameMike Frysinger
Organization
User Reference
URL
Sectionfunctions/dlsym
Summary0000178: dlsym page has slightly broken style when referring to dlopen()/dlerror()
Descriptionnormally functions are described in "foo()" style rather than "foo". the dlsym page drops the "()" in a few places.

so in this page:
http://www.opengroup.org/onlinepubs/9699919799/functions/dlsym.html

- the second paragraph under DESCRIPTION does this twice ("dlopen")
- the first paragraph under RETURN VALUE does this once ("dlerror")
- the text under RTLD_NEXT under APPLICATION USAGE does this once ("dlopen")

the dlopen page has two as well ...
http://www.opengroup.org/onlinepubs/9699919799/functions/dlopen.html
- near the end of DESCRIPTION, there is "dlclose"
- under RETURN VALUE, there is "dlerror"
Desired Actionchange "dlopen" to "dlopen()" and "dlerror" to "dlerror()"
TagsNo tags attached.

Relationships

duplicate of 0000074 Closedajosey 1003.1(2008)/Issue 7 Pointer Types Problem 

Activities

geoffclare

2009-11-06 10:00

manager   bugnote:0000288

The dlsym() and dlopen() pages are being completely rewritten to fix
the problem reported in 0000074

The editorial problems with these function references have been
corrected in the new text. See 0000074:0000205

This bug should be marked as a dup of 74.

Issue History

Date Modified Username Field Change
2009-11-05 19:30 vapier New Issue
2009-11-05 19:30 vapier Status New => Under Review
2009-11-05 19:30 vapier Assigned To => ajosey
2009-11-05 19:30 vapier Name => Mike Frysinger
2009-11-05 19:30 vapier Section => functions/dlsym
2009-11-05 19:30 vapier Page Number => http://www.opengroup.org/onlinepubs/9699919799/functions/dlsym.html
2009-11-05 19:30 vapier Line Number => ?
2009-11-06 10:00 geoffclare Note Added: 0000288
2009-11-12 16:44 msbrown Project 1003.1(2008)/Issue 7 => Online Pubs
2009-11-12 16:47 msbrown Relationship added duplicate of 0000074
2009-11-12 16:48 msbrown Status Under Review => Closed
2009-11-12 16:48 msbrown Resolution Open => Duplicate