summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-26 11:39:25 +0000
committerbapt <bapt@FreeBSD.org>2015-04-26 11:39:25 +0000
commit9ec79fef30fe89e550777c4b98ec3ed2cee8fbb2 (patch)
treebb881c2057b5af6b364b35425ef35e36e71b3057
parent159f45d1356ce898eda243994d0a0989cc983403 (diff)
downloadFreeBSD-src-9ec79fef30fe89e550777c4b98ec3ed2cee8fbb2.zip
FreeBSD-src-9ec79fef30fe89e550777c4b98ec3ed2cee8fbb2.tar.gz
mdoc: fix rendering issues
-rw-r--r--sys/netinet/libalias/libalias.38
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3
index 45e7fa4..543420b 100644
--- a/sys/netinet/libalias/libalias.3
+++ b/sys/netinet/libalias/libalias.3
@@ -173,10 +173,12 @@ Mainly useful for debugging when the log file is viewed continuously with
.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 numbers are randomly chosen until
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
OpenPOWER on IntegriCloud