Signed-off-by: Andrew Eikum <[email protected]>
---
Just a typo fix.
specs/Xserver/XACE-Spec.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/specs/Xserver/XACE-Spec.xml b/specs/Xserver/XACE-Spec.xml
index a416444..07f3166 100644
--- a/specs/Xserver/XACE-Spec.xml
+++ b/specs/Xserver/XACE-Spec.xml
@@ -1036,7 +1036,7 @@
<section id="audit_avail_hook">
<title>Auditing Hooks</title>
- <para>Two hooks provide basic auditing support. The begin hook is
called immediately before an incoming client request is dispatched and before
the dispatch hook is called (refer to <xref linkend="core_dispatch_hook"/>).
The end hook is called immediately after the processing of the request has
finished. The hook argument is a pointer to a structure of type
<type>XaceKeyAvailRec</type>. This structure contains a
+ <para>Two hooks provide basic auditing support. The begin hook is
called immediately before an incoming client request is dispatched and before
the dispatch hook is called (refer to <xref linkend="core_dispatch_hook"/>).
The end hook is called immediately after the processing of the request has
finished. The hook argument is a pointer to a structure of type
<type>XaceAuditRec</type>. This structure contains a
<structfield>client</structfield> field of type
<type>ClientPtr</type>,
and a <structfield>requestResult</structfield> field of type
<type>int</type>.</para>
<para>The <structfield>client</structfield> field refers to client
making the request.</para>
--
2.4.5
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel