summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XAddHost.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
commit4d8940ef13dbf0bbafb4f10b327f8fb2af514920 (patch)
tree11a36a6601a9d9251358c46f25f258cd65a8f9b5 /lib/libX11/man/XAddHost.man
parent7ea6036bc3091fbaed7ddaeee77e4884d4e0828a (diff)
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
Diffstat (limited to 'lib/libX11/man/XAddHost.man')
-rw-r--r--lib/libX11/man/XAddHost.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libX11/man/XAddHost.man b/lib/libX11/man/XAddHost.man
index b9f0aa72c..fe95c7ddc 100644
--- a/lib/libX11/man/XAddHost.man
+++ b/lib/libX11/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