diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-03-30 21:56:28 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-04-23 11:14:09 +0000 |
| commit | 8bffc9b49248a21a6b5943dc17f4fc47fc122fb0 (patch) | |
| tree | 75a6a333a00fb84d874c9a58a71db1dc6a3628d8 | |
| parent | a635232c76145209adeb2157c394a12cc6b8313e (diff) | |
link(2): correct descriptor name in AT_RESOLVE_BENEATH description
(cherry picked from commit c78e124535febc6c0bc7c0756b42d6b845428d2e)
| -rw-r--r-- | lib/libc/sys/link.2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
