diff options
| author | njoly <njoly@NetBSD.org> | 2017-03-05 18:42:51 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2017-03-05 18:42:51 +0000 |
| commit | 4375a6e829d8b687efbe9feebccb118fb747db06 (patch) | |
| tree | df86932e47239f7af3c06b8945caf9ec1fbd114b /lib/libpthread/pthread_getcpuclockid.3 | |
| parent | 47ddee1acdfd2f06f42f32cdddbcddaac07e0a95 (diff) | |
Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match
reality.
Diffstat (limited to 'lib/libpthread/pthread_getcpuclockid.3')
| -rw-r--r-- | lib/libpthread/pthread_getcpuclockid.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libpthread/pthread_getcpuclockid.3 b/lib/libpthread/pthread_getcpuclockid.3 index 950ca945562..b0b6f92c3f1 100644 --- a/lib/libpthread/pthread_getcpuclockid.3 +++ b/lib/libpthread/pthread_getcpuclockid.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_getcpuclockid.3,v 1.4 2017/03/04 11:16:33 njoly Exp $ +.\" $NetBSD: pthread_getcpuclockid.3,v 1.5 2017/03/05 18:42:51 njoly Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 3, 2017 +.Dd March 5, 2017 .Dt PTHREAD_GETCPUCLOCKID 3 .Os .Sh NAME @@ -62,8 +62,9 @@ Otherwise an error number will be returned. .Sh ERRORS These functions fail if: .Bl -tag -width Er -.It Bq Er ESRCH -No thread with this id was found. +.It Bq Er EFAULT +.Fa clock_id +points outside the process's allocated address space. .El .Sh SEE ALSO .Xr clock_getcpuclockid2 2 , |
