diff options
-rw-r--r-- | usr.bin/nc/nc.1 | 6 |
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. \&. |