diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:25:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:25:14 +0300 |
commit | 97c4e427ab48d4e45889ca74abb0701a049d7606 (patch) | |
tree | 310aa3957a2d81f80648c97c6e8d29b7443b353d /doc/gawk.texi | |
parent | 881044826b6476edc567db2104ee11ea8283b0c4 (diff) | |
parent | a503e996e396e03f819fd0d1710c5e67ed2a59ec (diff) | |
download | egawk-97c4e427ab48d4e45889ca74abb0701a049d7606.tar.gz egawk-97c4e427ab48d4e45889ca74abb0701a049d7606.tar.bz2 egawk-97c4e427ab48d4e45889ca74abb0701a049d7606.zip |
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 546bc671..bc737777 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -27549,6 +27549,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 |