Date: Wed, 19 Nov 2025 14:17:54 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9334fa3ef5e1 - main - exit.3: Fix a typo in the manual page Message-ID: <691dd192.2ce6a.27b8d571@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=9334fa3ef5e19de7d3dcdbefdaa3f6b6b653475a commit 9334fa3ef5e19de7d3dcdbefdaa3f6b6b653475a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-11-19 14:17:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 14:17:40 +0000 exit.3: Fix a typo in the manual page - s/avaliable/available/ MFC after: 3 days --- lib/libc/stdlib/exit.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index bfb14c5c9f83..40010e678e5f 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -104,7 +104,7 @@ may be used to provide more information to the parent process. .Pp The complete .Fa status -value is avaliable as +value is available as .Va si_status member of the .Vt siginfo_thelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691dd192.2ce6a.27b8d571>
