summaryrefslogtreecommitdiff
path: root/lib/libc/sys/unlink.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
commit85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch)
treeb9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libc/sys/unlink.2
parent66c4835634f1e74242f62bb59553d61059dc1a46 (diff)
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/unlink.2')
-rw-r--r--lib/libc/sys/unlink.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index c3089723f19..c175da13cf9 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unlink.2,v 1.8 1999/06/29 14:10:28 aaron Exp $
+.\" $OpenBSD: unlink.2,v 1.9 2000/04/15 11:46:04 aaron Exp $
.\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -88,7 +88,7 @@ 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, or the file system
+of the process is not the superuser, or the file system
containing the file does not permit the use of
.Fn unlink
on a directory.