File 0822-systools-doc-error-fix.patch of Package erlang
From 8efd9d44e66f138cc9a47fbbd0e72fbe5c16d494 Mon Sep 17 00:00:00 2001
From: soulna <jiangranye@outlook.com>
Date: Mon, 10 Jan 2022 20:42:19 +0800
Subject: [PATCH] systools doc error fix
---
lib/sasl/doc/src/systools.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml
index 13878d379a..ec998e82e6 100644
--- a/lib/sasl/doc/src/systools.xml
+++ b/lib/sasl/doc/src/systools.xml
@@ -251,8 +251,8 @@
warnings are issued for calls to undefined functions.</p>
<p>By default, errors and warnings are printed to tty and
the function returns <c>ok</c> or <c>error</c>. If option
- <c>{ok,Module,Warnings}</c> or <c>{error,Module,Error}</c>.
<c>silent</c> is specified, the function instead returns
+ <c>{ok,Module,Warnings}</c> or <c>{error,Module,Error}</c>.
Warnings and errors can be converted to strings by calling
<c>Module:format_warning(Warnings)</c> or
<c>Module:format_error(Error)</c>.</p>
--
2.31.1