Date: Sat, 16 Jun 2012 18:26:55 GMT From: Joel Dahl <joel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 212964 for review Message-ID: <201206161826.q5GIQt4X087593@skunkworks.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/@@212964?ac=10 Change 212964 by joel@joel_crashbox on 2012/06/16 18:26:12 Minor mdoc fixes. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#16 edit .. //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#18 edit .. //depot/projects/trustedbsd/openbsm/man/audit.log.5#26 edit .. //depot/projects/trustedbsd/openbsm/man/auditon.2#18 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#16 (text+ko) ==== @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#15 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#16 $ .\" .Dd April 19, 2005 .Dt AU_CONTROL 3 @@ -235,7 +235,7 @@ when .Dv NULL is returned. -.Sh BUGS +.Pp There is no reason for the .Fn setac interface to be exposed as part of the public API, as it is called implicitly ==== //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#18 (text+ko) ==== @@ -27,10 +27,10 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#17 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#18 $ .\" .Dd January 18, 2008 -.Dt audit_submit 3 +.Dt AUDIT_SUBMIT 3 .Os .Sh NAME .Nm audit_submit @@ -88,6 +88,13 @@ .Xr getaudit 2 , or .Xr getaudit_addr 2 . +.Sh RETURN VALUES +If successful, +.Nm +will return zero. +Otherwise a -1 is returned and the global variable +.Va errno +is set to indicate the error. .Sh EXAMPLES .Bd -literal -offset indent #include <bsm/audit.h> @@ -131,13 +138,6 @@ return,failure : Operation not permitted,1 trailer,94 .Ed -.Sh RETURN VALUES -If successful, -.Nm -will return zero. -Otherwise a -1 is returned and the global variable -.Va errno -is set to indicate the error. .Sh SEE ALSO .Xr auditon 2 , .Xr getaudit 2 , ==== //depot/projects/trustedbsd/openbsm/man/audit.log.5#26 (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#25 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#26 $ .\" .Dd November 5, 2006 .Dt AUDIT.LOG 5 @@ -183,7 +183,6 @@ token can be created using .Xr au_to_in_addr 3 for an IPv4 address. -.Pp .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" @@ -598,7 +597,6 @@ .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Use-of-auth Token The @@ -607,7 +605,6 @@ .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Command Token The @@ -616,7 +613,6 @@ .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss ACL Token The @@ -625,7 +621,6 @@ .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Zonename Token The @@ -633,10 +628,9 @@ token holds a NUL-terminated string with the name of the zone or jail from which the record originated. A -.Dz zonename +.Dq zonename token can be created using .Xr au_to_zonename 3 . -.Pp .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" ==== //depot/projects/trustedbsd/openbsm/man/auditon.2#18 (text+ko) ==== @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/man/auditon.2#17 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/auditon.2#18 $ .\" .Dd January 29, 2009 .Dt AUDITON 2 @@ -237,7 +237,7 @@ must point to a .Fa au_mask_t structure which holds the preselection masks as described in the -.Da A_SETKMASK +.Dv A_SETKMASK section above. .It Dv A_SETFSIZE Set the maximum size of the audit log file.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206161826.q5GIQt4X087593>
