artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f3b8c
)
add a missing .Fa macro
author
schwarze
<schwarze@openbsd.org>
Thu, 28 Sep 2023 17:00:21 +0000
(17:00 +0000)
committer
schwarze
<schwarze@openbsd.org>
Thu, 28 Sep 2023 17:00:21 +0000
(17:00 +0000)
lib/libutil/imsg_init.3
patch
|
blob
|
history
diff --git
a/lib/libutil/imsg_init.3
b/lib/libutil/imsg_init.3
index
2fbc5eb
..
3c6b962
100644
(file)
--- 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 <nicm@openbsd.org>
.\"
@@
-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