From 592d8d7be122522caa9bc242184d19b87cd96e91 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 28 Sep 2023 17:00:21 +0000 Subject: [PATCH] add a missing .Fa macro --- lib/libutil/imsg_init.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index 2fbc5ebe244..3c6b96222ac 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.29 2023/09/28 16:41:36 schwarze Exp $ +.\" $OpenBSD: imsg_init.3,v 1.30 2023/09/28 17:00:21 schwarze Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott .\" @@ -466,7 +466,9 @@ replaces a part of .Fa buf at offset .Fa pos -with the data of extent +with the +.Fa data +of extent .Fa len . 0 is returned on success and \-1 on failure. .Pp -- 2.20.1