diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:27:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:27:42 +0300 |
commit | 588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (patch) | |
tree | 843442bca1d1da9968598181eb76dc098e3b59e1 /doc/gawktexi.in | |
parent | 9183ccbb3f5c6d67f0ae11c3e5c75dcaf48c8d1e (diff) | |
parent | b08964cd1db8da56e2a16cebde05d493d4f6ae1b (diff) | |
download | egawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.tar.gz egawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.tar.bz2 egawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.zip |
Merge branch 'master' into feature/cmake
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 dc4dd414..04f2544d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -26967,6 +26967,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 |