From 034df6b0b6792589d0ccc817792bd689818181a8 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Tue, 14 Aug 2018 10:08:36 +0200 Subject: fix double parenthesis and badly formatter tags (cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0) --- lib/tftp/doc/src/tftp.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/tftp/doc/src/tftp.xml') 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 @@ {logger, Module} -

Module = module()()

+

Module = module()

Callback module for customized logging of errors, warnings, and info messages. The callback module must implement the @@ -220,7 +220,7 @@ info(daemons) -> [{Pid, Options}] Returns information about all daemons. - Pid = [pid()()] + Pid = [pid()] Options = [option()] Reason = term() @@ -233,7 +233,7 @@ info(servers) -> [{Pid, Options}] Returns information about all servers. - Pid = [pid()()] + Pid = [pid()] Options = [option()] Reason = term() -- cgit v1.2.3