diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-10-24 17:17:42 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-11-03 12:47:01 +0000 |
| commit | 05120af690fbae7b6d91b2d2ad856086611ff67e (patch) | |
| tree | a35bbe86f307750049ef9f4807308efb13aeae46 /lib/libc/sys | |
| parent | 1955c8f6293fd8188c208bf03debc67b0ad7c615 (diff) | |
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/revoke.2 | 4 |
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. |
