diff options
author | 2010-02-11 13:23:29 +0000 | |
---|---|---|
committer | 2010-02-11 13:23:29 +0000 | |
commit | 24d445fa3286a40f30a03539c8fac382cfe96cc6 (patch) | |
tree | 94b1918110967c271d519d61fb74db99f36ea3bd | |
parent | While looking through this code I figured out that set nexthop self and (diff) | |
download | wireguard-openbsd-24d445fa3286a40f30a03539c8fac382cfe96cc6.tar.xz wireguard-openbsd-24d445fa3286a40f30a03539c8fac382cfe96cc6.zip |
libarary -> library;
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8fcc9b56424..6964cd09cfb 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,8 +34,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.1,v 1.293 2010/02/10 23:20:38 markus Exp $ -.Dd $Mdocdate: February 10 2010 $ +.\" $OpenBSD: ssh.1,v 1.294 2010/02/11 13:23:29 jmc Exp $ +.Dd $Mdocdate: February 11 2010 $ .Dt SSH 1 .Os .Sh NAME @@ -286,7 +286,7 @@ before placing itself in the background. .It Fl g Allows remote hosts to connect to local forwarded ports. .It Fl I Ar pkcs11 -Specify the PKCS#11 shared libarary +Specify the PKCS#11 shared library .Nm should use to communicate with a PKCS#11 token providing the user's private RSA key. |