aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dial.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:20:04 +0000
committerrsc <devnull@localhost>2005-01-04 21:20:04 +0000
commit94b5e3ff1dd81855814b66a88a2f8a9b984e90dd (patch)
tree139e0823b11c4a272012be5387aef240bd05808e /man/man1/dial.1
parent1a0954abb80f92cd9940a21f11dd8f3a84518579 (diff)
downloadplan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.tar.gz
plan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.tar.bz2
plan9port-94b5e3ff1dd81855814b66a88a2f8a9b984e90dd.zip
man pages changes
Diffstat (limited to 'man/man1/dial.1')
-rw-r--r--man/man1/dial.130
1 files changed, 30 insertions, 0 deletions
diff --git a/man/man1/dial.1 b/man/man1/dial.1
new file mode 100644
index 00000000..9d55888c
--- /dev/null
+++ b/man/man1/dial.1
@@ -0,0 +1,30 @@
+.TH DIAL 1
+.SH NAME
+dial \- connect to a remote service
+.SH SYNOPSIS
+.B dial
+[
+.B -e
+]
+.I addr
+.SH DESCRIPTION
+.I Dial
+connects to the network address
+.I addr
+(see
+.IR dial (3))
+and then copies data from the connection to standard output,
+and from standard input to the connection.
+.PP
+By default,
+.I dial
+exits when end of file is reached on standard input or on the network connection.
+The
+.B -e
+flag causes
+.I dial
+to exit only in response to end of file on the network connection.
+.SH SOURCE
+.B /usr/local/plan9/src/cmd/dial.c
+.SH SEE ALSO
+.IR dial (3)