gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-196-g1c47af9


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-196-g1c47af9
Date: Fri, 10 Feb 2012 14:15:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=1c47af90492cae3f445edc6c1243d86a95563101

The branch, master has been updated
       via  1c47af90492cae3f445edc6c1243d86a95563101 (commit)
       via  fe44071853febfc6bf7094d133bd227b6aad1333 (commit)
      from  683e5b1873201584334302243caaa438b706adaf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c47af90492cae3f445edc6c1243d86a95563101
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Feb 10 15:19:16 2012 +0100

    avoid headers in tables

commit fe44071853febfc6bf7094d133bd227b6aad1333
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Feb 10 15:10:38 2012 +0100

    documentation update

-----------------------------------------------------------------------

Summary of changes:
 doc/alert-printlist.c |    2 ++
 doc/errcodes.c        |    2 ++
 doc/printlist.c       |    2 ++
 src/cli-args.def      |    6 +++---
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c
index 869e638..7ce8e3e 100644
--- a/doc/alert-printlist.c
+++ b/doc/alert-printlist.c
@@ -68,6 +68,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\hline\n"
        "Alert & ID & Description\\\\\n"
        "\\hline}\n"
+#if 0
        "\\tablehead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -76,6 +77,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
        "\\hline}\n"
+#endif
        "\\tablelasttail{\\hline}\n"
        "\\bottomcaption{The TLS alert table}\n\n";
 
diff --git a/doc/errcodes.c b/doc/errcodes.c
index 51f0ce0..f0d2d6e 100644
--- a/doc/errcodes.c
+++ b/doc/errcodes.c
@@ -53,6 +53,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\multicolumn{1}{c}{Name} &\n"
        "\\multicolumn{1}{c|}{Description} \\\\\n"
        "\\hline}\n"
+#if 0
        "\\tablehead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -61,6 +62,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
        "\\hline}\n"
+#endif
        "\\tablelasttail{\\hline}\n"
        "\\bottomcaption{The error codes table}\n\n";
 
diff --git a/doc/printlist.c b/doc/printlist.c
index 87d0ca3..5e7025e 100644
--- a/doc/printlist.c
+++ b/doc/printlist.c
@@ -172,6 +172,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\hline\n"
        "Ciphersuite name & TLS ID & Since\\\\\n"
        "\\hline}\n"
+#if 0
        "\\tablehead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -180,6 +181,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
        "\\hline\n"
        "\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
        "\\hline}\n"
+#endif
        "\\tablelasttail{\\hline}\n"
        "\\bottomcaption{The ciphersuites table}\n\n";
 
diff --git a/src/cli-args.def b/src/cli-args.def
index c0d29a6..f12c245 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -55,7 +55,7 @@ flag = {
 flag = {
     name      = resume;
     value     = r;
-    descrip   = "Connect, establish a session. Connect again and resume this 
session";
+    descrip   = "Connect, establish a session, reconnect and resume";
     doc       = "";
 };
 
@@ -75,8 +75,8 @@ flag = {
 flag = {
     name      = starttls;
     value     = s;
-    descrip   = "Connect, establish a plain session and start TLS when EOF or 
a SIGALRM is received";
-    doc      = "";
+    descrip   = "Connect, establish a plain session and start TLS.";
+    doc       = "The TLS session will be initiated when EOF or a SIGALRM is 
received.";
 };
 
 flag = {


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]