summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-26 21:03:56 +0000
committerbapt <bapt@FreeBSD.org>2014-12-26 21:03:56 +0000
commit1b2f73b22268caa8215f98ec192ae261b4120857 (patch)
tree45cb8b52b3615a46e2227e65d93a2873aa4e5ec7 /share/man
parent69687a82550d84ee8ecd5c61d3ecf9ca8815637b (diff)
downloadFreeBSD-src-1b2f73b22268caa8215f98ec192ae261b4120857.zip
FreeBSD-src-1b2f73b22268caa8215f98ec192ae261b4120857.tar.gz
mdoc fixes (escape the dot to prevent ... to be considered as a macro)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/netmap.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index bd5f4f2..d051620 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 <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;
OpenPOWER on IntegriCloud