Module Name: src Committed By: abhinav Date: Wed Apr 26 07:40:09 UTC 2017
Modified Files: src/lib/libc/stdlib: memory.3 src/lib/libc/string: string.3 Log Message: Clean up the NAME section. The entries in the NAME section of these man pages have man pages of their own, so it doesn't make sense to have their names here, instead they should be just described in the body (similar to what we do in math(3) man page). This also helps whatis(1) and apropos(1), as otherwise you would see multiple results with the same name in the output, while there is actually only one page with that name. Good example is: $ apropos -n 2 -M realloc realloc (3) general memory allocation operations realloc (3) general purpose memory allocation functions The first line is there because memory(3) man page had realloc in its NAME section. This commit will fix this issue. ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/memory.3 cvs rdiff -u -r1.17 -r1.18 src/lib/libc/string/string.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.