From 62cb87032d96ebc7bac8a0a0c699edd47e2d443b Mon Sep 17 00:00:00 2001 From: schwarze Date: Sun, 29 Aug 2021 19:00:20 +0000 Subject: [PATCH] fix an obvious mixup regarding the order of lines in the SYNOPSIS, and an omission below HISTORY --- lib/libutil/ober_set_header.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/libutil/ober_set_header.3 b/lib/libutil/ober_set_header.3 index c067eda214e..417eef908f8 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.3 2021/08/29 13:27:11 martijn Exp $ +.\" $OpenBSD: ober_set_header.3,v 1.4 2021/08/29 19:00:20 schwarze Exp $ .\" .\" Copyright (c) 2007, 2012 Reyk Floeter .\" @@ -46,8 +46,8 @@ .Ft "void" .Fn "ober_replace_elements" "struct ber_element *prev" "struct ber_element *elm" .Ft "struct ber_element *" -.Ft "struct ber_element *" .Fn "ober_dup" "struct ber_element *orig" +.Ft "struct ber_element *" .Fn "ober_unlink_elements" "struct ber_element *prev" .Ft "void" .Fn "ober_free_element" "struct ber_element *root" @@ -140,7 +140,11 @@ returns a pointer to ITU-T Recommendation X.690, also known as ISO/IEC 8825-1: Information technology - ASN.1 encoding rules. .Sh HISTORY -These functions first appeared as internal functions in +.Fn ober_dup +first appeared in +.Ox 7.0 . +.Pp +The other functions first appeared as internal functions in .Xr snmpd 8 in .Ox 4.2 -- 2.20.1