diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:22:15 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:22:15 +0300 |
commit | a503e996e396e03f819fd0d1710c5e67ed2a59ec (patch) | |
tree | d03b6905abd297102794472de66249241d393e08 /doc/gawktexi.in | |
parent | 0e54ab845160a222556047482ea02f7221f34e59 (diff) | |
download | egawk-a503e996e396e03f819fd0d1710c5e67ed2a59ec.tar.gz egawk-a503e996e396e03f819fd0d1710c5e67ed2a59ec.tar.bz2 egawk-a503e996e396e03f819fd0d1710c5e67ed2a59ec.zip |
Small doc fix (no secure sockets).
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 78f3b40d..d63a6f60 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -26638,6 +26638,12 @@ which comes as part of the @command{gawk} distribution, for a much more complete introduction and discussion, as well as extensive examples. +@quotation NOTE +@command{gawk} can only open direct sockets. There is currently +no way to access services available over Secure Socket Layer +(SSL); this includes any web service whose URL starts with @samp{https://}. +@end quotation + @node Profiling @section Profiling Your @command{awk} Programs |