Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 18:36:22 +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: r366404 - head/bin/cp
Message-ID:  <202010031836.093IaMd9026504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct  3 18:36:22 2020
New Revision: 366404
URL: https://svnweb.freebsd.org/changeset/base/366404

Log:
  cp(1): Bugfixes for some issues reported by mandoc
  
  - no blank before trailing delimiter
  
  MFC after:	1 week

Modified:
  head/bin/cp/cp.1

Modified: head/bin/cp/cp.1
==============================================================================
--- head/bin/cp/cp.1	Sat Oct  3 18:34:24 2020	(r366403)
+++ head/bin/cp/cp.1	Sat Oct  3 18:36:22 2020	(r366404)
@@ -300,9 +300,9 @@ differ as they copy special files as normal
 files while recreating a hierarchy.
 .Pp
 The
-.Fl l,
-.Fl s,
-.Fl v,
+.Fl l ,
+.Fl s ,
+.Fl v ,
 .Fl x
 and
 .Fl n



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