diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-21 16:50:04 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-21 16:50:04 -0800 |
commit | 4b91ed099554626f1ec17d5bdf7bd77ce1a70037 (patch) | |
tree | 7bbd716efc380e3d5418b595057b4cd9dd2b744a /man/XAddHost.man | |
parent | 2af660c2fcd15c86c66459bfc074c190ea1462e6 (diff) | |
download | xorg-lib-libX11-4b91ed099554626f1ec17d5bdf7bd77ce1a70037.tar.gz |
X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page
X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312>
Protect /* sequences from cpp pre-processor removal without transforming
to Unicode mathematical asterisk character
Diffstat (limited to 'man/XAddHost.man')
-rw-r--r-- | man/XAddHost.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XAddHost.man b/man/XAddHost.man index b9f0aa72..fe95c7dd 100644 --- a/man/XAddHost.man +++ b/man/XAddHost.man @@ -305,9 +305,9 @@ structure contains: .TA .5i 3i .ta .5i 3i typedef struct { - int family; /\(** for example FamilyInternet */ - int length; /\(** length of address, in bytes */ - char *address; /\(** pointer to where to find the address */ + int family; /\&* for example FamilyInternet */ + int length; /\&* length of address, in bytes */ + char *address; /\&* pointer to where to find the address */ } XHostAddress; .De .LP @@ -331,10 +331,10 @@ structure which contains: .TA .5i 3i .ta .5i 3i typedef struct { - int typelength; /\(** length of type string, in bytes */ - int valuelength; /\(** length of value string, in bytes */ - char *type; /\(** pointer to where to find the type string */ - char *value; /\(** pointer to where to find the address */ + int typelength; /\&* length of type string, in bytes */ + int valuelength; /\&* length of value string, in bytes */ + char *type; /\&* pointer to where to find the type string */ + char *value; /\&* pointer to where to find the address */ } XServerInterpretedAddress; .De .LP |