Remove extra 'or'
authorclaudio <claudio@openbsd.org>
Mon, 28 Mar 2022 08:18:13 +0000 (08:18 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 28 Mar 2022 08:18:13 +0000 (08:18 +0000)
OK tb@

lib/libcrypto/man/X509at_get_attr.3

index 8b85609..82f786a 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509at_get_attr.3,v 1.6 2021/11/26 13:48:21 jsg Exp $
+.\" $OpenBSD: X509at_get_attr.3,v 1.7 2022/03/28 08:18:13 claudio Exp $
 .\"
 .\" Copyright (c) 2021 Ingo Schwarze <schwarze@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: November 26 2021 $
+.Dd $Mdocdate: March 28 2022 $
 .Dt X509AT_GET_ATTR 3
 .Os
 .Sh NAME
@@ -103,7 +103,6 @@ contains exactly one value.
 .Sh RETURN VALUES
 .Fn X509at_get_attr
 returns an internal pointer or
-or
 .Dv NULL
 on failure.
 .Pp