vnode.9: Fix a typo in sys/tools/vnode_if.awk path name
Fixes: e01826567938 vnode.9: Document vnode_if.awk and vnode_if.src
MFC after: 1 week
(cherry picked from commit 0abee387e1dfd0bf09becadb39b9bc9fef240d95)
vnode.9: Fix a typo in sys/tools/vnode_if.awk path name
Fixes: e01826567938 vnode.9: Document vnode_if.awk and vnode_if.src
MFC after: 1 week
(cherry picked from commit 0abee387e1dfd0bf09becadb39b9bc9fef240d95)
buf.9: Sprinkle with mdoc macros
I did not bump the date here as the manual page looks more like a draft
and I'm not sure if it is actually up-to-date considering that it's
current Dd dates back to 1998.
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D52770
(cherry picked from commit fc7f5452c6ff1a9d01a9d8d0638da593ae4f080c)
buf.9: Sprinkle with mdoc macros
I did not bump the date here as the manual page looks more like a draft
and I'm not sure if it is actually up-to-date considering that it's
current Dd dates back to 1998.
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D52770
(cherry picked from commit fc7f5452c6ff1a9d01a9d8d0638da593ae4f080c)
buf.9: Sprinkle with mdoc macros
I did not bump the date here as the manual page looks more like a draft
and I'm not sure if it is actually up-to-date considering that it's
current Dd dates back to 1998.
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D52770
(cherry picked from commit fc7f5452c6ff1a9d01a9d8d0638da593ae4f080c)
databases/cego: update 2.52.39 -> 2.52.40
NOTE: Since this patch changed content object encoding,
the upgrade requires a tableset export/import !
- Fix added for CegoLogReader. __dateTimeFormat has to be setup
to print date values in log data
- In CegoContentObject, encoding and decoding was not done for tableAlias.
This might lead query errors during crash or backup recovery for insert
or update statements with nested selects.
Table Alias has been added to encoding.
emulators/wine-devel: Set USE_LDCONFIG unconditionally
Since removing emulators/i386-wine-devel with commit 99af2239fc in
2021 we don't need to account for USE_LDCONFIG32 coming from that
port any longer and can set USE_LDCONFIG unconditionally.
Also streamline the overall logic down to one line.
This matches 904382ada0af for emulators/wine.
Approved by: Thibault Payet <monwarez at mailoo.org> (maintainer)