diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-01-03 21:04:34 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-01-03 21:04:34 +0000 |
commit | 73f5eea7b5a65a380ef511a5c005db64cef7d149 (patch) | |
tree | 8aca81be5d9da89b181afce9c9ac56ff452eb7a3 /sys/man | |
parent | e5f0918bebd66beb83dfa6fa1b9b21d1fa17f53b (diff) |
dial(1): fix a typo
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/dial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/dial b/sys/man/1/dial index 3981b92ca..f99a757a2 100644 --- a/sys/man/1/dial +++ b/sys/man/1/dial @@ -25,7 +25,7 @@ and if no is specified, copies data from the connection to standard output, and from standard input to the network connection. .PP -By default, dial exists when end of file is reached on +By default, dial exits when end of file is reached on standard input or on the network connection. The .B -e |