]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
RELEASE: ffix
authorAlejandro Colomar <alx@kernel.org>
Thu, 20 Oct 2022 16:45:07 +0000 (18:45 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 20 Oct 2022 16:47:57 +0000 (18:47 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
RELEASE

diff --git a/RELEASE b/RELEASE
index 6480cca50fe8f391f5661c53887fc6df6e749146..0b137b8fc2ef3f0df8fbb111c60a40317e98d6d4 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -20,7 +20,7 @@ Decide the version number:
 2) Changes
 ----------
 
-Fill the Changes file.  For that you can check older commits, like
+Fill the <Changes> file.  For that you can check older commits, like
 d4e80a7748 "Changes: Ready for 6.01".  It needs manual intervention,
 but in that commit log you can check a few commands that will help.
 
@@ -121,15 +121,15 @@ The subject of the email should be "man-pages-${new} released".
 7) Changes.old
 --------------
 
-Move the contents of Changes to Changes.old, and prepare for the next
-release.
+Move the contents of <Changes> to <Changes.old>, and prepare for the
+next release.
 
-- Copy contents of Changes to Changes.old:
+- Copy contents of <Changes> to <Changes.old>:
 
     $ (echo; echo) >> Changes.old
     $ cat Changes >> Changes.old
 
-- Empty Changes:
+- Empty <Changes>:
 
     $ git checkout man-pages-${new}^^ -- Changes