diff options
author | jmc <> | 2006-12-02 01:08:30 +0000 |
---|---|---|
committer | jmc <> | 2006-12-02 01:08:30 +0000 |
commit | 3ebd7e0bf4e6dd96670aeba0f6fd9187b801f884 (patch) | |
tree | 45f286078d14cf90e30a8514a0bbf1cce15caf73 /src | |
parent | 14bc71b6dfeebfb1d49318f5db67c7a9e009dd3c (diff) | |
download | openbsd-3ebd7e0bf4e6dd96670aeba0f6fd9187b801f884.tar.gz openbsd-3ebd7e0bf4e6dd96670aeba0f6fd9187b801f884.tar.bz2 openbsd-3ebd7e0bf4e6dd96670aeba0f6fd9187b801f884.zip |
tweaks; from claus assmann (pr #5317);
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 | \&. |