diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh.1 | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -34,6 +34,9 @@ | |||
34 | - markus@cvs.openbsd.org 2010/02/10 23:20:38 | 34 | - markus@cvs.openbsd.org 2010/02/10 23:20:38 |
35 | [ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5] | 35 | [ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5] |
36 | pkcs#11 is no longer optional; improve wording; ok jmc@ | 36 | pkcs#11 is no longer optional; improve wording; ok jmc@ |
37 | - jmc@cvs.openbsd.org 2010/02/11 13:23:29 | ||
38 | [ssh.1] | ||
39 | libarary -> library; | ||
37 | 40 | ||
38 | 20100210 | 41 | 20100210 |
39 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for | 42 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for |
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.293 2010/02/10 23:20:38 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.294 2010/02/11 13:23:29 jmc Exp $ |
38 | .Dd $Mdocdate: February 10 2010 $ | 38 | .Dd $Mdocdate: February 11 2010 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -286,7 +286,7 @@ before placing itself in the background. | |||
286 | .It Fl g | 286 | .It Fl g |
287 | Allows remote hosts to connect to local forwarded ports. | 287 | Allows remote hosts to connect to local forwarded ports. |
288 | .It Fl I Ar pkcs11 | 288 | .It Fl I Ar pkcs11 |
289 | Specify the PKCS#11 shared libarary | 289 | Specify the PKCS#11 shared library |
290 | .Nm | 290 | .Nm |
291 | should use to communicate with a PKCS#11 token providing the user's | 291 | should use to communicate with a PKCS#11 token providing the user's |
292 | private RSA key. | 292 | private RSA key. |