From 43457588767caedd16dbf19162de0a6a435dfeda Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 7 Aug 2001 15:48:51 +0000 Subject: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. --- sys/netinet/libalias/libalias.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/netinet/libalias') diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index e8bdefd..aa804db 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -170,12 +170,10 @@ 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 -.Po -.Fn PacketAliasIn +.Fn ( PacketAliasIn returns .Dv PKT_ALIAS_IGNORED -code -.Pc +code) by the calling program. Response packets to connections or transactions initiated from the packet aliasing host or local network will be unaffected. -- cgit v1.1