mdoc fixes (escape the dot to prevent ... to be considered as a macro)

This commit is contained in:
Baptiste Daroussin 2014-12-26 21:03:56 +00:00
parent 6047eb6e49
commit fe1e4a6cfa

View File

@ -885,7 +885,7 @@ The following code implements a traffic generator
.Pp .Pp
.Bd -literal -compact .Bd -literal -compact
#include <net/netmap_user.h> #include <net/netmap_user.h>
... \&...
void sender(void) void sender(void)
{ {
struct netmap_if *nifp; struct netmap_if *nifp;
@ -920,7 +920,7 @@ A simple receiver can be implemented using the helper functions
.Bd -literal -compact .Bd -literal -compact
#define NETMAP_WITH_LIBS #define NETMAP_WITH_LIBS
#include <net/netmap_user.h> #include <net/netmap_user.h>
... \&...
void receiver(void) void receiver(void)
{ {
struct nm_desc *d; struct nm_desc *d;