aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-10-02 14:27:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-10-02 14:27:42 +0300
commit588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (patch)
tree843442bca1d1da9968598181eb76dc098e3b59e1 /doc/gawk.texi
parent9183ccbb3f5c6d67f0ae11c3e5c75dcaf48c8d1e (diff)
parentb08964cd1db8da56e2a16cebde05d493d4f6ae1b (diff)
downloadegawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.tar.gz
egawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.tar.bz2
egawk-588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 8b249382..a2fd8c87 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -27876,6 +27876,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