For consistency.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
-.BR #include\~<memory.h> " // or <string.h>; see memory.h(3head)"
+.BR #include\~<string.h> " // or <memory.h>; see memory.h(3head)"
.P
.BR "void *memfrob(" "size_t n;"
.BI " void " s [ n "], size_t " n );
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
-.BR #include\~<memory.h> " // or <string.h>; see memory.h(3head)"
+.BR #include\~<string.h> " // or <memory.h>; see memory.h(3head)"
.P
.BR "void *memmem(" "size_t hsize, size_t nsize;"
.BI " const void " haystack [ hsize "], size_t " hsize ,
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
-.BR #include\~<memory.h> " // or <string.h>; see memory.h(3head)"
+.BR #include\~<string.h> " // or <memory.h>; see memory.h(3head)"
.P
.BR "void *mempcpy(" "size_t n;"
.BI " void " dest "[restrict " n "], const void " src "[restrict " n ],
.SH SYNOPSIS
.nf
.BR #define\~_GNU_SOURCE " // See feature_test_macros(7)"
-.BR #include\~<memory.h> " // or <string.h>; see memory.h(3head)"
+.BR #include\~<string.h> " // or <memory.h>; see memory.h(3head)"
.P
.BR void\~*memrchr( size_t\~n;
.BI " const void " s [ n "], int " c ", size_t " n );
.BI "char *strdupa(const char *" s );
.P
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
-.BR #include\~<memory.h> " // or <string.h>; see memory.h(3head)"
+.BR #include\~<string.h> " // or <memory.h>; see memory.h(3head)"
.P
.BR "char *strndupa(" "size_t n;"
.BI " const char " s [ n "], size_t " n );