Author: bapt
Date: Fri Dec 26 21:03:56 2014
New Revision: 276254
URL: https://svnweb.freebsd.org/changeset/base/276254
Log:
mdoc fixes (escape the dot to prevent ... to be considered as a macro)
Modified:
head/share/man/man4/netmap.4
Modified: head/share/man/man4/netmap.4
==============================================================================
--- head/share/man/man4/netmap.4 Fri Dec 26 20:57:10 2014
(r276253)
+++ head/share/man/man4/netmap.4 Fri Dec 26 21:03:56 2014
(r276254)
@@ -885,7 +885,7 @@ The following code implements a traffic
.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 usi
.Bd -literal -compact
#define NETMAP_WITH_LIBS
#include <net/netmap_user.h>
-...
+\&...
void receiver(void)
{
struct nm_desc *d;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"