diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 04:16:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 04:16:09 +0000 |
commit | 62904c50d3efc697f9b77565763bb45eb60c6607 (patch) | |
tree | 84607cb60b9b8a3f442e2ec88bde04af301c0b77 /lib/libpthread/man/pthread_cond_init.3 | |
parent | c9a0b521314010ea02baa07614fb4825386710bf (diff) |
capitalize the acronym ID
Diffstat (limited to 'lib/libpthread/man/pthread_cond_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_init.3 | 6 |
1 files changed, 4 insertions, 2 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 |