aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tftp/doc/src/tftp.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-08-16 10:37:08 +0200
committerGitHub <[email protected]>2018-08-16 10:37:08 +0200
commit95188aed6498fad06a9a99644535e39d5b9804d3 (patch)
tree2c92d3b2e013ca7536bd2c5bd20db476e5e544fc /lib/tftp/doc/src/tftp.xml
parentcb7b7275fdaf08429468a89142763d21a97370c2 (diff)
parent034df6b0b6792589d0ccc817792bd689818181a8 (diff)
downloadotp-95188aed6498fad06a9a99644535e39d5b9804d3.tar.gz
otp-95188aed6498fad06a9a99644535e39d5b9804d3.tar.bz2
otp-95188aed6498fad06a9a99644535e39d5b9804d3.zip
Merge pull request #1931 from marianoguerra/fix-doc-errors-maint
fix double parenthesis and badly formatter <v> tags
Diffstat (limited to 'lib/tftp/doc/src/tftp.xml')
-rw-r--r--lib/tftp/doc/src/tftp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tftp/doc/src/tftp.xml b/lib/tftp/doc/src/tftp.xml
index 481e5446ad..4ed54bc462 100644
--- a/lib/tftp/doc/src/tftp.xml
+++ b/lib/tftp/doc/src/tftp.xml
@@ -150,7 +150,7 @@
<tag><c>{logger, Module}</c></tag>
<item>
- <p><c>Module = module()()</c></p>
+ <p><c>Module = module()</c></p>
<p>Callback module for customized logging of errors, warnings, and
info messages. The callback module must implement the
@@ -220,7 +220,7 @@
<name>info(daemons) -> [{Pid, Options}]</name>
<fsummary>Returns information about all daemons.</fsummary>
<type>
- <v>Pid = [pid()()]</v>
+ <v>Pid = [pid()]</v>
<v>Options = [option()]</v>
<v>Reason = term()</v>
</type>
@@ -233,7 +233,7 @@
<name>info(servers) -> [{Pid, Options}]</name>
<fsummary>Returns information about all servers.</fsummary>
<type>
- <v>Pid = [pid()()]</v>
+ <v>Pid = [pid()]</v>
<v>Options = [option()]</v>
<v>Reason = term()</v>
</type>