aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tftp
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2018-08-14 10:08:36 +0200
committerMariano Guerra <[email protected]>2018-08-15 21:02:10 +0200
commit034df6b0b6792589d0ccc817792bd689818181a8 (patch)
treeb46c068d00b801ea796db61ceca09c779c170723 /lib/tftp
parentdacfafd97ed955b9c567f0efbc8553286360b0d2 (diff)
downloadotp-034df6b0b6792589d0ccc817792bd689818181a8.tar.gz
otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.bz2
otp-034df6b0b6792589d0ccc817792bd689818181a8.zip
fix double parenthesis and badly formatter <v> tags
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0)
Diffstat (limited to 'lib/tftp')
-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>