diff options
author | schwarze <> | 2021-11-19 15:50:46 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-19 15:50:46 +0000 |
commit | fea16ad0956deabd721f79aa9eb7735bfd3e1afa (patch) | |
tree | 20dd1eba594af8fe897b65c63273a05de1dc87aa /src | |
parent | a6de8aaa10fec4627b88369c4c72b0667de753da (diff) | |
download | openbsd-fea16ad0956deabd721f79aa9eb7735bfd3e1afa.tar.gz openbsd-fea16ad0956deabd721f79aa9eb7735bfd3e1afa.tar.bz2 openbsd-fea16ad0956deabd721f79aa9eb7735bfd3e1afa.zip |
add two missing .Dv macros;
markup bug found with regress/lib/libcrypto/man/check_complete.pl
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_REQ_print_ex.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_REQ_print_ex.3 b/src/lib/libcrypto/man/X509_REQ_print_ex.3 index 231b1b7248..b8fb690cc7 100644 --- a/src/lib/libcrypto/man/X509_REQ_print_ex.3 +++ b/src/lib/libcrypto/man/X509_REQ_print_ex.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_REQ_print_ex.3,v 1.1 2021/10/29 09:42:07 schwarze Exp $ | 1 | .\" $OpenBSD: X509_REQ_print_ex.3,v 1.2 2021/11/19 15:50:46 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: October 29 2021 $ | 17 | .Dd $Mdocdate: November 19 2021 $ |
18 | .Dt X509_REQ_PRINT_EX 3 | 18 | .Dt X509_REQ_PRINT_EX 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -71,7 +71,7 @@ in decimal and hexadecimal notation. | |||
71 | .It | 71 | .It |
72 | The subject name is printed with | 72 | The subject name is printed with |
73 | .Xr X509_NAME_print_ex 3 . | 73 | .Xr X509_NAME_print_ex 3 . |
74 | .Pq X509_FLAG_NO_SUBJECT | 74 | .Pq Dv X509_FLAG_NO_SUBJECT |
75 | .It | 75 | .It |
76 | The public key algorithm is printed with | 76 | The public key algorithm is printed with |
77 | .Xr i2a_ASN1_OBJECT 3 , | 77 | .Xr i2a_ASN1_OBJECT 3 , |
@@ -92,7 +92,7 @@ and | |||
92 | .Dv V_ASN1_IA5STRING | 92 | .Dv V_ASN1_IA5STRING |
93 | are printed with | 93 | are printed with |
94 | .Xr BIO_write 3 . | 94 | .Xr BIO_write 3 . |
95 | .Pq X509_FLAG_NO_ATTRIBUTES | 95 | .Pq Dv X509_FLAG_NO_ATTRIBUTES |
96 | .It | 96 | .It |
97 | The requested extensions are retrieved with | 97 | The requested extensions are retrieved with |
98 | .Xr X509_REQ_get_extensions 3 | 98 | .Xr X509_REQ_get_extensions 3 |