From 7aed0edf73ad71e9224c4ff6c74bbeb9547f8fb6 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 2 Dec 2021 00:35:05 +0100 Subject: [PATCH] man: Add missing comma in .Dd for tree(3) Reported-by: Thorsten Glaser --- man/tree.3bsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/tree.3bsd b/man/tree.3bsd index 9433394..aa8a724 100644 --- a/man/tree.3bsd +++ b/man/tree.3bsd @@ -23,7 +23,7 @@ .\" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.Dd May 10 2019 +.Dd May 10, 2019 .Dt TREE 3bsd .Os .Sh NAME -- 2.47.3