aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Catalinas Jiménez <[email protected]>2012-02-28 18:07:12 +0100
committerRicardo Catalinas Jiménez <[email protected]>2012-02-28 18:07:12 +0100
commit4c8b2b9b58b06f1a72cddceb7c915129eb89152e (patch)
tree4fa20dca75c64fba11e989f0490f48e84bd57575
parent3398aa592af611b84edad4fa56e88379df6d1735 (diff)
downloadotp-4c8b2b9b58b06f1a72cddceb7c915129eb89152e.tar.gz
otp-4c8b2b9b58b06f1a72cddceb7c915129eb89152e.tar.bz2
otp-4c8b2b9b58b06f1a72cddceb7c915129eb89152e.zip
Remove/add extra/missing white spaces
-rw-r--r--lib/ssl/doc/src/ssl.xml4
-rw-r--r--system/doc/efficiency_guide/profiling.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 50268ae206..4910a6f1b8 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -62,8 +62,8 @@
</c></p>
<p>For valid options
- see <seealso marker="kernel:inet">inet(3) </seealso> and
- <seealso marker="kernel:gen_tcp">gen_tcp(3) </seealso>.
+ see <seealso marker="kernel:inet">inet(3)</seealso> and
+ <seealso marker="kernel:gen_tcp">gen_tcp(3)</seealso>.
</p>
<p> <c>ssloption() = {verify, verify_type()} |
diff --git a/system/doc/efficiency_guide/profiling.xml b/system/doc/efficiency_guide/profiling.xml
index 65ba4b3369..230aa3504b 100644
--- a/system/doc/efficiency_guide/profiling.xml
+++ b/system/doc/efficiency_guide/profiling.xml
@@ -116,7 +116,7 @@
minimize runtime performance impact. Using fprof is just a
matter of calling a few library functions, see
<seealso marker="tools:fprof">fprof</seealso>
- manual page under the application tools.<c>fprof</c> was introduced in
+ manual page under the application tools.<c> fprof</c> was introduced in
version R8 of Erlang/OTP.
</p>
</section>