summaryrefslogtreecommitdiff
path: root/man/AllPlanes.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-04-25 14:22:11 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2020-04-25 14:44:00 -0400
commit791c93816ce0520d54925b0b3ccbc29823370041 (patch)
treeb0be4f4ad1f0e26b9a1e15f6c6e39c8dc641a79e /man/AllPlanes.man
parent844271305a28e87031562dfeb43defbea02960a2 (diff)
downloadxorg-lib-libX11-791c93816ce0520d54925b0b3ccbc29823370041.tar.gz
update/correct function prototypes in manpages to match headers
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/AllPlanes.man')
-rw-r--r--man/AllPlanes.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/AllPlanes.man b/man/AllPlanes.man
index 70d837e8..3532bef5 100644
--- a/man/AllPlanes.man
+++ b/man/AllPlanes.man
@@ -63,7 +63,7 @@ Colormap DefaultColormap\^(\^Display *\fIdisplay\fP\^,
int DefaultDepth\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
.HP
int *XListDepths\^(\^Display *\fIdisplay\fP, int \fIscreen_number\fP, int
-\fIcount_return\fP\^);
+*\fIcount_return\fP\^);
.HP
GC DefaultGC\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
.HP
@@ -82,9 +82,9 @@ int DisplayPlanes\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
.HP
char *DisplayString\^(\^Display *\fIdisplay\fP\^);
.HP
-long XMaxRequestSize(\^Display *\fIdisplay\fP\^)
+long XMaxRequestSize(\^Display *\fIdisplay\fP\^);
.HP
-long XExtendedMaxRequestSize(\^Display *\fIdisplay\fP\^)
+long XExtendedMaxRequestSize(\^Display *\fIdisplay\fP\^);
.HP
unsigned long LastKnownRequestProcessed\^(\^Display *\fIdisplay\fP\^);
.HP
@@ -103,9 +103,9 @@ int ScreenCount\^(\^Display *\fIdisplay\fP\^);
Screen *ScreenOfDisplay\^(\^Display *\fIdisplay\fP, int
\fIscreen_number\fP\^);
.HP
-char *ServerVendor\^(\^Display *\fIdisplay\fP\^)
+char *ServerVendor\^(\^Display *\fIdisplay\fP\^);
.HP
-int VendorRelease\^(\^Display *\fIdisplay\fP\^)
+int VendorRelease\^(\^Display *\fIdisplay\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.