From 9efd223c5da1fd41a415fd566ae8b79d148eebcb Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 8 Jun 2003 10:13:50 +0000 Subject: The .Fn function --- lib/libc_r/man/sem_post.3 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/libc_r') diff --git a/lib/libc_r/man/sem_post.3 b/lib/libc_r/man/sem_post.3 index 3334865..b36c80f 100644 --- a/lib/libc_r/man/sem_post.3 +++ b/lib/libc_r/man/sem_post.3 @@ -49,13 +49,15 @@ is called, then the highest priority thread that has been blocked the longest on the semaphore will be allowed to return from .Fn sem_wait . .Pp +The .Fn sem_post -is signal-reentrant and may be called within signal handlers. +function is signal-reentrant and may be called within signal handlers. .Sh RETURN VALUES .Rv -std sem_post .Sh ERRORS +The .Fn sem_post -will fail if: +function will fail if: .Bl -tag -width Er .It Bq Er EINVAL .Fa sem @@ -66,6 +68,7 @@ points to an invalid semaphore. .Xr sem_wait 3 , .Xr sem 4 .Sh STANDARDS +The .Fn sem_post -conforms to +function conforms to .St -p1003.1-96 . -- cgit v1.1