aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tftp/doc/src/tftp.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-08-16 12:50:31 +0200
committerLukas Larsson <[email protected]>2018-08-16 12:50:31 +0200
commitda50aabe00056a78e81f634227cd7807bd780c23 (patch)
tree4b1bdc906b9ad040d70bc49453e1895b556fcbac /lib/tftp/doc/src/tftp.xml
parent5a65083ec68d57c5ad2b267ad2d089947b3fd5a0 (diff)
parent95188aed6498fad06a9a99644535e39d5b9804d3 (diff)
downloadotp-da50aabe00056a78e81f634227cd7807bd780c23.tar.gz
otp-da50aabe00056a78e81f634227cd7807bd780c23.tar.bz2
otp-da50aabe00056a78e81f634227cd7807bd780c23.zip
Merge branch 'maint'
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>