diff options
author | 2018-03-22 19:24:18 +0000 | |
---|---|---|
committer | 2018-03-22 19:24:18 +0000 | |
commit | c64f3bab5442c6733ffb4b23ac5e13d1885dc37a (patch) | |
tree | e48d39c29508f871abdb8eb44b12af15e13cddec | |
parent | crypto HISTORY up to 0.9.6h; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-c64f3bab5442c6733ffb4b23ac5e13d1885dc37a.tar.xz wireguard-openbsd-c64f3bab5442c6733ffb4b23ac5e13d1885dc37a.zip |
organizationUnitName -> organizationalUnitName;
from matt schwartz
-rw-r--r-- | usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index a8da0549182..ce01e06a84f 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.88 2018/02/28 20:36:09 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.89 2018/03/22 19:24:18 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: February 28 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -3404,7 +3404,7 @@ These are compiled into .Nm openssl and include the usual values such as .Cm commonName , countryName , localityName , organizationName , -.Cm organizationUnitName , stateOrProvinceName . +.Cm organizationalUnitName , stateOrProvinceName . Additionally, .Cm emailAddress is included as well as |