diff options
author | 2015-07-11 16:23:59 +0000 | |
---|---|---|
committer | 2015-07-11 16:23:59 +0000 | |
commit | 657b656b994813e6db6674a9d9538024b801fd45 (patch) | |
tree | 634d551c77e0b78c05bb81c47c532c4608d939d0 /lib/libutil | |
parent | Convert openssl(1) dhparam to new option handling. (diff) | |
download | wireguard-openbsd-657b656b994813e6db6674a9d9538024b801fd45.tar.xz wireguard-openbsd-657b656b994813e6db6674a9d9538024b801fd45.zip |
typo in embedded code block; from Ben Cornett
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 45886c1ca5a..297b5790f92 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.12 2015/06/11 19:25:53 reyk Exp $ +.\" $OpenBSD: imsg_init.3,v 1.13 2015/07/11 16:23:59 deraadt 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 11 2015 $ +.Dd $Mdocdate: July 11 2015 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -476,7 +476,7 @@ function: enum imsg_type { IMSG_A_MESSAGE, IMSG_MESSAGE2 -} +}; int child_main(struct imsgbuf *ibuf) |