From 9ee6221de49076e9c745a1b4aa06c65836c95ee2 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 27 Dec 1996 01:24:20 +0000 Subject: [PATCH] adjusted to state "no hard links to directories" --- lib/libc/sys/link.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index fbb03baff53..2a6f8b66c88 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -76,7 +76,7 @@ both and .Fa name2 must be in the same file system. -Unless the caller is the super-user, +As mandated by POSIX.1 .Fa name1 may not be a directory. .Sh RETURN VALUES @@ -116,8 +116,7 @@ does exist. .It Bq Er EPERM The file named by .Fa name1 -is a directory and the effective -user ID is not super-user. +is a directory. .It Bq Er EXDEV The link named by .Fa name2 -- 2.20.1