summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XAddHost.man
diff options
context:
space:
mode:
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