diff options
author | jmc <> | 2013-08-20 21:05:20 +0000 |
---|---|---|
committer | jmc <> | 2013-08-20 21:05:20 +0000 |
commit | 850287b4bedee537be8a8661aa243c8ffe8ec9e5 (patch) | |
tree | d0a0855456c84f07e62bdea05fdd39311c8be1b5 /src | |
parent | 93efaf3a5ecedbfe39b3b7338faf555b424fed63 (diff) | |
download | openbsd-850287b4bedee537be8a8661aa243c8ffe8ec9e5.tar.gz openbsd-850287b4bedee537be8a8661aa243c8ffe8ec9e5.tar.bz2 openbsd-850287b4bedee537be8a8661aa243c8ffe8ec9e5.zip |
escape not-full-stop-dot at eol;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index c7a5a2b6e4..81309e86f8 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.64 2013/08/20 16:22:09 djm Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.65 2013/08/20 21:05:20 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -111,7 +111,7 @@ This is useful in conjunction with | |||
111 | to have | 111 | to have |
112 | .Nm | 112 | .Nm |
113 | perform connection setup with a proxy but then leave the rest of the | 113 | perform connection setup with a proxy but then leave the rest of the |
114 | connection to another program (e.g. | 114 | connection to another program (e.g.\& |
115 | .Xr ssh 1 | 115 | .Xr ssh 1 |
116 | using the | 116 | using the |
117 | .Xr ssh_config 5 | 117 | .Xr ssh_config 5 |