Skip to content

Commit b197344

Browse files
committed
fir a few things.
add additional directories to debug mtree
1 parent 768cb24 commit b197344

27 files changed

+295
-207
lines changed

etc/mtree/BSD.debug.dist

+6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@
3939
..
4040
engines
4141
..
42+
flua
43+
..
4244
i18n
4345
..
46+
libxo
47+
encoder
48+
..
49+
..
4450
..
4551
libexec
4652
bsdinstall

lib/csu/tests/dso/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ SRCS+= ${src}.c
1919
SRCS+= ${src}.cc
2020
.endfor
2121

22-
LIBDIR= ${TESTSBASE}/lib/csu/dynamiclib/
22+
LIBDIR= ${TESTSBASE}/lib/csu/dynamiclib
2323

2424
.include <bsd.lib.mk>

lib/libc/sys/_umtx_op.2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
1+
.\" Copyright (c) 2016 The FreeBSD Foundation
22
.\"
33
.\" This documentation was written by
44
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship

lib/libc/sys/fhlink.2

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
.Fn fhlink "fhandle_t *fhp" "const char *to"
3939
.Ft int
4040
.Fn fhlinkat "fhandle_t *fhp" "int tofd" "const char *to"
41-
.Fc
4241
.Sh DESCRIPTION
4342
The
4443
.Fn fhlink

lib/libc/sys/fhreadlink.2

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
.In sys/mount.h
3737
.Ft int
3838
.Fn fhreadlink "fhandle_t *fhp" "char *buf" "size_t bufsize"
39-
.Fc
4039
.Sh DESCRIPTION
4140
The
4241
.Fn fhreadlink
@@ -86,7 +85,6 @@ The file handle
8685
.Fa fhp
8786
is no longer valid
8887
.El
89-
.El
9088
.Sh SEE ALSO
9189
.Xr fhstat 2 ,
9290
.Xr fhlink 2 ,

lib/libc/sys/fsync.2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Copyright (c) 1983, 1993
22
.\" The Regents of the University of California. All rights reserved.
3-
.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
3+
.\" Copyright (c) 2016 The FreeBSD Foundation
44
.\"
55
.\" Parts of this documentation were written by
66
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship

lib/libc/sys/getfh.2

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ argument is not an absolute path and
214214
is neither
215215
.Dv AT_FDCWD
216216
nor a file descriptor associated with a directory.
217+
.El
217218
.Sh SEE ALSO
218219
.Xr fhopen 2 ,
219220
.Xr open 2 ,

lib/libc/sys/munmap.2

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
.\" SUCH DAMAGE.
2727
.\"
28-
.\" @(#)munmap.2 8.3 (Berkeley) 5/27/94
28+
.Dd January 15, 2025
2929
.\"
30-
.Dd June 22, 2017
3130
.Dt MUNMAP 2
3231
.Os
3332
.Sh NAME
@@ -56,10 +55,8 @@ will fail if:
5655
.Bl -tag -width Er
5756
.It Bq Er EINVAL
5857
The
59-
.Fa addr
60-
argument was not page aligned, the
6158
.Fa len
62-
argument was zero or negative, or
59+
argument was zero, or
6360
some part of the region being unmapped is outside the
6461
valid address range for a process.
6562
.El

0 commit comments

Comments
 (0)