From: Alejandro Colomar Date: Sun, 10 Aug 2025 15:37:13 +0000 (+0200) Subject: man/man3/setlocale.3: SYNOPSIS: Use _Nullable X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=thirdparty%2Fman-pages.git man/man3/setlocale.3: SYNOPSIS: Use _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/setlocale.3 b/man/man3/setlocale.3 index 09490a80d..12e76298d 100644 --- a/man/man3/setlocale.3 +++ b/man/man3/setlocale.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include .P -.BI "char *setlocale(int " category ", const char *" locale ); +.BI "char *setlocale(int " category ", const char *_Nullable " locale ); .fi .SH DESCRIPTION The