summaryrefslogtreecommitdiff
path: root/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-12-02 01:08:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-12-02 01:08:31 +0000
commit869197d00ec49c5be35de15455a6c70df499b418 (patch)
tree8a4d85521552c7b7726fd13078f6533504c6a181 /usr.bin/nc/nc.1
parentc8d149d1ad33d18ded09e11ee4e24b3f32e50c4a (diff)
tweaks; from claus assmann (pr #5317);
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r--usr.bin/nc/nc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1
index 852ded8ef89..69fd5ed3c1d 100644
--- a/usr.bin/nc/nc.1
+++ b/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nc.1,v 1.43 2006/01/31 09:34:12 jmc Exp $
+.\" $OpenBSD: nc.1,v 1.44 2006/12/02 01:08:30 jmc Exp $
.\"
.\" Copyright (c) 1996 David Sacerdote
.\" All rights reserved.
@@ -319,8 +319,8 @@ As another example, an email may be submitted to an SMTP server using:
.Bd -literal -offset indent
$ nc localhost 25 \*(Lt\*(Lt EOF
HELO host.example.com
-MAIL FROM: \*(Ltuser@host.example.com\*(Gt
-RCPT TO: \*(Ltuser2@host.example.com\*(Gt
+MAIL FROM:\*(Ltuser@host.example.com\*(Gt
+RCPT TO:\*(Ltuser2@host.example.com\*(Gt
DATA
Body of email.
\&.