- 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;
This commit is contained in:
Damien Miller 2014-07-03 21:28:09 +10:00
parent 9c38643c5c
commit 0f12341402
2 changed files with 6 additions and 3 deletions

View File

@ -55,6 +55,9 @@
control paths. control paths.
bz#2220, based on patch from mancha1 AT zoho.com; ok markus@ bz#2220, based on patch from mancha1 AT zoho.com; ok markus@
- 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;
20140702 20140702
- OpenBSD CVS Sync - OpenBSD CVS Sync

View File

@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.188 2014/07/03 06:39:19 djm Exp $ .\" $OpenBSD: ssh_config.5,v 1.189 2014/07/03 07:45:27 jmc Exp $
.Dd $Mdocdate: July 3 2014 $ .Dd $Mdocdate: July 3 2014 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
@ -503,7 +503,7 @@ by the remote login username,
.Ql %u .Ql %u
by the username of the user running by the username of the user running
.Xr ssh 1 , and .Xr ssh 1 , and
.Ql %C .Ql \&%C
by a hash of the concatenation: %l%h%p%r. by a hash of the concatenation: %l%h%p%r.
It is recommended that any It is recommended that any
.Cm ControlPath .Cm ControlPath
@ -942,7 +942,7 @@ The following escape character substitutions will be performed:
(remote user name) or (remote user name) or
.Ql %u .Ql %u
(local user name) or (local user name) or
.Ql %C .Ql \&%C
by a hash of the concatenation: %l%h%p%r. by a hash of the concatenation: %l%h%p%r.
.Pp .Pp
The command is run synchronously and does not have access to the The command is run synchronously and does not have access to the