diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:26:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-02 14:26:29 +0300 |
commit | b08964cd1db8da56e2a16cebde05d493d4f6ae1b (patch) | |
tree | 484152379df504c4ad0984254b366a0ac29d905c /doc/gawk.texi | |
parent | 98d31787c2212d51c382681420e14eec44091034 (diff) | |
parent | a503e996e396e03f819fd0d1710c5e67ed2a59ec (diff) | |
download | egawk-b08964cd1db8da56e2a16cebde05d493d4f6ae1b.tar.gz egawk-b08964cd1db8da56e2a16cebde05d493d4f6ae1b.tar.bz2 egawk-b08964cd1db8da56e2a16cebde05d493d4f6ae1b.zip |
Merge branch 'gawk-4.1-stable'
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 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 |