X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=man%2Fstring.h.3;h=fa312b56955e35dbf1dc2cbd3b856aac955edc87;hb=48b352165d2cb89126ddde1323a138820687970a;hp=486d22e1b809a85f07390ffe6490a2e7fbcf2db7;hpb=032ccf553e7931b3dcd88c01877e08839f56fad7;p=pdclib diff --git a/man/string.h.3 b/man/string.h.3 index 486d22e..fa312b5 100644 --- a/man/string.h.3 +++ b/man/string.h.3 @@ -72,14 +72,14 @@ The following shall be defined as functions: .Fn "size_t strlen" "const char *s" .\" .Pp -.Sy #define _PDCLIB_POSIX_MIN(2008098L) || _PDCLIB_XOPEN_MIN(0) +.Sy #define _XOPEN_SOURCE || _POSIX_C_SOURCE >= 200809L .br -.Fn char *strdup" "const char*src" +.Fn "char *strdup" "const char*src" .\" .Pp -.Sy #define _PDCLIB_POSIX_MIN(2008098L) +.Sy #define _POSIX_C_SOURCE >= 200809L .br -.Fn char *strndup" "const char*src" "size_t n" +.Fn "char *strndup" "const char*src" "size_t n" .\" .Sh SEE ALSO .Xr wchar.h 3