From: schwarze Date: Thu, 28 Sep 2023 17:00:21 +0000 (+0000) Subject: add a missing .Fa macro X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=592d8d7be122522caa9bc242184d19b87cd96e91;p=openbsd add a missing .Fa macro --- 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