diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-09 15:48:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-09 15:55:37 -0700 |
commit | 0a198dd15c7963f7b9be094370761cac368d9292 (patch) | |
tree | b7d9e7cb2393e45420d4465152c7d560c721a083 /doc/Xmu.xml | |
parent | dc02453cde3047bce48a8ca23c27c807642b1670 (diff) | |
download | xorg-lib-libXmu-0a198dd15c7963f7b9be094370761cac368d9292.tar.gz |
Xmu.xml: Compilers that can't handle void are now ancient history
Plus a bonus it's -> its typo fix
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'doc/Xmu.xml')
-rw-r--r-- | doc/Xmu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Xmu.xml b/doc/Xmu.xml index 9e3815b..6bc02fa 100644 --- a/doc/Xmu.xml +++ b/doc/Xmu.xml @@ -3098,7 +3098,7 @@ specifies the Compound Text structure </variablelist> This function parses the next “item” from the Compound Text string. The -return value indicates what kind of item is returned. The item itself, it's +return value indicates what kind of item is returned. The item itself, its length, and the current contextual state, are reported as components of the <type>XctData</type> structure. @@ -3281,7 +3281,7 @@ argument as: <para> The function is declared to return an int even though the value is ignored, -because some compilers have problems with functions returning void. +because some compilers used to have problems with functions returning void. </para> <para> |