Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2024 19:54:14 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cc697d22c4a4 - main - libsys: move some missed manpages
Message-ID:  <202402081954.418JsEMu058712@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402081954.418JsEMu058712>