Actions
Bug #5706
closeddldump(3c)/dlopen(3c): Extra spaces in the man page
Start date:
2015-03-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
There are exatra spaces after '*' here in the dldump(3c) man page:
SYNOPSIS #include <dlfcn.h> int dldump(const char * ipath, const char * opath, int flags);
Similar issue in the dlopen(3c) man page:
SYNOPSIS #include <dlfcn.h> #include <link.h> void * dlopen(const char *pathname, int mode); void * dlmopen(Lmid_t lmid, const char *pathname, int mode);
Updated by Marcel Telka over 8 years ago
- Subject changed from dldump(3c): Extra spaces in the man page to dldump(3c)/dlopen(3c): Extra spaces in the man page
Updated by Adam Števko about 8 years ago
- Assignee changed from Marcel Telka to Adam Števko
Updated by Electric Monk almost 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit ba647289fedd78140d3b8288576aeb23fcf57043
commit ba647289fedd78140d3b8288576aeb23fcf57043 Author: Adam Stevko <adam.stevko@gmail.com> Date: 2015-09-29T21:35:42.000Z 5706 dldump(3c)/dlopen(3c): Extra spaces in the man page Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
Actions