git: 37989ef996a5 - stable/14 - mkdir.2: Correct HISTORY
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Nov 2025 21:55:56 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=37989ef996a55bd6ebb4b3daa85ac19dda90d594
commit 37989ef996a55bd6ebb4b3daa85ac19dda90d594
Author: Ken Wong <ken.wong@ho.stna.me>
AuthorDate: 2025-07-14 17:32:54 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-11-06 21:55:20 +0000
mkdir.2: Correct HISTORY
PR: 286064
MFC after: 3 days
Reviewed by: mckusick
(cherry picked from commit 26069bca2d64a76cfafb92d61d58c90140c1b28f)
---
lib/libc/sys/mkdir.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index 3cbe9ad794ea..854c692f24e3 100644
--- a/lib/libc/sys/mkdir.2
+++ b/lib/libc/sys/mkdir.2
@@ -178,4 +178,4 @@ system call appeared in
The
.Fn mkdir
system call appeared in
-.At v1 .
+.Bx 4.2 .