diff options
-rw-r--r-- | lib/libutil/imsg_init.3 | 8 |
1 files 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 <nicm@openbsd.org> .\" @@ -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 |