diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 15:02:14 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 15:02:14 +0000 |
commit | 3637b143870a00fdd912ed644512745e7056d511 (patch) | |
tree | e71f277f145d539501540b2b859c770a7510c761 /usr.bin/nc | |
parent | 977bda825dab156296186be67bb645923b93ba5f (diff) |
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 'usr.bin/nc')
-rw-r--r-- | usr.bin/nc/nc.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index d62c7588098..72885471f28 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.51 2009/10/22 12:35:53 sobrado Exp $ +.\" $OpenBSD: nc.1,v 1.52 2009/10/22 15:02:12 sobrado Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -175,8 +175,8 @@ This makes it possible to use to script telnet sessions. .It Fl U Specifies to use -.Ux -domain sockets. +.Ux Ns -domain +sockets. .It Fl u Use UDP instead of the default option of TCP. .It Fl V Ar rdomain @@ -389,8 +389,8 @@ IP for the local end of the connection: .Dl $ nc -s 10.1.2.3 host.example.com 42 .Pp Create and listen on a -.Ux -domain socket: +.Ux Ns -domain +socket: .Pp .Dl $ nc -lU /var/tmp/dsocket .Pp |