The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c78e124535febc6c0bc7c0756b42d6b845428d2e
commit c78e124535febc6c0bc7c0756b42d6b845428d2e Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2021-03-30 21:56:28 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2021-04-15 09:47:40 +0000 link(2): correct descriptor name in AT_RESOLVE_BENEATH description Noted and reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D29111 --- lib/libc/sys/link.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index de0efd5e510f..bcf03f17f3bb 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -117,7 +117,7 @@ names a symbolic link, a new link for the target of the symbolic link is created. .It Dv AT_RESOLVE_BENEATH Only walk paths below the directory specified by the -.Ar fd +.Ar fd1 descriptor. See the description of the .Dv O_RESOLVE_BENEATH _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"