diff options
Diffstat (limited to 'share')
-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 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 4 |
6 files changed, 7 insertions, 7 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 diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index f47ba55..249c755 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1447,8 +1447,6 @@ are: .St -iso8802-3 .It Li "-iso9899" .St -iso9899 -.It Li "-iso9945-1" -.St -iso9945-1 .It Li "-isoC" .St -isoC .It Li "-isoC-99" @@ -1459,6 +1457,8 @@ are: .St -p1003.1-88 .It Li "-p1003.1-90" .St -p1003.1-90 +.It Li "-p1003.1-96" +.St -p1003.1-96 .It Li "-p1003.1b" .St -p1003.1b .It Li "-p1003.1b-93" |