summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-15 20:50:30 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-15 20:50:30 -0400
commitde9cdb570fa19058e4bdf16e592f0ac7a692b7e2 (patch)
tree773f1e0000a82e5e68e500414c4fa748d276c0f6
parentd3bc4e5d2abeb2202066a50dda8f65dd45005f58 (diff)
xdmcp: use appropriate markup for author affiliation
Docbook places the organization name above its divisions. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--doc/xdmcp.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/xdmcp.xml b/doc/xdmcp.xml
index efd76f8..36abb75 100644
--- a/doc/xdmcp.xml
+++ b/doc/xdmcp.xml
@@ -28,11 +28,11 @@
<authorgroup>
<author>
<firstname>Keith</firstname><surname>Packard</surname>
- <affiliation><orgname>
-X Consortium,
-Laboratory for Computer Science,
-Massachusetts Institute of Technology
- </orgname></affiliation>
+ <affiliation>
+ <orgname>Massachusetts Institute of Technology</orgname>
+ <orgdiv>Laboratory for Computer Science</orgdiv>
+ <orgdiv>X Consortium</orgdiv>
+ </affiliation>
</author>
</authorgroup>