summaryrefslogtreecommitdiff
path: root/specs/security.xml
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-05-25 21:56:10 -0600
committerMatt Dew <marcoz@osource.org>2011-06-04 08:41:35 -0600
commit4f42558a78d3e14b611247249f3f300424f8ecd3 (patch)
treec2d10888889c814d72fd27fa16df735c42880517 /specs/security.xml
parent6dba94ecadfa4f58dd1b2ee0ceb39d4710900ac8 (diff)
downloadxorg-proto-xextproto-4f42558a78d3e14b611247249f3f300424f8ecd3.tar.gz
Add id attributes to funcsynopsis to allow other docs to olink to them.
Signed-off-by: Matt Dew <marcoz@osource.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/security.xml')
-rw-r--r--specs/security.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/security.xml b/specs/security.xml
index ee132f3..828ea5c 100644
--- a/specs/security.xml
+++ b/specs/security.xml
@@ -1141,7 +1141,7 @@ All functions that have return type Status will return nonzero for
success and zero for failure.
</para>
-<funcsynopsis>
+<funcsynopsis id='xsecurityqueryextension'>
<funcprototype>
<funcdef>Status <function>XSecurityQueryExtension</function></funcdef>
<paramdef>Display <parameter> *dpy</parameter></paramdef>
@@ -1162,7 +1162,7 @@ function. If a client violates this rule, the effects of all subsequent
XSecurity calls that it makes are undefined.
</para>
-<funcsynopsis>
+<funcsynopsis id='xsecurityallocxauth'>
<funcprototype>
<funcdef>Xauth *<function>XSecurityAllocXauth</function></funcdef>
<paramdef><parameter>void</parameter></paramdef>
@@ -1266,7 +1266,7 @@ The Xauth structure returned by this function is initialized as follows:
name_length and data_length are zero, and name and data are NULL.
</para>
-<funcsynopsis>
+<funcsynopsis id='xsecurityfreexauth'>
<funcprototype>
<funcdef>void <function>XSecurityFreeXauth</function></funcdef>
<paramdef>Xauth<parameter> *auth</parameter></paramdef>
@@ -1287,7 +1287,7 @@ function, including the name and data fields.
</para>
-<funcsynopsis>
+<funcsynopsis id='xsecurityrevokeauthorization'>
<funcprototype>
<funcdef>Bool <function>XSecurityRevokeAuthorization</function></funcdef>
<paramdef>Display<parameter> *dpy</parameter></paramdef>
@@ -1304,7 +1304,7 @@ clients that attempt to connect using that authorization will be refused.
</para>
-<funcsynopsis>
+<funcsynopsis id='xsecuritygenerateauthorization'>
<funcprototype>
<funcdef>Xauth *<function>XSecurityGenerateAuthorization</function></funcdef>
<paramdef>Display<parameter> *dpy</parameter></paramdef>