git: c1650792b8dd - main - reallocarray.3: Fix formatting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Apr 2026 17:32:16 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=c1650792b8dd354c964b55999a712f5ae2ad6c0b
commit c1650792b8dd354c964b55999a712f5ae2ad6c0b
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-04-28 17:30:46 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-04-28 17:30:46 +0000
reallocarray.3: Fix formatting
---
lib/libc/stdlib/reallocarray.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/stdlib/reallocarray.3 b/lib/libc/stdlib/reallocarray.3
index d72513c2f301..9f95a6708c86 100644
--- a/lib/libc/stdlib/reallocarray.3
+++ b/lib/libc/stdlib/reallocarray.3
@@ -39,7 +39,7 @@
.Ft void *
.Fn reallocarray "void *ptr" "size_t nmemb" "size_t size"
.Ft void *
-.Fn recallocarray "void *ptr" "size_t oldnmeb" "size_t nmemb" size_t size"
+.Fn recallocarray "void *ptr" "size_t oldnmeb" "size_t nmemb" "size_t size"
.Sh DESCRIPTION
The
.Fn reallocarray