From 8d3cd7767a2ea1816c31e1dbe7957253e723e559 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 6 Oct 2021 06:38:26 +0300 Subject: [PATCH] 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