From owner-p4-projects@FreeBSD.ORG Sat May 6 07:43:34 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3937B16A402; Sat, 6 May 2006 07:43:34 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF35B16A401 for ; Sat, 6 May 2006 07:43:33 +0000 (UTC) (envelope-from brueffer@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B7343D48 for ; Sat, 6 May 2006 07:43:33 +0000 (GMT) (envelope-from brueffer@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k467hWFs075171 for ; Sat, 6 May 2006 07:43:33 GMT (envelope-from brueffer@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k467hWNr075144 for perforce@freebsd.org; Sat, 6 May 2006 07:43:32 GMT (envelope-from brueffer@freebsd.org) Date: Sat, 6 May 2006 07:43:32 GMT Message-Id: <200605060743.k467hWNr075144@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to brueffer@freebsd.org using -f From: Christian Brueffer To: Perforce Change Reviews Cc: Subject: PERFORCE change 96730 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: Sat, 06 May 2006 07:43:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=96730 Change 96730 by brueffer@brueffer_haakonia on 2006/05/06 07:42:31 Some cleanup. Committed from: FreeBSD booth at Linuxtag 2006 Affected files ... .. //depot/projects/trustedbsd/audit3/share/man/man4/auditpipe.4#3 edit Differences ... ==== //depot/projects/trustedbsd/audit3/share/man/man4/auditpipe.4#3 (text+ko) ==== @@ -101,7 +101,7 @@ field in .Xr audit_control 5 . The ioctl argument should be of type -.Vt u_int. +.Vt u_int . .It AUDITPIPE_SET_PRESELECT_FLAGS Set the current default preselection flags for attributable events on the pipe. @@ -110,7 +110,7 @@ field in .Xr audit_control 5 . The ioctl argument should be of type -.Vt u_int. +.Vt u_int . .It AUDITPIPE_GET_PRESELECT_NAFLAGS Retrieve the current default preselection flags for non-attributable events on the pipe. @@ -119,7 +119,7 @@ field in .Xr audit_control 5 . The ioctl argument should be of type -.Vt u_int. +.Vt u_int . .It AUDITPIPE_SET_PRESELECT_NAFLAGS Set the current default preselection flags for non-attributable events on the pipe. @@ -128,7 +128,7 @@ field in .Xr audit_control 5 . The ioctl argument should be of type -.Vt u_int. +.Vt u_int . .It AUDITPIPE_GET_PRESELECT_AUID Query the current preselection masks for a specific auid on the pipe. The ioctl argument should be of type @@ -200,4 +200,4 @@ .Sh BUGS See the .Xr audit 4 -man page for information on audit-related bugs and limitations. +manual page for information on audit-related bugs and limitations.