- jmc@cvs.openbsd.org 2010/11/15 07:40:14

[ssh_config.5]
     libary -> library;
This commit is contained in:
Damien Miller 2010-11-20 15:20:10 +11:00
parent 0dac6fb6b2
commit 8e1ea4e5a3
2 changed files with 6 additions and 3 deletions

View File

@ -14,6 +14,9 @@
hardcoding lowdelay/throughput.
bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@
- jmc@cvs.openbsd.org 2010/11/15 07:40:14
[ssh_config.5]
libary -> library;
20101111
- (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on

View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: ssh_config.5,v 1.143 2010/11/13 23:27:50 djm Exp $
.Dd $Mdocdate: November 13 2010 $
.\" $OpenBSD: ssh_config.5,v 1.144 2010/11/15 07:40:14 jmc Exp $
.Dd $Mdocdate: November 15 2010 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@ -806,7 +806,7 @@ The default is
.Dq no .
.It Cm PKCS11Provider
Specifies which PKCS#11 provider to use.
The argument to this keyword is the PKCS#11 shared libary
The argument to this keyword is the PKCS#11 shared library
.Xr ssh 1
should use to communicate with a PKCS#11 token providing the user's
private RSA key.