| #
8269e767
|
| 14-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
libsys: relocate implementations and manpages
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
libsys: relocate implementations and manpages
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
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
0c424c64
|
| 11-Dec-2020 |
Enji Cooper <ngie@FreeBSD.org> |
cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO
Sort by manpage section, then sort entries alphabetically.
This makes the manpages `make manlint` clean.
MFC after: 1 week Sponsored by: DellEMC Is
cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO
Sort by manpage section, then sort entries alphabetically.
This makes the manpages `make manlint` clean.
MFC after: 1 week Sponsored by: DellEMC Isilon
show more ...
|
| #
3d265fce
|
| 09-Oct-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
Fix a few mandoc issues
- skipping paragraph macro: Pp after Sh - sections out of conventional order: Sh EXAMPLES - whitespace at end of input line - normalizing date format
|
| #
3b3e9cfb
|
| 18-Jun-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Fix a typo in cpuset_getdomain.2
PR: 247385 Reported by: Paul Floyd <paulf free.fr> MFC after: 1 week
|
| #
a6d05b9b
|
| 22-Nov-2019 |
Mark Johnston <markj@FreeBSD.org> |
Fix typos in the cpuset_{get,set}domain() man page.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
|
| #
ac8f2d6e
|
| 25-Mar-2018 |
Jeff Roberson <jeff@FreeBSD.org> |
Add missing file from 4331508
Document cpuset_{get,set}domain()
|