<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/memset.3, branch releng/14.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:55:15Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line nroff pattern</title>
<updated>2023-08-16T17:55:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2c76c41be32f904179efed29c0ca04d53f3996c'/>
<id>urn:sha1:b2c76c41be32f904179efed29c0ca04d53f3996c</id>
<content type='text'>
Remove /^\.\\"\s*\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>memset.3: better fix previous typo</title>
<updated>2020-02-08T21:17:48Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2020-02-08T21:17:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66a23ebe19d34c52f8684eee835d4e96e4517ec0'/>
<id>urn:sha1:66a23ebe19d34c52f8684eee835d4e96e4517ec0</id>
<content type='text'>
Upon re-reading the whole sentence this is a better fix.

MFC with: r357681
</content>
</entry>
<entry>
<title>memset.3: fix a a duplicate word</title>
<updated>2020-02-08T20:56:38Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2020-02-08T20:56:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f8bd4b7bfd6286230d066d3f651a665573d2df3'/>
<id>urn:sha1:3f8bd4b7bfd6286230d066d3f651a665573d2df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide set_constraint_handler_s(3) man page.</title>
<updated>2018-08-19T14:39:57Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-08-19T14:39:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=540cc17f7b96475db0c4c59741639b041cc77007'/>
<id>urn:sha1:540cc17f7b96475db0c4c59741639b041cc77007</id>
<content type='text'>
Mention abort_handler_s(3) and ignore_handler_s(3), provide
cross-reference from memset(3).

Submitted by:	Yuri Pankov &lt;yuripv@yuripv.net&gt;
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D16797
</content>
</entry>
<entry>
<title>Clarify that memset_s(3) requires __STDC_WANT_LIB_EXT1__ for visibility.</title>
<updated>2018-08-19T14:25:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-08-19T14:25:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=759a4bc697b6cb264fbd2521470357aa0bb69e1a'/>
<id>urn:sha1:759a4bc697b6cb264fbd2521470357aa0bb69e1a</id>
<content type='text'>
Fix typos and other nits.

Submitted by:	Yuri Pankov &lt;yuripv@yuripv.net&gt;
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D16797
</content>
</entry>
<entry>
<title>Document memset_s(3). memset_s(3) is defined in</title>
<updated>2018-02-16T05:48:45Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-02-16T05:48:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4d179eeb66b2990ca622ecb86df132a416526fd'/>
<id>urn:sha1:a4d179eeb66b2990ca622ecb86df132a416526fd</id>
<content type='text'>
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
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D13682
</content>
</entry>
<entry>
<title>Renumber clauses to reduce diffs to other versions</title>
<updated>2013-05-28T20:57:40Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-05-28T20:57:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fb3b97c4d38990da5f45b37e48a5110b3e9bc58'/>
<id>urn:sha1:3fb3b97c4d38990da5f45b37e48a5110b3e9bc58</id>
<content type='text'>
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
</content>
</entry>
<entry>
<title>Mark up "unsigned char".</title>
<updated>2010-02-04T11:23:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-04T11:23:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2eeaf934088a2e12646ed4850c7a08c42e894c19'/>
<id>urn:sha1:2eeaf934088a2e12646ed4850c7a08c42e894c19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wide character variants of string manipulations routines to 'SEE ALSO'.</title>
<updated>2009-04-07T13:42:53Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2009-04-07T13:42:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5174a6a262d28e127da375394374b40dc9f3127d'/>
<id>urn:sha1:5174a6a262d28e127da375394374b40dc9f3127d</id>
<content type='text'>
Approved by:	rwatson (mentor)
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>urn:sha1:c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
</entry>
</feed>
