diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-31 00:01:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-31 00:01:58 +0000 |
commit | e5f7bbcdcc468e13e9aae6a0748f29ed6e14549c (patch) | |
tree | e8aeb7db9879eed553e2c2af07697b1b4e499e68 /lib/libc | |
parent | 6b4a5f35ca7ca388d7bc1086819c5335697ea8f4 (diff) |
typo; matter@suspicious.org
Diffstat (limited to 'lib/libc')
-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 |