From owner-svn-src-all@FreeBSD.ORG Wed Jun 13 18:57:28 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 362581065670; Wed, 13 Jun 2012 18:57:28 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 208BF8FC12; Wed, 13 Jun 2012 18:57:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5DIvRQi042510; Wed, 13 Jun 2012 18:57:27 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5DIvR2v042507; Wed, 13 Jun 2012 18:57:27 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201206131857.q5DIvR2v042507@svn.freebsd.org> From: Joel Dahl Date: Wed, 13 Jun 2012 18:57:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237015 - in head: sys/netinet/libalias usr.sbin/apmd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 18:57:28 -0000 Author: joel (doc committer) Date: Wed Jun 13 18:57:27 2012 New Revision: 237015 URL: http://svn.freebsd.org/changeset/base/237015 Log: mdoc: avoid nested displays. Fixes mandoc warnings. Modified: head/sys/netinet/libalias/libalias.3 head/usr.sbin/apmd/apmd.8 Modified: head/sys/netinet/libalias/libalias.3 ============================================================================== --- head/sys/netinet/libalias/libalias.3 Wed Jun 13 17:45:38 2012 (r237014) +++ head/sys/netinet/libalias/libalias.3 Wed Jun 13 18:57:27 2012 (r237015) @@ -201,11 +201,10 @@ is closed. If this mode bit is set, traffic on the local network which does not originate from unregistered address spaces will be ignored. Standard Class A, B and C unregistered addresses are: -.Bd -literal -offset indent +.Pp 10.0.0.0 -> 10.255.255.255 (Class A subnet) 172.16.0.0 -> 172.31.255.255 (Class B subnets) 192.168.0.0 -> 192.168.255.255 (Class C subnets) -.Ed .Pp This option is useful in the case that the packet aliasing host has both registered and unregistered subnets on different interfaces. @@ -499,14 +498,13 @@ call. New traffic generated by any of the local machines, designated in the several function calls, will be aliased to the same address. Consider the following example: -.Bd -literal -offset indent +.Pp LibAliasRedirectAddr(la, inet_aton("192.168.0.2"), inet_aton("141.221.254.101")); LibAliasRedirectAddr(la, inet_aton("192.168.0.3"), inet_aton("141.221.254.101")); LibAliasRedirectAddr(la, inet_aton("192.168.0.4"), inet_aton("141.221.254.101")); -.Ed .Pp Any outgoing connections such as .Xr telnet 1 Modified: head/usr.sbin/apmd/apmd.8 ============================================================================== --- head/usr.sbin/apmd/apmd.8 Wed Jun 13 17:45:38 2012 (r237014) +++ head/usr.sbin/apmd/apmd.8 Wed Jun 13 18:57:27 2012 (r237015) @@ -245,13 +245,13 @@ just as with a command line. The following built-in functions are currently supported: .Bl -item .It -- reject: -.Bd -ragged -offset indent +.Bl -tag -width ".It - reject" +.It - reject Reject last request posted by APM BIOS. This can be used to reject a SUSPEND request when the LCD is closed and put the system in a STANDBY state instead. -.Ed +.El .El .Ed .El