]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/sem_post.3: ERRORS: Clarify EOVERFLOW
authorAlex Tran <alex.t.tran@gmail.com>
Mon, 18 Aug 2025 04:25:58 +0000 (21:25 -0700)
committerAlejandro Colomar <alx@kernel.org>
Tue, 19 Aug 2025 11:09:06 +0000 (13:09 +0200)
Closes: <https://bugzilla.kernel.org/show_bug.cgi?id=219335>
Signed-off-by: Alex Tran <alex.t.tran@gmail.com>
Message-ID: <20250818042558.95341-1-alex.t.tran@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/sem_post.3

index 1df132c89daa766b31fa627657280f82c389e27f..85f137b199d0b20a768c8e19390f15837e231c0d 100644 (file)
@@ -38,7 +38,8 @@ is not a valid semaphore.
 .TP
 .B EOVERFLOW
 .\" Added in POSIX.1-2008 TC1 (Austin Interpretation 213)
-The maximum allowable value for a semaphore would be exceeded.
+The value would exceed
+.BR SEM_VALUE_MAX .
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).