File 0137-Remove-one-superfluous-closing-parenthesis-in-oam_in.patch of Package erlang
From 82e98af4da0a67d0b7b1114032b635aa2013bcd7 Mon Sep 17 00:00:00 2001
From: bitnitdit <bitnitdit@gmail.com>
Date: Sun, 29 Oct 2017 18:51:34 +0800
Subject: [PATCH] Remove one superfluous closing parenthesis in oam_intro.xml
---
system/doc/oam/oam_intro.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/oam/oam_intro.xml b/system/doc/oam/oam_intro.xml
index d3867f03ca..ead8c026b9 100644
--- a/system/doc/oam/oam_intro.xml
+++ b/system/doc/oam/oam_intro.xml
@@ -211,7 +211,7 @@ snmp:c("MY-MIB", [{il, ["sasl/priv/mibs"
<p>The following MIBs are defined in the OTP system:</p>
<list type="bulleted">
- <item><p><c>OTP-REG)</c> (in <c>sasl</c>) contains the top-level
+ <item><p><c>OTP-REG</c> (in <c>sasl</c>) contains the top-level
OTP registration objects, used by all other MIBs.</p></item>
<item><p><c>OTP-TC</c> (in <c>sasl</c>) contains the general
Textual Conventions, which can be used by any other MIB.</p></item>
--
2.14.3