git: c8c74bcbe973 - stable/13 - document first appearance of fhlink et al

From: Alan Somers <asomers_at_FreeBSD.org>
Date: Fri, 27 Jan 2023 15:40:27 UTC
The branch stable/13 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=c8c74bcbe973bcfa01b620ec534be3383ccd19eb

commit c8c74bcbe973bcfa01b620ec534be3383ccd19eb
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2022-11-30 17:23:22 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2023-01-27 15:39:45 +0000

    document first appearance of fhlink et al
    
    [skip ci]
    
    Sponsored by:   Axcient
    Reviewed by:    imp
    Differential Revision: https://reviews.freebsd.org/D37575
    
    (cherry picked from commit 34120c0c5234a56945f9a732b05a8d8b97492916)
---
 lib/libc/sys/fhlink.2     |  9 ++++++++-
 lib/libc/sys/fhreadlink.2 |  7 ++++++-
 lib/libc/sys/getfh.2      | 10 +++++++++-
 3 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/lib/libc/sys/fhlink.2 b/lib/libc/sys/fhlink.2
index 029ec8d7c2eb..6d27697199c4 100644
--- a/lib/libc/sys/fhlink.2
+++ b/lib/libc/sys/fhlink.2
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 23, 2021
+.Dd November 30, 2022
 .Dt FHLINK 2
 .Os
 .Sh NAME
@@ -248,3 +248,10 @@ nor a file descriptor associated with a directory.
 .Xr fhopen 2 ,
 .Xr fhreadlink 2 ,
 .Xr fhstat 2
+.Sh HISTORY
+The
+.Fn fhlink
+and
+.Fn fhlinkat
+system calls first appeared in
+.Fx 12.1 .
diff --git a/lib/libc/sys/fhreadlink.2 b/lib/libc/sys/fhreadlink.2
index 2837fd593d84..2b9a43110e4c 100644
--- a/lib/libc/sys/fhreadlink.2
+++ b/lib/libc/sys/fhreadlink.2
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 30, 2020
+.Dd November 30, 2022
 .Dt FHREADLINK 2
 .Os
 .Sh NAME
@@ -92,3 +92,8 @@ is no longer valid
 .Sh SEE ALSO
 .Xr fhstat 2 ,
 .Xr fhlink 2 ,
+.Sh HISTORY
+The
+.Fn fhreadlink
+system call first appeared in
+.Fx 12.1 .
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2
index e042839a00c4..fb3d434b2d08 100644
--- a/lib/libc/sys/getfh.2
+++ b/lib/libc/sys/getfh.2
@@ -29,7 +29,7 @@
 .\"	@(#)getfh.2	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd December 23, 2021
+.Dd November 30, 2022
 .Dt GETFH 2
 .Os
 .Sh NAME
@@ -224,3 +224,11 @@ The
 .Fn getfh
 system call first appeared in
 .Bx 4.4 .
+The
+.Fn lgetfh
+system call first appeared in
+.Fx 5.3 .
+The
+.Fn getfhat
+system call first appeared in
+.Fx 12.1 .