diff options
author | Mattias Andrée <maandree@kth.se> | 2022-04-22 22:05:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-04-22 22:05:47 +0200 |
commit | e8c8e21b58a5c5b1363be3520d423e67a91f1561 (patch) | |
tree | d8ec92351063158cba61e76a40a06c5ec2b4eb18 | |
parent | Documentation (diff) | |
download | libaxl-e8c8e21b58a5c5b1363be3520d423e67a91f1561.tar.gz libaxl-e8c8e21b58a5c5b1363be3520d423e67a91f1561.tar.bz2 libaxl-e8c8e21b58a5c5b1363be3520d423e67a91f1561.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libaxl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ union libaxl_input { /* TODO doc, man(makefile) (also LIBAXL_SYNTHETIC_EVENT_BIT /** * Connect to a display server and preform the connection handshake * - * @param display The display name string, $DISPLAY will be used if `NULL` or empty; see the - * documentation for the libaxl_parse_display() for more details + * @param display The display name string, $DISPLAY will be used if `NULL` or empty; see + * the documentation for the libaxl_parse_display() for more details * @param reasonp Output parameter for the reason the handshake or authorisation failed; * The contents of the reason string are specific to the used authorisation * protocol. Will be set to `NULL` if not applicable. |