diff options
Diffstat (limited to 'lib/libutil/ober_oid_cmp.3')
-rw-r--r-- | lib/libutil/ober_oid_cmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/ober_oid_cmp.3 b/lib/libutil/ober_oid_cmp.3 index 391fbbcf462..daad424b5cd 100644 --- a/lib/libutil/ober_oid_cmp.3 +++ b/lib/libutil/ober_oid_cmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ober_oid_cmp.3,v 1.2 2019/12/31 10:34:14 martijn Exp $ +.\" $OpenBSD: ober_oid_cmp.3,v 1.3 2021/03/12 05:18:01 jsg Exp $ .\" .\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@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: December 31 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_OID_CMP 3 .Os .Sh NAME @@ -60,7 +60,7 @@ may be used to compare two structures. .Sh RETURN VALUES .Fn ober_oid2ber -returns the number of bytes written or 0 on faliure. +returns the number of bytes written or 0 on failure .Pp .Fn ober_string2oid returns 0 on success or -1 on failure. |