diff options
Diffstat (limited to 'doc/cha-internals.texi')
-rw-r--r-- | doc/cha-internals.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi index b2e6a5cfc1..b8eddc52b7 100644 --- a/doc/cha-internals.texi +++ b/doc/cha-internals.texi @@ -429,8 +429,10 @@ it use option --heartbeat with example client and server supplied with gnutls: @example -./doc/credentials/gnutls-http-serv --priority "NORMAL:-CIPHER-ALL:+NULL" -d 100 --heartbeat --echo -./src/gnutls-cli --priority "NORMAL:-CIPHER-ALL:+NULL" -d 100 localhost -p 5556 --insecure --heartbeat +./doc/credentials/gnutls-http-serv --priority "NORMAL:-CIPHER-ALL:+NULL" -d 100 \ + --heartbeat --echo +./src/gnutls-cli --priority "NORMAL:-CIPHER-ALL:+NULL" -d 100 localhost -p 5556 \ + --insecure --heartbeat @end example After that pasting |