File 0165-stdlib-Indent-example-code.patch of Package erlang
From b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 23 Jan 2018 21:07:40 +0100
Subject: [PATCH 2/2] stdlib: Indent example code
---
lib/stdlib/doc/src/ets.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 7fdcf53607..51e35cd2df 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -851,7 +851,7 @@ Table = ets:new...
MatchSpec = ....
% The following call...
ets:match_spec_run(ets:tab2list(Table),
-ets:match_spec_compile(MatchSpec)),
+ ets:match_spec_compile(MatchSpec)),
% ...will give the same result as the more common (and more efficient)
ets:select(Table,MatchSpec),</code>
<note>
--
2.16.0