summaryrefslogtreecommitdiff
path: root/lib/libc/sys/revoke.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
commitf29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch)
treea5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/revoke.2
parent906e3d9014b754421b64647e705b3cca2e9a7c01 (diff)
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/revoke.2')
-rw-r--r--lib/libc/sys/revoke.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2
index d9450546445..43f63964779 100644
--- a/lib/libc/sys/revoke.2
+++ b/lib/libc/sys/revoke.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: revoke.2,v 1.6 1999/07/07 17:06:08 art Exp $
+.\" $OpenBSD: revoke.2,v 1.7 2000/10/18 05:12:11 aaron Exp $
.\" $NetBSD: revoke.2,v 1.3 1995/10/12 15:41:11 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -65,14 +65,14 @@ If the file is a special file for a device which is open,
the device close function
is called as if all open references to the file had been closed.
.Pp
-Access to a file may be revoked only by its owner or the super user.
+Access to a file may be revoked only by its owner or the superuser.
The
.Nm revoke
function is normally used to prepare a terminal device for a new login session,
preventing any access by a previous user of the terminal.
.Sh RETURN VALUES
-A 0 value indicated that the call succeeded. A \-1 return value
-indicates an error occurred and
+A 0 value indicated that the call succeeded.
+A \-1 return value indicates an error occurred and
.Va errno
is set to indicated the reason.
.Sh ERRORS
@@ -93,7 +93,7 @@ Too many symbolic links were encountered in translating the pathname.
.Fa path
points outside the process's allocated address space.
.It Bq Er EPERM
-The caller is neither the owner of the file nor the super user.
+The caller is neither the owner of the file nor the superuser.
.El
.Sh SEE ALSO
.Xr close 2