tftp-server: fix :abbr: statement

This commit is contained in:
Christian Poessinger 2019-12-15 19:17:14 +01:00
parent 1d22387f43
commit 8617a305f8

View File

@ -4,11 +4,11 @@
TFTP TFTP
#### ####
:abbr:`TFTP (Trivial File Transfer Protocol) is a simple, lockstep file transfer :abbr:`TFTP (Trivial File Transfer Protocol)` is a simple, lockstep file
protocol which allows a client to get a file from or put a file onto a remote transfer protocol which allows a client to get a file from or put a file onto
host. One of its primary uses is in the early stages of nodes booting from a a remote host. One of its primary uses is in the early stages of nodes booting
local area network. TFTP has been used for this application because it is very from a local area network. TFTP has been used for this application because it
simple to implement. is very simple to implement.
Configuration Configuration
============= =============