aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/revoke.2
Commit message (Collapse)AuthorAgeFilesLines
* revoke.2: Remove mention of block special device filesMateusz Piotrowski2025-10-311-2/+2
| | | | | | | | Block devices are a thing of a past in FreeBSD. Reviewed by: ziaee MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D53332
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-0/+107
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908