git: cc697d22c4a4 - main - libsys: move some missed manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Feb 2024 19:54:14 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=cc697d22c4a43d6d40744799695a65a1076bf3e8
commit cc697d22c4a43d6d40744799695a65a1076bf3e8
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-08 19:41:11 +0000
Commit: Brooks Davis <brooks@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