Skip to content

Commit

Permalink
Document the priority string options
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Jan 17, 2024
1 parent f78a56b commit 52dfb27
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions man/nbd-client.8.in.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ manpage.1: manpage.sgml
<arg>-keyfile <replaceable>keyfile</replaceable></arg>
<arg>-cacertfile <replaceable>cacertfile</replaceable></arg>
<arg>-tlshostname <replaceable>hostname</replaceable></arg>
<arg>-priority <replaceable>gnutls-priority-string</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>&dhpackage;</command>
Expand Down Expand Up @@ -446,6 +447,20 @@ manpage.1: manpage.sgml
be used.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-priority <replaceable>gnutls priority string</replaceable></option></term>
<term><option>-y</option></term>
<listitem>
<para>
Pass the specified priority string to GnuTLS. This can
be used to configure the TLS connection; see the GnuTLS
documentation for details.
</para>
<para>The default value for this option is
<code>NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2</code>.
</para>
</listitem>
</varlistentry>
</variablelist>
<refsect2>
<title>TLS support</title>
Expand Down
8 changes: 8 additions & 0 deletions man/nbdtab.5.in.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ manpage.1: manpage.sgml
IANA-assigned port for NBD, 10809.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>priority=<replaceable>GnuTLS priority string</replaceable></option>
<listitem>
<para>The GnuTLS priority string to use.</para>
<para>Corresponds to the <option>-y</option> option on the
command line.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>swap</option></term>
<listitem>
Expand Down

0 comments on commit 52dfb27

Please sign in to comment.