File 0137-Add-link-to-appup-manpage-in-release-handling-doc.patch of Package erlang
From 475d4185b6b71edff656c616eeb4fa580aa2c5a8 Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Tue, 30 May 2023 13:10:05 +0200
Subject: [PATCH] Add link to appup manpage in release handling doc
Additionally, document that `UpFromVsn` and `DownToVsn` can also be a
regular expression (explained in detail in the `appup` reference): the
current document implies, to me, that previous versions must be a fixed
string, whilst the appup file can deal with regular expressions as well.
---
system/doc/design_principles/release_handling.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/system/doc/design_principles/release_handling.xml b/system/doc/design_principles/release_handling.xml
index 167d92d52f..29f9b910c1 100644
--- a/system/doc/design_principles/release_handling.xml
+++ b/system/doc/design_principles/release_handling.xml
@@ -416,8 +416,10 @@
<item>Each <c>Instructions</c> is a list of release handling
instructions.</item>
</list>
- <p>For information about the syntax and contents of the <c>.appup</c>
- file, see the <c>appup(4)</c> manual page in SASL.</p>
+ <p><c>UpFromVsn</c> and <c>DownToVsn</c> can also be specified as regular
+ expressions. For more information about the syntax and contents of the
+ <c>.appup</c> file, see the <seefile marker="sasl:appup"><c>appup(4)</c>
+ manual page in SASL</seefile>.</p>
<p><seeguide marker="appup_cookbook">Appup Cookbook</seeguide>
includes examples of <c>.appup</c> files for typical upgrade/downgrade
cases.</p>
--
2.35.3