The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=ba05cddcc634ac235beb252bd505deb83dcd99f1
commit ba05cddcc634ac235beb252bd505deb83dcd99f1 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2025-09-24 05:42:49 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2025-09-24 07:42:52 +0000 d.7: Fix synopsis A predicate cannot be used without an action. MFC after: 3 days Event: EuroBSDCon DevSummit 2025 --- share/man/man7/d.7 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man7/d.7 b/share/man/man7/d.7 index f4686d98b1d1..c098958ffa56 100644 --- a/share/man/man7/d.7 +++ b/share/man/man7/d.7 @@ -3,7 +3,7 @@ .\" .\" Copyright (c) 2025 Mateusz Piotrowski <[email protected]> .\" -.Dd June 14, 2025 +.Dd September 24, 2025 .Dt D 7 .Os .Sh NAME @@ -18,12 +18,14 @@ .Sm on .Sm off .Oo +.Oo .Cm / .Ar predicate .Cm / .Sm on .Oc -.Op Cm \&{ Ns Ar action Ns Cm \&} +.Cm \&{ Ns Ar action Ns Cm \&} +.Oc .Sh DESCRIPTION .Nm D is the
