svn commit: r276254 - head/share/man/man4

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 26 21:03:58 UTC 2014


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;


More information about the svn-src-all mailing list