diff options
-rw-r--r-- | lib/libc/sys/unlink.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 65782289c2d..f908b619555 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unlink.2,v 1.4 1998/07/06 18:28:55 deraadt Exp $ +.\" $OpenBSD: unlink.2,v 1.5 1998/12/31 00:01:57 millert Exp $ .\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -88,7 +88,6 @@ to be removed. Too many symbolic links were encountered in translating the pathname. .It Bq Er EPERM The named file is a directory and the effective user ID -of the process is not the super-user. of the process is not the super-user, or the file system containing the file does not permit the use of .Fn unlink |