<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/fhreadlink.2, 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>2024-11-28T12:53:17Z</updated>
<entry>
<title>fhreadlink.2: fix old typo in the manpage</title>
<updated>2024-11-28T12:53:17Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>2024-11-25T18:35:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7efa3a6028ce0cde4981ef432c7013c3f779aedd'/>
<id>urn:sha1:7efa3a6028ce0cde4981ef432c7013c3f779aedd</id>
<content type='text'>
PR: 282967

(cherry picked from commit fb4cdd51608f3008f035d01f6a499811cda41735)
</content>
</entry>
<entry>
<title>manuals: Fix "unusual .Xr" warnings with a script</title>
<updated>2024-11-04T16:13:13Z</updated>
<author>
<name>Graham Percival</name>
<email>gperciva@tarsnap.com</email>
</author>
<published>2024-10-15T15:44:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ddf4df54a7d3bf3df2cf929307e677acf86b06e2'/>
<id>urn:sha1:ddf4df54a7d3bf3df2cf929307e677acf86b06e2</id>
<content type='text'>
These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by:	Graham Percival &lt;gperciva@tarsnap.com&gt;
Reviewed by:	mhorne, Alexander Ziaee &lt;concussious.bugzilla@runbox.com&gt;
Sponsored by:	Tarsnap Backup Inc.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1464

(cherry picked from commit 6e1fc0118033f42b7c0d3623c8f67a89ebecabb2)
</content>
</entry>
<entry>
<title>manuals: Fix errors in .2 pages</title>
<updated>2024-11-04T15:56:24Z</updated>
<author>
<name>Graham Percival</name>
<email>gperciva@tarsnap.com</email>
</author>
<published>2024-09-20T01:54:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3609e56813b4322660c9f4a882f7336d57b7d723'/>
<id>urn:sha1:3609e56813b4322660c9f4a882f7336d57b7d723</id>
<content type='text'>
These were reported by `mandoc -T lint ...` as errors.

fhlink.2, fhreadlink.2: remove unneeded block closing.

getfh.2, procctl.2: add necessary block closing.

ptrace.2: -width only takes one argument.

swapon.2: &lt;sys/vmparam.h&gt; and &lt;vm/swap_pager.h&gt; weren't being displayed,
    because .It is for a list item whereas .In is for included files.
    Also, we want a blank line between &lt;sys/ &gt; headers and the other
    one.

Signed-off-by:	Graham Percival &lt;gperciva@tarsnap.com&gt;
PR:		281597
Reviewed by:	mhorne
Sponsored by:	Tarsnap Backup Inc.

(cherry picked from commit 650056363baddb83c61c85b0539ee536f3d4b56c)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: two-line nroff pattern</title>
<updated>2023-08-16T17:55:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa9896e082a1046ff4fbc75fcba4d18d1f2efc19'/>
<id>urn:sha1:fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</id>
<content type='text'>
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>[skip ci] document first appearance of fhlink et al</title>
<updated>2022-11-30T21:57:56Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2022-11-30T17:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34120c0c5234a56945f9a732b05a8d8b97492916'/>
<id>urn:sha1:34120c0c5234a56945f9a732b05a8d8b97492916</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Axcient
Reviewed by:	imp
Differential Revision: https://reviews.freebsd.org/D37575
</content>
</entry>
<entry>
<title>Document EINTEGRITY errors for many system calls.</title>
<updated>2020-03-30T21:44:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-03-30T21:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e42b09643997affce935b2197814381c7ee856c1'/>
<id>urn:sha1:e42b09643997affce935b2197814381c7ee856c1</id>
<content type='text'>
EINTEGRITY was previously documented as a UFS-specific error for
mount(2).  This documents EINTEGRITY as a filesystem-independent error
that may be reported by the backing store of a filesystem.

While here, document EIO as a filesystem-independent error for both
mount(2) and posix_fadvise(2).  EIO was previously only documented for
UFS for mount(2).

Reviewed by:	mckusick
Suggested by:	mckusick
MFC after:	2 weeks
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D24168
</content>
</entry>
<entry>
<title>Add new file handle system calls.</title>
<updated>2018-12-07T15:17:29Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-12-07T15:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1fd400a8048db0a958b0f441ae542fb5e9e16e7'/>
<id>urn:sha1:d1fd400a8048db0a958b0f441ae542fb5e9e16e7</id>
<content type='text'>
Namely, getfhat(2), fhlink(2), fhlinkat(2), fhreadlink(2).  The
syscalls are provided for a NFS userspace server (nfs-ganesha).

Submitted by:	Jack Halford &lt;jack@gandi.net&gt;
Sponsored by:	Gandi.net
Tested by:	pho
Feedback from:	brooks, markj
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D18359
</content>
</entry>
</feed>
