svn commit: r282018 - head/sys/netinet/libalias

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 26 11:39:26 UTC 2015


Author: bapt
Date: Sun Apr 26 11:39:25 2015
New Revision: 282018
URL: https://svnweb.freebsd.org/changeset/base/282018

Log:
  mdoc: fix rendering issues

Modified:
  head/sys/netinet/libalias/libalias.3

Modified: head/sys/netinet/libalias/libalias.3
==============================================================================
--- head/sys/netinet/libalias/libalias.3	Sun Apr 26 11:39:13 2015	(r282017)
+++ head/sys/netinet/libalias/libalias.3	Sun Apr 26 11:39:25 2015	(r282018)
@@ -173,10 +173,12 @@ Mainly useful for debugging when the log
 .It Dv PKT_ALIAS_DENY_INCOMING
 If this mode bit is set, all incoming packets associated with new TCP
 connections or new UDP transactions will be marked for being ignored
-.Fn ( LibAliasIn
+.Po
+.Fn LibAliasIn
 returns
 .Dv PKT_ALIAS_IGNORED
-code)
+code
+.Pc
 by the calling program.
 Response packets to connections or transactions initiated from the packet
 aliasing host or local network will be unaffected.
@@ -1001,7 +1003,7 @@ If this results in a conflict, then port
 a unique aliasing link can be established.
 In an alternate operating mode, the first choice of an aliasing port is also
 random and unrelated to the local port number.
-.Sh MODULAR ARCHITECTURE (AND Xr ipfw 4 Sh SUPPORT)
+.Sh MODULAR ARCHITECTURE Po AND Xr ipfw 4 SUPPORT Pc
 One of the latest improvements to
 .Nm
 was to make its support


More information about the svn-src-all mailing list