diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-03 19:28:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-03 19:28:59 +0000 |
commit | 2ea733776369835097d140c9d1c1ca9bdd0ac7bb (patch) | |
tree | d56e3f7df50f4ecf7564f43b082fccd090d0353d /sys/man | |
parent | 56c7fa432b66fb12a060c306f1dd3b81c9be7f97 (diff) |
dial(1): typos
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/dial | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/man/1/dial b/sys/man/1/dial index 7e888be56..3981b92ca 100644 --- a/sys/man/1/dial +++ b/sys/man/1/dial @@ -23,13 +23,13 @@ Dial connects to the remote network address and if no .I cmd is specified, copies data from the connection to standard output, -and from standard input to the connection. +and from standard input to the network connection. .PP By default, dial exists when end of file is reached on standard input or on the network connection. The .B -e -flag cuses dial to exit only in response to end of file on +flag causes dial to exit only in response to end of file on the network connection. .PP If @@ -37,6 +37,7 @@ If is given, then .I cmd is executed with standard input and output connected to +the network connection. .PP The -o option cause protocol-specific control messages to be written to the control file of the network connection |