diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index be3e7bfcf9..df4b55b0f9 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -367,7 +367,7 @@ int main(int argc, char **argv) { } dlerror(); /* Clear any existing error */ -.\" This is the (somewhat ugly) SUSv3 TC1 fix for +.\" This is the (somewhat ugly) POSIX.1-2003 (TC1) fix for .\" the dlsym() casting problem *(void **) (&cosine) = dlsym(handle, "cos"); if ((error = dlerror()) != NULL) { @@ -419,7 +419,7 @@ The dlopen interface standard comes from SunOS. That system also has but not .BR dlvsym (). .SH "CONFORMING TO" -POSIX 1003.1-2003 describes +POSIX.1-2001 describes .BR dlclose (), .BR dlerror (), .BR dlopen (), |
