mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
mdoc fixes (escape the dot to prevent ... to be considered as a macro)
This commit is contained in:
parent
6047eb6e49
commit
fe1e4a6cfa
1 changed files with 2 additions and 2 deletions
|
|
@ -885,7 +885,7 @@ The following code implements a traffic generator
|
|||
.Pp
|
||||
.Bd -literal -compact
|
||||
#include <net/netmap_user.h>
|
||||
...
|
||||
\&...
|
||||
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 <net/netmap_user.h>
|
||||
...
|
||||
\&...
|
||||
void receiver(void)
|
||||
{
|
||||
struct nm_desc *d;
|
||||
|
|
|
|||
Loading…
Reference in a new issue