aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/wl_display_connect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/wl_display_connect.xml')
-rw-r--r--doc/man/wl_display_connect.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/wl_display_connect.xml b/doc/man/wl_display_connect.xml
index b02abf0..7e6e05c 100644
--- a/doc/man/wl_display_connect.xml
+++ b/doc/man/wl_display_connect.xml
@@ -30,7 +30,7 @@
<refnamediv>
<refname>wl_display_connect</refname>
<refname>wl_display_connect_to_fd</refname>
- <refpurpose>Connect to a wayland socket</refpurpose>
+ <refpurpose>Connect to a Wayland socket</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -53,8 +53,8 @@
<refsect1>
<title>Description</title>
- <para><function>wl_display_connect</function> connects to a wayland socket
- that was previously opened by a wayland server. The server socket must
+ <para><function>wl_display_connect</function> connects to a Wayland socket
+ that was previously opened by a Wayland server. The server socket must
be placed in <envar>XDG_RUNTIME_DIR</envar> for this function to
find it. The <varname>name</varname> argument specifies the name of
the socket or <constant>NULL</constant> to use the default (which is
@@ -64,7 +64,7 @@
<function>wl_display_connect_to_fd</function> with the file-descriptor
number taken from the environment variable.</para>
- <para><function>wl_display_connect_to_fd</function> connects to a wayland
+ <para><function>wl_display_connect_to_fd</function> connects to a Wayland
socket with an explicit file-descriptor. The file-descriptor is passed
as argument <varname>fd</varname>.</para>
</refsect1>