mdoc fixes (escape the dot to prevent ... to be considered as a macro)
This commit is contained in:
parent
6047eb6e49
commit
fe1e4a6cfa
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user