This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 2432578c2ab511db0d207c936b1337faf03d88ce Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 5 04:21:13 2021 +0100 src/x2goclient-{network-options-ssh,openssh-version}.c: use more docbook tags where appropriate. --- src/x2goclient-network-options-ssh.c | 3 ++- src/x2goclient-openssh-version.c | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/x2goclient-network-options-ssh.c b/src/x2goclient-network-options-ssh.c index 16981c1..5d2fc08 100644 --- a/src/x2goclient-network-options-ssh.c +++ b/src/x2goclient-network-options-ssh.c @@ -98,7 +98,8 @@ X2GoClientNetworkOptionsSSH* x2goclient_network_options_ssh_new (void) { * @self: (not optional): pointer to an #X2GoClientNetworkOptionsSSH instance. * * Converts the internal state to an #GPtrArray of SSH client options that can - * be passed by prefixing "-o" to each entry when calling the SSH client. + * be passed by prefixing <literal>-o</literal> to each entry when calling the + * SSH client. * * Returns: (transfer full) (element-type utf8): a pointer to the converted * result as a #GPtrArray. %NULL diff --git a/src/x2goclient-openssh-version.c b/src/x2goclient-openssh-version.c index 470e147..c25636e 100644 --- a/src/x2goclient-openssh-version.c +++ b/src/x2goclient-openssh-version.c @@ -329,8 +329,8 @@ G_DEFINE_BOXED_TYPE (X2GoClientOpenSSHVersion, x2goclient_openssh_version, &x2go * @openssh_version: (in) (not optional): a pointer to the * #X2GoClientOpenSSHVersion structure * to populate. - * @version_string: (in) (not optional): output of ssh -V to parse as a - * string. + * @version_string: (in) (not optional): output of <command>ssh -V</command> + * to parse as a string. * @gerr: (out) (nullable): a return location for a #GError, pass %NULL if not * interested. * @@ -600,8 +600,8 @@ _Bool x2goclient_openssh_version_parse (X2GoClientOpenSSHVersion * const openssh * @gerr: (out) (nullable): a return location for a #GError, pass %NULL if not * interested. * - * Fetches the OpenSSH version string as returned by "ssh -V" and parses this - * output into an #X2GoClientOpenSSHVersion structure. + * Fetches the OpenSSH version string as returned by <command>ssh -V</command> + * and parses this output into an #X2GoClientOpenSSHVersion structure. * * Returns: the populated #X2GoClientOpenSSHVersion structure on success or * %NULL on error. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git