Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 13:17:26 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368810 - head/usr.sbin/camdd
Message-ID:  <202012191317.0BJDHQ5r039621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Dec 19 13:17:25 2020
New Revision: 368810
URL: https://svnweb.freebsd.org/changeset/base/368810

Log:
  camdd(8): Fix the man page date
  
  The comment before the .Dd macro was missing a quotation mark, so that
  the date of the man page was always today.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/camdd/camdd.8

Modified: head/usr.sbin/camdd/camdd.8
==============================================================================
--- head/usr.sbin/camdd/camdd.8	Sat Dec 19 13:11:44 2020	(r368809)
+++ head/usr.sbin/camdd/camdd.8	Sat Dec 19 13:17:25 2020	(r368810)
@@ -30,7 +30,7 @@
 .\" Authors: Ken Merry           (Spectra Logic Corporation)
 .\"
 .\" $FreeBSD$
-.\
+.\"
 .Dd November 11, 2015
 .Dt CAMDD 8
 .Os



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012191317.0BJDHQ5r039621>