diff options
author | 2014-04-12 16:08:10 +0000 | |
---|---|---|
committer | 2014-04-12 16:08:10 +0000 | |
commit | 6505ab55fe1e4efede0447cc089cc61a88f48c46 (patch) | |
tree | 42792efad3374435552f5e954a41e2ce0b47e3c1 | |
parent | fix a bit test (diff) | |
download | wireguard-openbsd-6505ab55fe1e4efede0447cc089cc61a88f48c46.tar.xz wireguard-openbsd-6505ab55fe1e4efede0447cc089cc61a88f48c46.zip |
word fix;
From: Mike Small
-rw-r--r-- | share/man/man8/ssl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index 97cd400701f..4447dbf839d 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.8,v 1.56 2014/03/13 10:12:11 florian Exp $ +.\" $OpenBSD: ssl.8,v 1.57 2014/04/12 16:08:10 jmc Exp $ .\" .\" Copyright (c) 1999 Theo de Raadt, Bob Beck .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 13 2014 $ +.Dd $Mdocdate: April 12 2014 $ .Dt SSL 8 .Os .Sh NAME @@ -275,7 +275,7 @@ software. Prior to version 2.8, .Ox allowed users to download RSA enabled versions of the shared libssl and -libcrypto libraries which allowed users to enable full function without +libcrypto libraries which allowed users to enable full functionality without recompiling the applications. This method is now no longer needed, as the fully functional libraries ship with the system. |