summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sem_post.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/sem_post.3')
-rw-r--r--lib/libc/gen/sem_post.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3
index ce1248a0b4d65..6dd18a1ef880f 100644
--- a/lib/libc/gen/sem_post.3
+++ b/lib/libc/gen/sem_post.3
@@ -26,6 +26,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
+.\"
.Dd February 15, 2000
.Dt SEM_POST 3
.Os
@@ -60,7 +61,9 @@ The
function will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
+The
.Fa sem
+argument
points to an invalid semaphore.
.El
.Sh SEE ALSO