diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
commit | 57bd0fc6e89b888516b6a64206715bef500fc2d1 (patch) | |
tree | ab5e026aafe37b18ff362bec5a3c4765fb7813f5 /share/man/man3 | |
parent | aa4d7a8a4bf3d4bfe0ad9a1af83ac6c4693eee55 (diff) |
english(4) police.
Notes
Notes:
svn path=/head/; revision=108317
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread_attr_get_np.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_mutexattr.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread_attr_get_np.3 b/share/man/man3/pthread_attr_get_np.3 index aeb71e04693a..988bb8fcd3ad 100644 --- a/share/man/man3/pthread_attr_get_np.3 +++ b/share/man/man3/pthread_attr_get_np.3 @@ -44,7 +44,7 @@ Value returned as .Fa dst is supposed to be used in conjunction with .Fn pthread_attr_get* -functions to retrive individual values from +functions to retrieve individual values from .Vt pthread_attr_t structure. Parameter diff --git a/share/man/man3/pthread_mutexattr.3 b/share/man/man3/pthread_mutexattr.3 index 7476ae16d6f6..b6d84d179503 100644 --- a/share/man/man3/pthread_mutexattr.3 +++ b/share/man/man3/pthread_mutexattr.3 @@ -87,7 +87,7 @@ functions copy the value of the attribute that corresponds to each function name to the location pointed to by the second function parameter. .Sh RETURN VALUES If successful, these functions return 0. -Otherwise, an error number is returned to indicacte the error. +Otherwise, an error number is returned to indicate the error. .Sh ERRORS .Fn pthread_mutexattr_init will fail if: |