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/gawktexi.in | |
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/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 |