diff options
author | 1999-06-05 04:16:04 +0000 | |
---|---|---|
committer | 1999-06-05 04:16:04 +0000 | |
commit | 096e5ce23abf51069f651fc8a2bde4480f99dcf3 (patch) | |
tree | ac253e6be4fdc981991f5f31d790591d0ff84cb4 /lib/libpthread/man | |
parent | change some .Em/.Va to .Li, looks nicer (diff) | |
download | wireguard-openbsd-096e5ce23abf51069f651fc8a2bde4480f99dcf3.tar.xz wireguard-openbsd-096e5ce23abf51069f651fc8a2bde4480f99dcf3.zip |
capitalize the acronym ID
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthread_cond_init.3 | 6 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 664f6207ab7..cb86792401a 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -42,11 +42,13 @@ function creates a new condition variable, with attributes specified with .Fa attr . If .Fa attr -is NULL the default attributes are used. +is +.Dv NULL +the default attributes are used. .Sh RETURN VALUES If successful, the .Fn pthread_cond_init -function will return zero and put the new condition variable id into +function will return zero and put the new condition variable ID into .Fa cond , otherwise an error number will be returned to indicate the error. .Sh ERRORS diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index f6d89be4e9f..6fe4cd858e4 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -42,11 +42,13 @@ function creates a new mutex, with attributes specified with .Fa attr . If .Fa attr -is NULL the default attributes are used. +is +.Dv NULL +the default attributes are used. .Sh RETURN VALUES If successful, .Fn pthread_mutex_init -will return zero and put the new mutex id into +will return zero and put the new mutex ID into .Fa mutex , otherwise an error number will be returned to indicate the error. .Sh ERRORS |