FreeBSD Bugzilla – Attachment 228472 Details for
Bug 258957
Minor mistakes in link(2) and shm_open(2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
man.diff (text/plain), 901 bytes, created by
sigsys
on 2021-10-06 02:57:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
sigsys
Created:
2021-10-06 02:57:07 UTC
Size:
901 bytes
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258957
: 228472