From 0b5c3b80b4595ac564eb35f1d7224a7d37f33f07 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 22 Mar 2018 19:24:18 +0000 Subject: organizationUnitName -> organizationalUnitName; from matt schwartz --- src/usr.bin/openssl/openssl.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index a8da054918..ce01e06a84 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/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 -- cgit v1.2.3-55-g6feb