diff options
author | Damien Miller <djm@mindrot.org> | 2014-07-03 21:28:09 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-07-03 21:28:09 +1000 |
commit | 0f12341402e18fd9996ec23189b9418d2722453f (patch) | |
tree | 0d41619c2de147460783276d2f2624986f47a5a2 /ssh_config.5 | |
parent | 9c38643c5cd47a19db2cc28279dcc28abadc22b3 (diff) |
- jmc@cvs.openbsd.org 2014/07/03 07:45:27
[ssh_config.5]
escape %C since groff thinks it part of an Rs/Re block;
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 756762e49..81b20aa09 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.188 2014/07/03 06:39:19 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.189 2014/07/03 07:45:27 jmc Exp $ |
37 | .Dd $Mdocdate: July 3 2014 $ | 37 | .Dd $Mdocdate: July 3 2014 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -503,7 +503,7 @@ by the remote login username, | |||
503 | .Ql %u | 503 | .Ql %u |
504 | by the username of the user running | 504 | by the username of the user running |
505 | .Xr ssh 1 , and | 505 | .Xr ssh 1 , and |
506 | .Ql %C | 506 | .Ql \&%C |
507 | by a hash of the concatenation: %l%h%p%r. | 507 | by a hash of the concatenation: %l%h%p%r. |
508 | It is recommended that any | 508 | It is recommended that any |
509 | .Cm ControlPath | 509 | .Cm ControlPath |
@@ -942,7 +942,7 @@ The following escape character substitutions will be performed: | |||
942 | (remote user name) or | 942 | (remote user name) or |
943 | .Ql %u | 943 | .Ql %u |
944 | (local user name) or | 944 | (local user name) or |
945 | .Ql %C | 945 | .Ql \&%C |
946 | by a hash of the concatenation: %l%h%p%r. | 946 | by a hash of the concatenation: %l%h%p%r. |
947 | .Pp | 947 | .Pp |
948 | The command is run synchronously and does not have access to the | 948 | The command is run synchronously and does not have access to the |