diff options
author | Dmitry Belyavskiy <beldmit@gmail.com> | 2018-11-11 22:56:05 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-11-11 22:56:05 +0100 |
commit | 59fbc8ef9a9c0700fd2b107fea390470ff17ada4 (patch) | |
tree | 898e201a40d1ee829c1d2280a7f4e6fe0c1f5b31 | |
parent | Unbreak SECLEVEL 3 regression causing it to not accept any ciphers. (diff) | |
download | openssl-59fbc8ef9a9c0700fd2b107fea390470ff17ada4.tar.xz openssl-59fbc8ef9a9c0700fd2b107fea390470ff17ada4.zip |
Some deabbreviations
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7614)
-rw-r--r-- | doc/man1/x509.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod index 547da5da23..088827b6ff 100644 --- a/doc/man1/x509.pod +++ b/doc/man1/x509.pod @@ -578,7 +578,8 @@ Dump any field whose OID is not recognised by OpenSSL. B<sep_multiline> These options determine the field separators. The first character is -between RDNs and the second between multiple AVAs (multiple AVAs are +between Relative Distinguished Names (RDNs) and the second is between +multiple Attribute Value Assertions (AVAs, multiple AVAs are very rare and their use is discouraged). The options ending in "space" additionally place a space after the separator to make it more readable. The B<sep_multiline> uses a linefeed character for |