From: Andreas Metzler Date: Tue, 9 Feb 2016 12:37:49 +0000 (+0100) Subject: improve doc on special keywords in priority string X-Git-Tag: gnutls_3_5_0~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf3ec7228dba60c27c1dc3ed5022d705ae9980d;p=thirdparty%2Fgnutls.git improve doc on special keywords in priority string Special keywords in priority strings like %COMPAT may not be prefixed with +, - or !, "NORMAL:+%COMPAT is invalid. --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 68597b7efb..124451f6b6 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1095,8 +1095,9 @@ are shown in @ref{tab:prio-algorithms}. To avoid collisions in order to specify a compression algorithm in the priority string you have to prefix it with "COMP-", protocol versions with "VERS-", signature algorithms with "SIGN-" and certificate types with "CTYPE-". -All other algorithms don't need a prefix. Each specified keyword can -be prefixed with any of the following characters. +All other algorithms don't need a prefix. Each specified keyword (except +for @emph{special keywords}) can be prefixed with any of the following +characters. @table @asis @item '!' or '-'