summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/telnet.1
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-05-23 22:47:16 +0000
committerdillon <dillon@FreeBSD.org>2001-05-23 22:47:16 +0000
commita2bd71dbaf9c5662b4dd45011ebfec24b18c5740 (patch)
treea2a3188500ede8bdee474b70aa5560df7cda9769 /usr.bin/telnet/telnet.1
parent7959aca6f7927fb68c5325dea9b886220f5c7842 (diff)
downloadFreeBSD-src-a2bd71dbaf9c5662b4dd45011ebfec24b18c5740.zip
FreeBSD-src-a2bd71dbaf9c5662b4dd45011ebfec24b18c5740.tar.gz
A feature to allow one to telnet to a unix domain socket.
Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-rw-r--r--usr.bin/telnet/telnet.113
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 56bf056..4c857d9 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -42,7 +42,7 @@
protocol
.Sh SYNOPSIS
.Nm
-.Op Fl 468EFKLNacdfrx
+.Op Fl u468EFKLNacdfrx
.Op Fl S Ar tos
.Op Fl X Ar authtype
.Op Fl e Ar escapechar
@@ -75,6 +75,11 @@ command with those arguments.
.Pp
Options:
.Bl -tag -width indent
+.It Fl u
+Forces
+.Nm
+to use
+AF_UNIX addresses only (e.g. unix domain sockets, accessed with a file path)
.It Fl 4
Forces
.Nm
@@ -205,7 +210,11 @@ option is not available outside of the United States and
Canada.
.It Ar host
Indicates the official name, an alias, or the Internet address
-of a remote host.
+of a remote host. If
+.Ar host
+starts with a /,
+.Nm
+establishes a connection to the corresponding named socket.
.It Ar port
Indicates a port number (address of an application). If a number is
not specified, the default
OpenPOWER on IntegriCloud