diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 852ded8ef8..69fd5ed3c1 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.43 2006/01/31 09:34:12 jmc Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.44 2006/12/02 01:08:30 jmc Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
| 4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
| @@ -319,8 +319,8 @@ As another example, an email may be submitted to an SMTP server using: | |||
| 319 | .Bd -literal -offset indent | 319 | .Bd -literal -offset indent |
| 320 | $ nc localhost 25 \*(Lt\*(Lt EOF | 320 | $ nc localhost 25 \*(Lt\*(Lt EOF |
| 321 | HELO host.example.com | 321 | HELO host.example.com |
| 322 | MAIL FROM: \*(Ltuser@host.example.com\*(Gt | 322 | MAIL FROM:\*(Ltuser@host.example.com\*(Gt |
| 323 | RCPT TO: \*(Ltuser2@host.example.com\*(Gt | 323 | RCPT TO:\*(Ltuser2@host.example.com\*(Gt |
| 324 | DATA | 324 | DATA |
| 325 | Body of email. | 325 | Body of email. |
| 326 | \&. | 326 | \&. |
