From 22f3b8cefb125c7ff5ad8b36404fd4c25f7e7d4c Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 28 Sep 2023 16:41:36 +0000 Subject: [PATCH] fix two wrong function names in the description; from --- lib/libutil/imsg_init.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index 11915f377f9..2fbc5ebe244 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.28 2023/06/20 06:53:29 jsg Exp $ +.\" $OpenBSD: imsg_init.3,v 1.29 2023/09/28 16:41:36 schwarze Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 20 2023 $ +.Dd $Mdocdate: September 28 2023 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -472,9 +472,9 @@ with the data of extent .Pp .Fn ibuf_set_n8 , .Fn ibuf_set_n16 , -.Fn ibuf_seek_set_n32 +.Fn ibuf_set_n32 and -.Fn ibuf_seek_set_n64 +.Fn ibuf_set_n64 replace a 1-byte, 2-byte, 4-byte or 8-byte .Fa value at offset -- 2.20.1