From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/tftp/doc/src/tftp.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/tftp/doc/src') diff --git a/lib/tftp/doc/src/tftp.xml b/lib/tftp/doc/src/tftp.xml index e72a4ec985..57d64b7379 100644 --- a/lib/tftp/doc/src/tftp.xml +++ b/lib/tftp/doc/src/tftp.xml @@ -28,7 +28,7 @@ - tftp + tftp Trivial FTP.

Interface module for the tftp application.

@@ -172,7 +172,7 @@ - change_config(daemons, Options) -> [{Pid, Result}] + change_config(daemons, Options) -> [{Pid, Result}] Changes configuration for all daemons. @@ -187,7 +187,7 @@ - change_config(servers, Options) -> [{Pid, Result}] + change_config(servers, Options) -> [{Pid, Result}] Changes configuration for all servers. @@ -202,7 +202,7 @@ - change_config(Pid, Options) -> Result + change_config(Pid, Options) -> Result Changes configuration for a TFTP daemon, server, or client process. @@ -217,7 +217,7 @@ - info(daemons) -> [{Pid, Options}] + info(daemons) -> [{Pid, Options}] Returns information about all daemons. Pid = [pid()] @@ -230,7 +230,7 @@ - info(servers) -> [{Pid, Options}] + info(servers) -> [{Pid, Options}] Returns information about all servers. Pid = [pid()] @@ -243,7 +243,7 @@ - info(Pid) -> {ok, Options} | {error, Reason} + info(Pid) -> {ok, Options} | {error, Reason} Returns information about a daemon, server, or client process. Options = [option()] @@ -255,7 +255,7 @@ - read_file(RemoteFilename, LocalFilename, Options) -> {ok, LastCallbackState} | {error, Reason} + read_file(RemoteFilename, LocalFilename, Options) -> {ok, LastCallbackState} | {error, Reason} Reads a (virtual) file from a TFTP server. RemoteFilename = string() @@ -285,7 +285,7 @@ - start(Options) -> {ok, Pid} | {error, Reason} + start(Options) -> {ok, Pid} | {error, Reason} Starts a daemon process. Options = [option()] @@ -301,7 +301,7 @@ - write_file(RemoteFilename, LocalFilename, Options) -> {ok, LastCallbackState} | {error, Reason} + write_file(RemoteFilename, LocalFilename, Options) -> {ok, LastCallbackState} | {error, Reason} Writes a (virtual) file to a TFTP server. RemoteFilename = string() -- cgit v1.2.3