svn commit: r366404 - head/bin/cp

Gordon Bergling gbe at FreeBSD.org
Sat Oct 3 18:36:23 UTC 2020


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


More information about the svn-src-head mailing list