Remove use of .TP and some .B. The idea is to reduce nroff syntax as much as possible and to use it consistently. Ultimately, we should be able to introduce our own easier-to-use-and-read syntax/formatting and convert on generation time. Closes #12535
24 lines
492 B
Makefile
24 lines
492 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: telnet-option
|
|
Short: t
|
|
Arg: <opt=val>
|
|
Help: Set telnet option
|
|
Category: telnet
|
|
Example: -t TTYPE=vt100 telnet://example.com/
|
|
Added: 7.7
|
|
See-also: config
|
|
Multi: append
|
|
---
|
|
Pass options to the telnet protocol. Supported options are:
|
|
|
|
.RS
|
|
.IP "TTYPE=<term>"
|
|
Sets the terminal type.
|
|
.IP "XDISPLOC=<X display>"
|
|
Sets the X display location.
|
|
.IP "NEW_ENV=<var,val>"
|
|
Sets an environment variable.
|
|
.RE
|
|
.IP
|