<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libc/sys, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-12-24T14:14:56Z</updated>
<entry>
<title>mmap(2): Update .Dd missed in the last commit</title>
<updated>2020-12-24T14:14:56Z</updated>
<author>
<name>Guangyuan Yang</name>
<email>ygy@FreeBSD.org</email>
</author>
<published>2020-12-24T14:14:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a1d783675213798620550f4af137340458abe6c5'/>
<id>urn:sha1:a1d783675213798620550f4af137340458abe6c5</id>
<content type='text'>
PR:		252097
MFC after:	1 week
</content>
</entry>
<entry>
<title>mmap(2): Fix a typo</title>
<updated>2020-12-24T14:08:34Z</updated>
<author>
<name>Guangyuan Yang</name>
<email>ygy@FreeBSD.org</email>
</author>
<published>2020-12-24T14:08:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=81720dbab2a84669ec719149501b75ae78c3d4ee'/>
<id>urn:sha1:81720dbab2a84669ec719149501b75ae78c3d4ee</id>
<content type='text'>
PR:             252097
MFC after:      1 week
Reported by:    Nick Frampton &lt;nick.frampton@akips.com&gt;
</content>
</entry>
<entry>
<title>libc: Fix most issues reported by mandoc</title>
<updated>2020-12-19T14:54:28Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-12-19T14:54:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f6d234d8706fa4ad513bb5db2976b0e354a0f0fe'/>
<id>urn:sha1:f6d234d8706fa4ad513bb5db2976b0e354a0f0fe</id>
<content type='text'>
- varios "new sentence, new line" warnings
- varios "sections out of conventional order" warnings
- varios "unusual Xr order" warnings
- varios "missing section argument" warnings
- varios "no blank before trailing delimiter" warnings
- varios "normalizing date format" warnings

MFC after:	1 month
</content>
</entry>
<entry>
<title>cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO</title>
<updated>2020-12-11T01:52:27Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-11T01:52:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0c424c64f81c2c7c0ed2d6b72da9927d48b1c3dc'/>
<id>urn:sha1:0c424c64f81c2c7c0ed2d6b72da9927d48b1c3dc</id>
<content type='text'>
Sort by manpage section, then sort entries alphabetically.

This makes the manpages `make manlint` clean.

MFC after:	1 week
Sponsored by:	DellEMC Isilon
</content>
</entry>
<entry>
<title>aio_suspend.2: properly canonicalize .Dd</title>
<updated>2020-12-11T00:28:28Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-11T00:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=92d4164179518651ade878b87d5822db4e4dc355'/>
<id>urn:sha1:92d4164179518651ade878b87d5822db4e4dc355</id>
<content type='text'>
Months should be fully spelled as their local-specific equivalents: in this
case `Oct` should have been spelled like `October`.

Reported by:	make manlint
MFC after:	1 week
Sponsored by:	DellEMC Isilon
</content>
</entry>
<entry>
<title>cap_enter(2): fix CAVEATS section</title>
<updated>2020-12-11T00:26:49Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-11T00:26:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=20daf0ca6ea8ac82fa3a88f1d5e68507773c9644'/>
<id>urn:sha1:20daf0ca6ea8ac82fa3a88f1d5e68507773c9644</id>
<content type='text'>
The CAVEATS section was misspelled as "CAVEAT" before this change. Fix the
spelling to identify issues related to the section.

Furthermore, given that the section order was incorrect, move the CAVEATS
section down to the bottom of the manpage, per the conventional section
order.

MFC after:	1 week
Reported by:	make manlint
Sponsored by:	DellEMC Isilon
</content>
</entry>
<entry>
<title>_umtx_op(2): document recent addition of 32bit compat flags</title>
<updated>2020-12-09T03:20:51Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-12-09T03:20:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e04a83a3e1b40fc7c41b5938d2e432ba01facd74'/>
<id>urn:sha1:e04a83a3e1b40fc7c41b5938d2e432ba01facd74</id>
<content type='text'>
This was part of D27325.

Reviewed by:	kib
</content>
</entry>
<entry>
<title>extattr_get_file(20: bump .Dd</title>
<updated>2020-12-08T04:18:16Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-08T04:18:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=00107a56e597aa029756d1a83321a06e5fc98c23'/>
<id>urn:sha1:00107a56e597aa029756d1a83321a06e5fc98c23</id>
<content type='text'>
This is being done for the formatting and context changes. While the net content
hasn't been changed, the content/context changes were sufficient to warrant the
date bump.

MFC after:	1 week
MFC with:	r368431, r368433, r368434, r368435
Sponsored by:	DellEMC Isilon
</content>
</entry>
<entry>
<title>extattr_get_file(2): clarify RETURN VALUES</title>
<updated>2020-12-08T04:16:05Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-08T04:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cf681016d47ed689da60c8cfe1a4fb894e036b4d'/>
<id>urn:sha1:cf681016d47ed689da60c8cfe1a4fb894e036b4d</id>
<content type='text'>
While some of the syscalls' behavior were documented and implied in the
RETURN VALUES section by earlier, e.g., the DESCRIPTION sections, as having
behavior of the other calls (`*_fd` vs `*_file` vs `*_link`), there was a lot
of implied return value behavior in the section prior to this change.

Explicitly document the syscall behavior per the current implementation in
sys/kern/vfs_extattr.c so others can better develop based on its explicit
documented behavior instead of having to digest the context of the manpage to
understand the appropriate behavior.

MFC after:	1 week
MFC with:	r368431, r368433, r368434
Sponsored by:	DellEMC Isilon
</content>
</entry>
<entry>
<title>extattr_get_file(2): fix more formatting</title>
<updated>2020-12-08T04:05:19Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2020-12-08T04:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f7055239398f3a13377f30ba124201909b482bbd'/>
<id>urn:sha1:f7055239398f3a13377f30ba124201909b482bbd</id>
<content type='text'>
- Remove an unnecessary trailing comma separating a two-item clause.
- Sort more function calls alphabetically (in the same vein as r368433).

MFC after:	1 week
Sponsored by:	DellEMC Isilon
</content>
</entry>
</feed>
