From owner-p4-projects@FreeBSD.ORG Mon Dec 1 17:37:39 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 95AEE1065673; Mon, 1 Dec 2008 17:37:39 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59675106564A for ; Mon, 1 Dec 2008 17:37:39 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 428688FC0C for ; Mon, 1 Dec 2008 17:37:39 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB1HbdOf089543 for ; Mon, 1 Dec 2008 17:37:39 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB1Hbd3Z089541 for perforce@freebsd.org; Mon, 1 Dec 2008 17:37:39 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 1 Dec 2008 17:37:39 GMT Message-Id: <200812011737.mB1Hbd3Z089541@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 153900 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 17:37:39 -0000 http://perforce.freebsd.org/chv.cgi?CH=153900 Change 153900 by rwatson@rwatson_cinnamon_macosx on 2008/12/01 17:37:32 Address type in extended socket token is actually 2 bytes. Affected files ... .. //depot/projects/trustedbsd/openbsm/man/audit.log.5#22 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/man/audit.log.5#22 (text+ko) ==== @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#21 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#22 $ .\" .Dd November 5, 2006 .Dt AUDIT.LOG 5 @@ -574,7 +574,7 @@ .It Li "Token ID" Ta "1 byte" Ta "Token ID" .It Li "Socket domain" Ta "2 bytes" Ta "Socket domain" .It Li "Socket type" Ta "2 bytes" Ta "Socket type" -.It Li "Address type" Ta "1 byte" Ta "Address type (IPv4/IPv6)" +.It Li "Address type" Ta "2 byte" Ta "Address type (IPv4/IPv6)" .It Li "Local port" Ta "2 bytes" Ta "Local port" .It Li "Local IP address" Ta "4/16 bytes" Ta "Local IP address" .It Li "Remote port" Ta "2 bytes" Ta "Remote port"