Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 11:39:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282018 - head/sys/netinet/libalias
Message-ID:  <201504261139.t3QBdQDY075610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504261139.t3QBdQDY075610>