On Mon, 14 Jul 2025 13:02:19 GMT Mateusz Piotrowski <0...@freebsd.org> wrote:
> The branch main has been updated by 0mp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=193f2289fc9a5c7464b460e1e61c2c0ac8c9f57d > > commit 193f2289fc9a5c7464b460e1e61c2c0ac8c9f57d > Author: Mateusz Piotrowski <0...@freebsd.org> > AuthorDate: 2025-07-11 18:10:58 +0000 > Commit: Mateusz Piotrowski <0...@freebsd.org> > CommitDate: 2025-07-14 13:01:51 +0000 > > d.7: Document the DTrace scripting language > > Reviewed by: bcr, christos, ziaee > Event: Berlin Hackathon 202507 > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D51268 > --- > cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 3 +- > share/man/man7/Makefile | 1 + > share/man/man7/d.7 | 287 > +++++++++++++++++++++++++++ > share/man/man7/intro.7 | 5 +- > 4 files changed, 294 insertions(+), 2 deletions(-) > > diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 > b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 > index 10a6922d79db..f3d7a49e0e78 100644 > --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 > +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 > @@ -20,7 +20,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd July 12, 2025 > +.Dd June 14, 2025 > .Dt DTRACE 1 > .Os So, why has the Dd. gone backwords from July 12, 2025 to June 14, 2025? Probably a typo, since July 14 is used everywhere else. -- Gary Jennejohn