From: Alejandro Colomar Date: Wed, 5 Aug 2026 12:24:59 +0000 (+0200) Subject: man/man3/: SYNOPSIS: Move all to comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cbd782bb8df51116fa41ceb2aa976f1499191b0;p=thirdparty%2Fman-pages.git man/man3/: SYNOPSIS: Move all to comments For consistency. Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/memfrob.3 b/man/man3/memfrob.3 index 433f3d43b..7e2058f73 100644 --- a/man/man3/memfrob.3 +++ b/man/man3/memfrob.3 @@ -13,7 +13,7 @@ Standard C library .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR #include\~ " // or ; see memory.h(3head)" +.BR #include\~ " // or ; see memory.h(3head)" .P .BR "void *memfrob(" "size_t n;" .BI " void " s [ n "], size_t " n ); diff --git a/man/man3/memmem.3 b/man/man3/memmem.3 index 0d75bc6a7..4e0cb83cf 100644 --- a/man/man3/memmem.3 +++ b/man/man3/memmem.3 @@ -13,7 +13,7 @@ Standard C library .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR #include\~ " // or ; see memory.h(3head)" +.BR #include\~ " // or ; see memory.h(3head)" .P .BR "void *memmem(" "size_t hsize, size_t nsize;" .BI " const void " haystack [ hsize "], size_t " hsize , diff --git a/man/man3/mempcpy.3 b/man/man3/mempcpy.3 index 632882337..453e7a236 100644 --- a/man/man3/mempcpy.3 +++ b/man/man3/mempcpy.3 @@ -14,7 +14,7 @@ Standard C library .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR #include\~ " // or ; see memory.h(3head)" +.BR #include\~ " // or ; see memory.h(3head)" .P .BR "void *mempcpy(" "size_t n;" .BI " void " dest "[restrict " n "], const void " src "[restrict " n ], diff --git a/man/man3/memrchr.3 b/man/man3/memrchr.3 index 901edb10f..7a4a410e8 100644 --- a/man/man3/memrchr.3 +++ b/man/man3/memrchr.3 @@ -13,7 +13,7 @@ Standard C library .SH SYNOPSIS .nf .BR #define\~_GNU_SOURCE " // See feature_test_macros(7)" -.BR #include\~ " // or ; see memory.h(3head)" +.BR #include\~ " // or ; see memory.h(3head)" .P .BR void\~*memrchr( size_t\~n; .BI " const void " s [ n "], int " c ", size_t " n ); diff --git a/man/man3/strdupa.3 b/man/man3/strdupa.3 index b541d10e5..ed7f95d94 100644 --- a/man/man3/strdupa.3 +++ b/man/man3/strdupa.3 @@ -18,7 +18,7 @@ Standard C library .BI "char *strdupa(const char *" s ); .P .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR #include\~ " // or ; see memory.h(3head)" +.BR #include\~ " // or ; see memory.h(3head)" .P .BR "char *strndupa(" "size_t n;" .BI " const char " s [ n "], size_t " n );