From 30e1d2e238d92b18f864afdc7414460f81a4ec79 Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Fri, 5 Jun 2026 05:27:03 -0400 Subject: [PATCH 1/2] dma.8: Add SPDX-License-Identifier: BSD-3-Clause Fixes: 9b2db1a7 (SPDX-License-Identifier: Add BSD-3-Clause identifiers) --- dma.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dma.8 b/dma.8 index 43d7bbc..614dfcf 100644 --- a/dma.8 +++ b/dma.8 @@ -1,4 +1,6 @@ .\" +.\" SPDX-License-Identifier: BSD-3-Clause +.\" .\" Copyright (c) 2008-2014, Simon Schubert <2@0x2c.org>. .\" Copyright (c) 2008 .\" The DragonFly Project. All rights reserved. From 0cef735393a35ae9c4663d3f87be0890cf6f188e Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Fri, 5 Jun 2026 05:31:48 -0400 Subject: [PATCH 2/2] dma.8: Add /var/spool/dma/ to whatis database Fixes: e8019487 (dma.8: Add spool to FILES) --- dma.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dma.8 b/dma.8 index 614dfcf..43812d9 100644 --- a/dma.8 +++ b/dma.8 @@ -356,7 +356,7 @@ flag is used. .El .Sh FILES .Bl -tag -width "/var/spool/dma/" -.It /var/spool/dma/ +.It Pa /var/spool/dma/ Default deffered mail queue, see .Ic SPOOLDIR . .El