From fe1e4a6cfaa4780f5cb92f5c922cdb408face976 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Dec 2014 21:03:56 +0000 Subject: [PATCH] mdoc fixes (escape the dot to prevent ... to be considered as a macro) --- share/man/man4/netmap.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4 index bd5f4f28782..d0516207731 100644 --- a/share/man/man4/netmap.4 +++ b/share/man/man4/netmap.4 @@ -885,7 +885,7 @@ The following code implements a traffic generator .Pp .Bd -literal -compact #include -... +\&... void sender(void) { struct netmap_if *nifp; @@ -920,7 +920,7 @@ A simple receiver can be implemented using the helper functions .Bd -literal -compact #define NETMAP_WITH_LIBS #include -... +\&... void receiver(void) { struct nm_desc *d;