summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorsobrado <>2009-10-22 15:02:12 +0000
committersobrado <>2009-10-22 15:02:12 +0000
commit85d0fda075749b22bc1a0bed26d0b6bdce4bf10b (patch)
treec4aaf4b6a629d2faa4a659942d7b39fd2b879da4 /src/usr.bin/nc/nc.1
parentcf545c35b7e8dac632d41a8c7cc82ba750f3adf6 (diff)
downloadopenbsd-85d0fda075749b22bc1a0bed26d0b6bdce4bf10b.tar.gz
openbsd-85d0fda075749b22bc1a0bed26d0b6bdce4bf10b.tar.bz2
openbsd-85d0fda075749b22bc1a0bed26d0b6bdce4bf10b.zip
write UNIX-domain in a more consistent way; while here, replace a
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index d62c758809..72885471f2 100644
--- a/src/usr.bin/nc/nc.1
+++ b/src/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: nc.1,v 1.51 2009/10/22 12:35:53 sobrado Exp $ 1.\" $OpenBSD: nc.1,v 1.52 2009/10/22 15:02:12 sobrado Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -175,8 +175,8 @@ This makes it possible to use
175to script telnet sessions. 175to script telnet sessions.
176.It Fl U 176.It Fl U
177Specifies to use 177Specifies to use
178.Ux 178.Ux Ns -domain
179domain sockets. 179sockets.
180.It Fl u 180.It Fl u
181Use UDP instead of the default option of TCP. 181Use UDP instead of the default option of TCP.
182.It Fl V Ar rdomain 182.It Fl V Ar rdomain
@@ -389,8 +389,8 @@ IP for the local end of the connection:
389.Dl $ nc -s 10.1.2.3 host.example.com 42 389.Dl $ nc -s 10.1.2.3 host.example.com 42
390.Pp 390.Pp
391Create and listen on a 391Create and listen on a
392.Ux 392.Ux Ns -domain
393domain socket: 393socket:
394.Pp 394.Pp
395.Dl $ nc -lU /var/tmp/dsocket 395.Dl $ nc -lU /var/tmp/dsocket
396.Pp 396.Pp