Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 09:43:35 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r366605 - stable/12/bin/cp
Message-ID:  <202010100943.09A9hZXQ042644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct 10 09:43:35 2020
New Revision: 366605
URL: https://svnweb.freebsd.org/changeset/base/366605

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

Modified:
  stable/12/bin/cp/cp.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/bin/cp/cp.1
==============================================================================
--- stable/12/bin/cp/cp.1	Sat Oct 10 09:42:24 2020	(r366604)
+++ stable/12/bin/cp/cp.1	Sat Oct 10 09:43:35 2020	(r366605)
@@ -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?202010100943.09A9hZXQ042644>