git: b96a063f6100 - main - DB_COMMAND(9): correct mdoc markup for .Nm entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Aug 2026 23:19:41 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=b96a063f61001e60ac282eb3500e703c7c3faf9c
commit b96a063f61001e60ac282eb3500e703c7c3faf9c
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-08-09 05:28:35 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-08-09 23:19:28 +0000
DB_COMMAND(9): correct mdoc markup for .Nm entries
Add missing commas after .Nm entries.
MFC after: 1 week
Reported by: make manlint
---
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