git: 2ff0ca5272c8 - main - uexterror(3): install the right manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Aug 2026 13:31:50 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=2ff0ca5272c8c2bb038a565949d5bd5c4726c704
commit 2ff0ca5272c8c2bb038a565949d5bd5c4726c704
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2026-08-20 13:31:07 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2026-08-20 13:31:07 +0000
uexterror(3): install the right manpage
Reported by: Herbert J. Skuhra
---
lib/libc/gen/Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index bd67d75a1c0e..e8bd099dd120 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -327,8 +327,8 @@ MAN+= alarm.3 \
ttyname.3 \
ualarm.3 \
ucontext.3 \
- uexterr.3 \
uexterr_gettext.3 \
+ uexterror.3 \
ulimit.3 \
uname.3 \
unvis.3 \