diff options
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/ober_oid_cmp.3 | 6 | ||||
-rw-r--r-- | lib/libutil/ober_read_elements.3 | 6 | ||||
-rw-r--r-- | lib/libutil/ober_set_header.3 | 6 |
3 files changed, 9 insertions, 9 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. diff --git a/lib/libutil/ober_read_elements.3 b/lib/libutil/ober_read_elements.3 index 244e6d07a19..759b6e50d96 100644 --- a/lib/libutil/ober_read_elements.3 +++ b/lib/libutil/ober_read_elements.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ober_read_elements.3,v 1.2 2020/09/04 06:17:57 martijn Exp $ +.\" $OpenBSD: ober_read_elements.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: September 4 2020 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_READ_ELEMENTS 3 .Os .Sh NAME @@ -112,7 +112,7 @@ or may then be called to parse, validate, and store the .Fa ber data stream into its -consituent +constituent .Vt ber_element parts for subsequent processing. The calling application must have explicit knowledge of the expected data diff --git a/lib/libutil/ober_set_header.3 b/lib/libutil/ober_set_header.3 index 401cc71ec09..b1f4fab5d34 100644 --- a/lib/libutil/ober_set_header.3 +++ b/lib/libutil/ober_set_header.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ober_set_header.3,v 1.1 2019/10/24 12:39:26 tb Exp $ +.\" $OpenBSD: ober_set_header.3,v 1.2 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: October 24 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_SET_HEADER 3 .Os .Sh NAME @@ -98,7 +98,7 @@ replaces .Fa prev with .Fa new -and frees any dynamically allocated storage assocated with +and frees any dynamically allocated storage associated with .Fa prev . .Pp .Fn ober_unlink_elements |