svn commit: r368807 - head/usr.bin/patch

Gordon Bergling gbe at FreeBSD.org
Sat Dec 19 13:00:18 UTC 2020


Author: gbe (doc committer)
Date: Sat Dec 19 13:00:17 2020
New Revision: 368807
URL: https://svnweb.freebsd.org/changeset/base/368807

Log:
  patch(1): Fix a few mandoc related issues
  
  - no blank before trailing delimiter
  
  MFC after:	1 week

Modified:
  head/usr.bin/patch/patch.1

Modified: head/usr.bin/patch/patch.1
==============================================================================
--- head/usr.bin/patch/patch.1	Sat Dec 19 12:55:27 2020	(r368806)
+++ head/usr.bin/patch/patch.1	Sat Dec 19 13:00:17 2020	(r368807)
@@ -164,7 +164,7 @@ ask any questions.
 It assumes the following:
 skip patches for which a file to patch cannot be found;
 patch files even though they have the wrong version for the
-.Qq Prereq:
+.Qq Prereq :
 line in the patch;
 and assume that patches are not reversed even if they look like they are.
 This option does not suppress commentary; use
@@ -288,7 +288,7 @@ in that it suppresses questions, but makes some differ
 skip patches for which a file to patch cannot be found (the same as
 .Fl f ) ;
 skip patches for which the file has the wrong version for the
-.Qq Prereq:
+.Qq Prereq :
 line in the patch;
 and assume that patches are reversed if they look like they are.
 .It Fl u , Fl Fl unified
@@ -393,7 +393,7 @@ line of context.
 If that fails, and the maximum fuzz factor is set to 2 or more,
 the first two and last two lines of context are ignored,
 and another scan is made.
-.Pq The default maximum fuzz factor is 2.
+.Pq The default maximum fuzz factor is 2 .
 .Pp
 If
 .Nm
@@ -450,7 +450,7 @@ and the
 file is specified in the line beginning with
 .Qq +++ .
 If there is an
-.Qq Index:
+.Qq Index :
 line in the leading garbage (regardless of the diff type),
 .Nm
 will use the file name from that line as the
@@ -544,13 +544,13 @@ First, you can save people a lot of grief by keeping a
 file which is patched to increment the patch level as the first diff in the
 patch file you send out.
 If you put a
-.Qq Prereq:
+.Qq Prereq :
 line in with the patch, it will not let them apply
 patches out of order without some warning.
 .Pp
 Second, make sure you have specified the file names right, either in a
 context diff header, or with an
-.Qq Index:
+.Qq Index :
 line.
 If you are patching something in a subdirectory, be sure to tell the patch
 user to specify a


More information about the svn-src-all mailing list