diff options
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread_attr.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_condattr.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_kill.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_mutexattr.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_sigmask.3 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man3/pthread_attr.3 b/share/man/man3/pthread_attr.3 index 18740e8..c34df1e 100644 --- a/share/man/man3/pthread_attr.3 +++ b/share/man/man3/pthread_attr.3 @@ -198,7 +198,7 @@ Invalid or unsupported value for and .Fn pthread_attr_getdetachstate conform to -.St -iso9945-1 +.St -p1003.1-96 .Pp .Fn pthread_attr_setinheritsched , .Fn pthread_attr_getinheritsched , diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3 index d17d59e..5b0200f 100644 --- a/share/man/man3/pthread_condattr.3 +++ b/share/man/man3/pthread_condattr.3 @@ -82,4 +82,4 @@ Invalid value for and .Fn pthread_condattr_destroy conform to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/share/man/man3/pthread_kill.3 b/share/man/man3/pthread_kill.3 index 233c65b..b5bb859 100644 --- a/share/man/man3/pthread_kill.3 +++ b/share/man/man3/pthread_kill.3 @@ -72,4 +72,4 @@ is an invalid or unsupported signal number. .Sh STANDARDS .Fn pthread_kill conforms to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/share/man/man3/pthread_mutexattr.3 b/share/man/man3/pthread_mutexattr.3 index dfbc279..ec79518 100644 --- a/share/man/man3/pthread_mutexattr.3 +++ b/share/man/man3/pthread_mutexattr.3 @@ -164,7 +164,7 @@ Invalid value for and .Fn pthread_mutexattr_destroy conform to -.St -iso9945-1 +.St -p1003.1-96 .Pp .Fn pthread_mutexattr_setprioceiling , .Fn pthread_mutexattr_getprioceiling , diff --git a/share/man/man3/pthread_sigmask.3 b/share/man/man3/pthread_sigmask.3 index 73aa69a..f588911 100644 --- a/share/man/man3/pthread_sigmask.3 +++ b/share/man/man3/pthread_sigmask.3 @@ -93,4 +93,4 @@ is not one of the defined values. .Sh STANDARDS .Fn pthread_sigmask conforms to -.St -iso9945-1 +.St -p1003.1-96 |