Add missing <userinput> tag.

This commit is contained in:
Bjoern Heidotting 2017-08-16 20:40:49 +00:00
parent b9dc98dfd4
commit e1f53e3c37
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50680

View file

@ -2691,8 +2691,8 @@ The key's randomart image is:
to any host that has the corresponding public key installed.
For example:</para>
<screen>&prompt.user; ssh-agent <replaceable>csh</replaceable>
&prompt.user; ssh-add
<screen>&prompt.user; <userinput>ssh-agent <replaceable>csh</replaceable></userinput>
&prompt.user; <userinput>ssh-add</userinput>
Enter passphrase for key '/usr/home/user/.ssh/id_rsa': <co xml:id="co-ssh-agent-passphrase"/>
Identity added: /usr/home/user/.ssh/id_rsa (/usr/home/user/.ssh/id_rsa)
&prompt.user;</screen>