diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-11 17:54:15 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-22 09:55:50 -0800 |
commit | f494b7d13777afc90a521905dd73a149b5b12c59 (patch) | |
tree | e6d8b1086312ec82be6d413ad0504506395a8062 | |
parent | 7cf85b0cddbd21fda83a70123a679a1a0a1e0946 (diff) |
spec: Use <personname> markup in Acknowledgements
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/fsproto.xml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml index c44fc33..68f2671 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -3947,14 +3947,24 @@ p unused, p=pad(m) <!-- .XE --> <para> This document represents the culmination of several years of debate and -experiments done under the auspices of the MIT X Consortium font working group. +experiments done under the auspices of the +<orgname class="consortium">MIT X Consortium</orgname> font working group. Although this was a group effort, the author remains responsible for any errors -or omissions. The protocol presented here was primarily designed by Jim -Fulton, Keith Packard, and Bob Scheifler. Special thanks goes to Ned -Batchelder, Jim Flowers, and Axel Deininger for their invigorating comments +or omissions. The protocol presented here was primarily designed by +<personname><firstname>Jim</firstname><surname>Fulton</surname></personname>, +<personname><firstname>Keith</firstname><surname>Packard</surname></personname>, +and +<personname><firstname>Bob</firstname><surname>Scheifler</surname></personname>. +Special thanks goes to +<personname><firstname>Ned</firstname><surname>Batchelder</surname></personname>, +<personname><firstname>Jim</firstname><surname>Flowers</surname></personname>, +and +<personname><firstname>Axel</firstname><surname>Deininger</surname></personname> +for their invigorating comments which never failed to make this a better document. -Stephen Gildea edited version 2 of this document. -Finally, David Lemke +<personname><firstname>Stephen</firstname><surname>Gildea</surname></personname> +edited version 2 of this document. Finally, +<personname><firstname>David</firstname><surname>Lemke</surname></personname> deserves great credit for designing and coding the sample implementation. </para> </chapter> |