aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/revoke.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/revoke.2')
-rw-r--r--lib/libc/sys/revoke.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2
index dc92512d3129..db0c8a85558b 100644
--- a/lib/libc/sys/revoke.2
+++ b/lib/libc/sys/revoke.2
@@ -30,7 +30,7 @@
.\"
.\" @(#)revoke.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd January 25, 2016
+.Dd October 24, 2025
.Dt REVOKE 2
.Os
.Sh NAME
@@ -64,7 +64,7 @@ using a special close method which does not block.
Access to a file may be revoked only by its owner or the super user.
The
.Fn revoke
-system call is currently supported only for block and character special
+system call is currently supported only for character special
device files.
It is normally used to prepare a terminal device for a new login session,
preventing any access by a previous user of the terminal.