summaryrefslogtreecommitdiff
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-10-09 14:03:45 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-10-09 14:03:45 +0000
commit6d6d6c360322227ba838c53ed72d31937a425800 (patch)
tree6f03ca22a437afb812a243a8238d6c5f6d921079 /usr.bin/tftp
parent72479f6bf9a62eb21e966e657a4cd25060d8dde5 (diff)
downloadsrc-test2-6d6d6c360322227ba838c53ed72d31937a425800.tar.gz
src-test2-6d6d6c360322227ba838c53ed72d31937a425800.zip
Fix a few mandoc issues
- no blank before trailing delimiter - whitespace at end of input line - sections out of conventional order - normalizing date format - AUTHORS section without An macro
Notes
Notes: svn path=/head/; revision=366572
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/tftp.120
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1
index 7f413e2b1035..67f3c566d4a0 100644
--- a/usr.bin/tftp/tftp.1
+++ b/usr.bin/tftp/tftp.1
@@ -74,7 +74,8 @@ Shorthand for "mode binary"
Sets the TFTP blksize option in TFTP Read Request or Write Request packets
to
.Ar [size]
-as specified in RFC 2348. Valid values are between 8 and 65464.
+as specified in RFC 2348.
+Valid values are between 8 and 65464.
If no blocksize is specified, then by default a blocksize of 512 bytes
will be used.
.Pp
@@ -82,8 +83,8 @@ will be used.
Sets the TFTP blksize2 option in TFTP Read Request or Write Request packets
to
.Ar [size] .
-Values are restricted to powers of 2 between 8 and 32768. This is a
-non-standard TFTP option.
+Values are restricted to powers of 2 between 8 and 32768.
+This is a non-standard TFTP option.
.Pp
.It Cm connect Ar host Op Ar port
Set the
@@ -109,7 +110,8 @@ or
commands.
.Pp
.It Cm debug Ar level
-Enable or disable debugging levels during verbose output. The value of
+Enable or disable debugging levels during verbose output.
+The value of
.Ar level
can be one of
.Cm packet , simple , options ,
@@ -156,7 +158,8 @@ The default is
.It Cm packetdrop [arg]
Randomly drop
.Ar arg
-out of 100 packets during a transfer. This is a debugging feature.
+out of 100 packets during a transfer.
+This is a debugging feature.
.Pp
.It Cm put Ar file Op Oo Ar host : Oc Ns Ar remotename
.It Cm put Ar file1 file2 ... fileN Op Oo Ar host : Oc Ns Ar remote-directory
@@ -178,7 +181,8 @@ see the example under the
command.
.Pp
.It Cm options Ar [arg]
-Enable or disable support for TFTP options. The valid values of
+Enable or disable support for TFTP options.
+The valid values of
.Ar arg
are
.Cm on
@@ -198,8 +202,8 @@ Set the per-packet retransmission timeout, in seconds.
.Pp
.It Cm rollover [arg]
Specify the rollover option in TFTP Read Request or Write
-Request packets. After 65535 packets have been transmitted, set the block
-counter to
+Request packets.
+After 65535 packets have been transmitted, set the block counter to
.Ar arg .
Valid values of
.Ar arg