The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=cc697d22c4a43d6d40744799695a65a1076bf3e8
commit cc697d22c4a43d6d40744799695a65a1076bf3e8 Author: Brooks Davis <bro...@freebsd.org> AuthorDate: 2024-02-08 19:41:11 +0000 Commit: Brooks Davis <bro...@freebsd.org> CommitDate: 2024-02-08 19:50:32 +0000 libsys: move some missed manpages Fixes: 29d079c96491 - libsys: move __libsys_interposer consumers --- lib/{libc/gen => libsys}/lockf.3 | 0 lib/{libc/gen => libsys}/sleep.3 | 0 lib/{libc/gen => libsys}/usleep.3 | 0 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/lib/libc/gen/lockf.3 b/lib/libsys/lockf.3 similarity index 100% rename from lib/libc/gen/lockf.3 rename to lib/libsys/lockf.3 diff --git a/lib/libc/gen/sleep.3 b/lib/libsys/sleep.3 similarity index 100% rename from lib/libc/gen/sleep.3 rename to lib/libsys/sleep.3 diff --git a/lib/libc/gen/usleep.3 b/lib/libsys/usleep.3 similarity index 100% rename from lib/libc/gen/usleep.3 rename to lib/libsys/usleep.3