git: 8d3cd7767a2e - main - Fix mistakes in link(2) and shm_open(2)

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Wed, 06 Oct 2021 03:39:35 UTC
The branch main has been updated by kib:

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

commit 8d3cd7767a2ea1816c31e1dbe7957253e723e559
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-06 03:38:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-06 03:38:26 +0000

    Fix mistakes in link(2) and shm_open(2)
    
    PR:     258957
    Submitted by:   sigsys@gmail.com
    MFC after:      1 week
---
 lib/libc/sys/link.2     | 4 ++--
 lib/libc/sys/shm_open.2 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2
index 37225f9571d0..ab686266cd21 100644
--- a/lib/libc/sys/link.2
+++ b/lib/libc/sys/link.2
@@ -126,9 +126,9 @@ flag in the
 manual page.
 .It Dv AT_EMPTY_PATH
 If the
-.Fa path2
+.Fa name1
 argument is an empty string, link the file referenced by the descriptor
-.Fa fd2 .
+.Fa fd1 .
 The operation requires that the calling process has the
 .Dv PRIV_VFS_FHOPEN
 privilege, effectively being executed with effective user
diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2
index edf5440d44c4..4c03288b6bbe 100644
--- a/lib/libc/sys/shm_open.2
+++ b/lib/libc/sys/shm_open.2
@@ -369,7 +369,7 @@ does not begin with a slash
 character.
 .It Bq Er ENOENT
 .Dv O_CREAT
-is specified and the named shared memory object does not exist.
+is not specified and the named shared memory object does not exist.
 .It Bq Er EEXIST
 .Dv O_CREAT
 and