diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-07-11 16:24:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-07-11 16:24:00 +0000 |
commit | d0904372d3e543b0f09fb142c3f3ffe837190a30 (patch) | |
tree | 62d942ac13dac1529ef4ca688f8b1747ad502914 /lib | |
parent | 07cf2ffc70e6b15bf9ad6edf5a06518fe03b363b (diff) |
typo in embedded code block; from Ben Cornett
Diffstat (limited to 'lib')
-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) |