summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2023-09-30 14:24:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2023-09-30 14:24:01 +0000
commitbc6ab2de5f3bedfba79016aa477060273d4e0978 (patch)
tree93081efe76eb77f1446f533bd2487d9bc958d1b8
parent5efc656535759c813cbb1315c5859ef89f32f05f (diff)
drop one pair of needless parentheses
and polish one wording; no change of meaning
-rw-r--r--lib/libcrypto/man/X509v3_addr_subset.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/X509v3_addr_subset.3 b/lib/libcrypto/man/X509v3_addr_subset.3
index 8107eb8884b..93714a26fa2 100644
--- a/lib/libcrypto/man/X509v3_addr_subset.3
+++ b/lib/libcrypto/man/X509v3_addr_subset.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509v3_addr_subset.3,v 1.1 2023/09/28 12:36:36 tb Exp $
+.\" $OpenBSD: X509v3_addr_subset.3,v 1.2 2023/09/30 14:24:00 schwarze Exp $
.\"
.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 28 2023 $
+.Dd $Mdocdate: September 30 2023 $
.Dt X509V3_ADDR_SUBSET 3
.Os
.Sh NAME
@@ -62,12 +62,12 @@ then
.Fa child
is a subset of
.Fa parent .
-(In particular, a
+In particular, a
.Dv NULL
.Fa parent
is allowed for a
.Dv NULL
-.Fa child Ns .)
+.Fa child .
.It
If
.Fa parent
@@ -159,7 +159,7 @@ If both
and
.Fa parent
are in canonical form,
-they cannot fail.
+these functions cannot fail.
.Sh SEE ALSO
.Xr ASIdentifiers_new 3 ,
.Xr ASRange_new 3 ,