git: afdf887bbf17 - stable/15 - DB_COMMAND(9): correct mdoc markup for .Nm entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Sep 2026 05:53:30 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=afdf887bbf170278d2696e6f3f24e0501596509b
commit afdf887bbf170278d2696e6f3f24e0501596509b
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-08-09 05:28:35 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-04 05:53:22 +0000
DB_COMMAND(9): correct mdoc markup for .Nm entries
Add missing commas after .Nm entries.
MFC after: 1 week
Reported by: make manlint
(cherry picked from commit b96a063f61001e60ac282eb3500e703c7c3faf9c)
---
share/man/man9/DB_COMMAND.9 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man9/DB_COMMAND.9 b/share/man/man9/DB_COMMAND.9
index b07281a353ac..f52df115f993 100644
--- a/share/man/man9/DB_COMMAND.9
+++ b/share/man/man9/DB_COMMAND.9
@@ -40,9 +40,9 @@
.Nm DB_SHOW_ALIAS_FLAGS ,
.Nm DB_SHOW_ALL_ALIAS ,
.Nm DB_TABLE_ALIAS ,
-.Nm DB_TABLE_ALIAS_FLAGS
+.Nm DB_TABLE_ALIAS_FLAGS ,
.Nm DB_DECLARE_TABLE ,
-.Nm DB_DEFINE_TABLE ,
+.Nm DB_DEFINE_TABLE
.Nd Extends the ddb command set
.Sh SYNOPSIS
.In ddb/ddb.h