Date: Mon, 03 Aug 2026 00:25:35 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ff36771c13e9 - stable/15 - pthread_cond_timedwait.3: use .Fo/.Fc for long arguments list Message-ID: <6a6fdfff.1ccd2.462c700d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ff36771c13e993862b6a5c38462f870825b58068 commit ff36771c13e993862b6a5c38462f870825b58068 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-07-25 23:53:11 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2026-08-03 00:23:16 +0000 pthread_cond_timedwait.3: use .Fo/.Fc for long arguments list (cherry picked from commit 6d3db07a2e2f4288b7e54af8e8371f9a022e751f) --- share/man/man3/pthread_cond_timedwait.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3 index d955bf8546cd..28cc33da1ca2 100644 --- a/share/man/man3/pthread_cond_timedwait.3 +++ b/share/man/man3/pthread_cond_timedwait.3 @@ -36,7 +36,11 @@ .Sh SYNOPSIS .In pthread.h .Ft int -.Fn pthread_cond_timedwait "pthread_cond_t *cond" "pthread_mutex_t *mutex" "const struct timespec *abstime" +.Fo pthread_cond_timedwait +.Fa "pthread_cond_t *cond" +.Fa "pthread_mutex_t *mutex" +.Fa "const struct timespec *abstime" +.Fc .Sh DESCRIPTION The .Fn pthread_cond_timedwaithome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a6fdfff.1ccd2.462c700d>
