diff options
-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 |