git: 9437a4d37e57 - stable/14 - exit.3: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Nov 2025 09:20:48 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=9437a4d37e57b3d986af25379b2e171c25564b0e
commit 9437a4d37e57b3d986af25379b2e171c25564b0e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-19 14:17:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-22 09:19:59 +0000
exit.3: Fix a typo in the manual page
- s/avaliable/available/
(cherry picked from commit 9334fa3ef5e19de7d3dcdbefdaa3f6b6b653475a)
---
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 2fb3ab165dae..ed144a6d909c 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -105,7 +105,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_t