From 142ff39f17f846808d018a1eb5e43d5e9ee7d2e6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 8 Jun 2023 20:41:46 -0700 Subject: [PATCH] autoupdate --- build-aux/depcomp | 2 +- doc/maintain.texi | 6 +++--- doc/standards.texi | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/depcomp b/build-aux/depcomp index ce5c2f7bcb..ecee3e7883 100755 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -198,7 +198,7 @@ gcc3) gcc) ## Note that this doesn't just cater to obsolete pre-3.x GCC compilers. -## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## but also to in-use compilers like IBM xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: diff --git a/doc/maintain.texi b/doc/maintain.texi index ef3ca18d18..e03e426d75 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -2267,7 +2267,7 @@ positively authenticate the signatures, then the files @file{foo-1.0.tar.gz} and @file{foo-1.0.tar.gz.sig} will be placed in the directory @file{gnu/bar/v1} of the @code{ftp.gnu.org} site. -The directive file can be used to create currently nonexistent +The directive file can be used to create currently non-existent directory trees, as long as they are under the package directory for your package (in the example above, that is @code{bar}). @@ -2446,10 +2446,10 @@ Consideration}). Although the GIF patents expired in 2006, using GIF images is still not recommended, as the PNG and JPEG formats are generally superior. See @url{https://www.gnu.org/philosophy/gif.html}. -Please make sure that any JavaScript code in your web pages is covered +Please make sure that any Javascript code in your web pages is covered by a free license, and has its license indicated in a way LibreJS can recognize. See @url{https://gnu.org/philosophy/javascript-trap.html}. -If the JavaScript in the page is minified, or for any other reason is +If the Javascript in the page is minified, or for any other reason is not the source code, it must point to its source code as described there. diff --git a/doc/standards.texi b/doc/standards.texi index b1562b9353..30592c6568 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -4607,19 +4607,19 @@ you should not link to @var{p}. A web page recommends a program in an implicit but particularly strong way if it requires users to run that program in order to use the page. -Many pages contain JavaScript code which they recommend in this way. -This JavaScript code may be free or non-free, but non-free is the usual +Many pages contain Javascript code which they recommend in this way. +This Javascript code may be free or non-free, but non-free is the usual case. If the purpose for which you would refer to the page cannot be carried -out without running non-free JavaScript code, then you should not refer +out without running non-free Javascript code, then you should not refer to it. Thus, if the purpose of referring to the page is for people to view a video, or subscribing to a mailing list, and the viewing or subscribing fail to work if the user's browser blocks the non-free -JavaScript code, then don't refer to that page. +Javascript code, then don't refer to that page. The extreme case is that of web sites which depend on non-free -JavaScript code even to @emph{see} the contents of the pages. Any +Javascript code even to @emph{see} the contents of the pages. Any site hosted on @indicateurl{wix.com} has this problem, and so do some other sites. Referring people to such pages to read their contents is, in effect, urging them to run those non-free programs---so please -- 2.39.5