Browse Source

typo in embedded code block; from Ben Cornett

OPENBSD_5_8
deraadt 8 years ago
parent
commit
4db28c17f3
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libutil/imsg_init.3

+ 3
- 3
src/lib/libutil/imsg_init.3 View File

@ -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)


Loading…
Cancel
Save