]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r329361:
authorcy <cy@FreeBSD.org>
Sat, 24 Feb 2018 18:16:28 +0000 (18:16 +0000)
committercy <cy@FreeBSD.org>
Sat, 24 Feb 2018 18:16:28 +0000 (18:16 +0000)
commit4370749fa2a3cdb952a8206a512e9bcc0ac42d9b
tree23b9f903e1cb69d44b3c9f6a981c94b7419d4cb9
parentcd383464844c1e8f6c5f9b1d0cd955377cc24217
MFC r329361:

Document memset_s(3). memset_s(3) is defined in
C11 standard (ISO/IEC 9899:2011) K.3.7.4.1 The memset_s function
(p: 621-622)

Fix memset(3) portion of the man page by replacing the first argument
(destination) "b" with "dest", which is more descriptive than "b".
This also makes it consistent with the term used in the memset_s()
portion of the man page.

See also http://en.cppreference.com/w/c/string/byte/memset.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D13682
lib/libc/string/Makefile.inc
lib/libc/string/memset.3