Commit 986288a659290f72e774dcf0cb43ba76b2c23c72

Stefan Sperling 2022-03-13T19:51:12

fix weird paragraph breaks in 'got patch' man page section

diff --git a/got/got.1 b/got/got.1
index 1c15f9e..6ecd586 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1290,6 +1290,8 @@ option)
 Apply changes from
 .Ar patchfile
 to files in a work tree.
+Files added or removed by a patch will be scheduled for addition or removal in
+the work tree.
 .Pp
 The patch must be in the unified diff format as produced by
 .Cm got diff ,
@@ -1298,7 +1300,6 @@ or by
 when invoked with the
 .Fl u
 option.
-.Pp
 If no
 .Ar patchfile
 argument is provided, read unified diff data from standard input instead.
@@ -1306,8 +1307,6 @@ argument is provided, read unified diff data from standard input instead.
 If the
 .Ar patchfile
 contains multiple patches then attempt to apply each of them in sequence.
-Files added or removed by a patch will be scheduled for addition or removal in
-the work tree.
 .Pp
 Show the status of each affected file, using the following status codes:
 .Bl -column XYZ description