summaryrefslogtreecommitdiff
path: root/doc/cha-internals.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-01 14:09:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-01 14:09:34 +0200
commit1d30731abda6b89c7844629e0c3d3e681ce16c9c (patch)
tree6d4cdc27e53198de630cb0243a526c30ae00c18a /doc/cha-internals.texi
parent56d6c5d7592f02364819a8335068ec87c900116c (diff)
downloadgnutls-1d30731abda6b89c7844629e0c3d3e681ce16c9c.tar.gz
doc updates
Diffstat (limited to 'doc/cha-internals.texi')
-rw-r--r--doc/cha-internals.texi6
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