The branch stable/14 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=05120af690fbae7b6d91b2d2ad856086611ff67e
commit 05120af690fbae7b6d91b2d2ad856086611ff67e Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2025-10-24 17:17:42 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2025-11-03 12:47:01 +0000 revoke.2: Remove mention of block special device files Block devices are a thing of a past in FreeBSD. Reviewed by: ziaee MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D53332 --- lib/libc/sys/revoke.2 | 4 ++-- 1 file 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.
