diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-15 13:40:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-15 13:40:23 +0000 |
commit | cf8f378585c900c2698bb2ea6d4f7ca1db0b5f58 (patch) | |
tree | d69d470a74923689bad2df09cb866ee9efc15321 /lib/libutil | |
parent | 4d8738d943d58b9f83c585ff40923576d6236b67 (diff) |
typo fix from aisha tammy; ok nicm
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/imsg_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index 18720d1d59b..cf53cfaec38 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.23 2019/01/20 02:50:03 bcook Exp $ +.\" $OpenBSD: imsg_init.3,v 1.24 2020/12/15 13:40:22 jmc 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: January 20 2019 $ +.Dd $Mdocdate: December 15 2020 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -186,7 +186,7 @@ appends to bytes of ancillary data pointed to by .Fa data . It returns -.Fa len +.Fa datalen if it succeeds, \-1 otherwise. .Pp .Fn imsg_close |