public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH htdocs] Align setup help text in FAQ with setup 2.919
@ 2022-07-07 10:08 Christian Franke
  2022-07-07 10:20 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Franke @ 2022-07-07 10:08 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Not sure whether cygwin-patches is the correct list for this patch, 
cygwin-htdocs is not mentioned in lists.html.

-- 
Regards,
Christian


[-- Attachment #2: 0001-Align-setup-help-text-in-FAQ-with-setup-2.919.patch --]
[-- Type: text/plain, Size: 4184 bytes --]

From 2e5265577aa4926f3672c6f6ce248d09441bdd92 Mon Sep 17 00:00:00 2001
From: Christian Franke <christian.franke@t-online.de>
Date: Thu, 7 Jul 2022 11:57:34 +0200
Subject: [PATCH] Align setup help text in FAQ with setup 2.919

---
 faq/faq.html | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/faq/faq.html b/faq/faq.html
index ea3d0b58..9f6bddcf 100644
--- a/faq/faq.html
+++ b/faq/faq.html
@@ -139,11 +139,13 @@ For other options, search the mailing lists with terms such as
 </p><pre class="screen">
     --allow-unsupported-windows    Allow old, unsupported Windows versions
  -a --arch                         Architecture to install (x86_64 or x86)
- -C --categories                   Specify entire categories to install
+ -C --categories                   Specify categories to install
+    --compact-os                   Compress installed files with Compact OS
+                                   (xpress4k, xpress8k, xpress16k, lzx)
  -o --delete-orphans               Remove orphaned packages
  -A --disable-buggy-antivirus      Disable known or suspected buggy anti virus
-                                   software packages during execution.
- -D --download                     Download packages from internet only
+                                   software packages during execution
+ -D --download                     Download packages from internet
  -f --force-current                Select the current version for all packages
  -h --help                         Print help
  -I --include-source               Automatically install source for every
@@ -151,7 +153,8 @@ For other options, search the mailing lists with terms such as
  -i --ini-basename                 Use a different basename, e.g. "foo",
                                    instead of "setup"
  -U --keep-untrusted-keys          Use untrusted keys and retain all
- -L --local-install                Install packages from local directory only
+    --lang                         Specify GUI language langid
+ -L --local-install                Install packages from local directory
  -l --local-package-dir            Local package directory
  -m --mirror-mode                  Skip package availability check when
                                    installing from local directory (requires
@@ -159,15 +162,15 @@ For other options, search the mailing lists with terms such as
  -B --no-admin                     Do not check for and enforce running as
                                    Administrator
  -d --no-desktop                   Disable creation of desktop shortcut
- -r --no-replaceonreboot           Disable replacing in-use files on next
-                                   reboot.
+ -r --no-replaceonreboot           Disable replacing in-use files on next reboot
  -n --no-shortcuts                 Disable creation of desktop and start menu
                                    shortcuts
  -N --no-startmenu                 Disable creation of start menu shortcut
  -X --no-verify                    Don't verify setup.ini signatures
     --no-version-check             Suppress checking if a newer version of
                                    setup is available
-    --old-keys                     Enable old cygwin.com keys
+ -w --no-warn-deprecated-windows   Don't warn about deprecated Windows versions
+    --enable-old-keys              Enable old cygwin.com keys
  -O --only-site                    Do not download mirror list.  Only use sites
                                    specified with -s.
  -M --package-manager              Semi-attended chooser-only mode
@@ -183,6 +186,7 @@ For other options, search the mailing lists with terms such as
  -R --root                         Root installation directory
  -S --sexpr-pubkey                 Extra DSA public key in s-expr format
  -s --site                         Download site URL
+    --symlink-type                 Symlink type (lnk, native, sys, wsl)
  -u --untrusted-keys               Use untrusted saved extra keys
  -g --upgrade-also                 Also upgrade installed packages
     --user-agent                   User agent string for HTTP requests
-- 
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919
  2022-07-07 10:08 [PATCH htdocs] Align setup help text in FAQ with setup 2.919 Christian Franke
@ 2022-07-07 10:20 ` Corinna Vinschen
  2022-07-07 10:50   ` Christian Franke
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2022-07-07 10:20 UTC (permalink / raw)
  To: cygwin-patches

On Jul  7 12:08, Christian Franke wrote:
> Not sure whether cygwin-patches is the correct list for this patch,
> cygwin-htdocs is not mentioned in lists.html.

The FAQ is part of the Cygwin source, just clone the repo and create the
patch against winsup/doc/faq*.xml.


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919
  2022-07-07 10:20 ` Corinna Vinschen
@ 2022-07-07 10:50   ` Christian Franke
  2022-07-07 11:11     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Franke @ 2022-07-07 10:50 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Corinna Vinschen wrote:
> On Jul  7 12:08, Christian Franke wrote:
>> Not sure whether cygwin-patches is the correct list for this patch,
>> cygwin-htdocs is not mentioned in lists.html.
> The FAQ is part of the Cygwin source, just clone the repo and create the
> patch against winsup/doc/faq*.xml.

Of course, sorry for the noise. New patch attached.

Thanks,
Christian


[-- Attachment #2: 0001-winsup-doc-faq-setup.xml-align-help-text-with-setup-.patch --]
[-- Type: text/plain, Size: 4237 bytes --]

From ce7c1a55e903086141b9d2071afb0cb39f4c5b17 Mon Sep 17 00:00:00 2001
From: Christian Franke <christian.franke@t-online.de>
Date: Thu, 7 Jul 2022 12:40:11 +0200
Subject: [PATCH] winsup/doc/faq-setup.xml: align help text with setup 2.919

---
 winsup/doc/faq-setup.xml | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml
index 740c6fefb..cfa771098 100644
--- a/winsup/doc/faq-setup.xml
+++ b/winsup/doc/faq-setup.xml
@@ -63,11 +63,13 @@ For other options, search the mailing lists with terms such as
 <screen>
     --allow-unsupported-windows    Allow old, unsupported Windows versions
  -a --arch                         Architecture to install (x86_64 or x86)
- -C --categories                   Specify entire categories to install
+ -C --categories                   Specify categories to install
+    --compact-os                   Compress installed files with Compact OS
+                                   (xpress4k, xpress8k, xpress16k, lzx)
  -o --delete-orphans               Remove orphaned packages
  -A --disable-buggy-antivirus      Disable known or suspected buggy anti virus
-                                   software packages during execution.
- -D --download                     Download packages from internet only
+                                   software packages during execution
+ -D --download                     Download packages from internet
  -f --force-current                Select the current version for all packages
  -h --help                         Print help
  -I --include-source               Automatically install source for every
@@ -75,7 +77,8 @@ For other options, search the mailing lists with terms such as
  -i --ini-basename                 Use a different basename, e.g. "foo",
                                    instead of "setup"
  -U --keep-untrusted-keys          Use untrusted keys and retain all
- -L --local-install                Install packages from local directory only
+    --lang                         Specify GUI language langid
+ -L --local-install                Install packages from local directory
  -l --local-package-dir            Local package directory
  -m --mirror-mode                  Skip package availability check when
                                    installing from local directory (requires
@@ -83,15 +86,15 @@ For other options, search the mailing lists with terms such as
  -B --no-admin                     Do not check for and enforce running as
                                    Administrator
  -d --no-desktop                   Disable creation of desktop shortcut
- -r --no-replaceonreboot           Disable replacing in-use files on next
-                                   reboot.
+ -r --no-replaceonreboot           Disable replacing in-use files on next reboot
  -n --no-shortcuts                 Disable creation of desktop and start menu
                                    shortcuts
  -N --no-startmenu                 Disable creation of start menu shortcut
  -X --no-verify                    Don't verify setup.ini signatures
     --no-version-check             Suppress checking if a newer version of
                                    setup is available
-    --old-keys                     Enable old cygwin.com keys
+ -w --no-warn-deprecated-windows   Don't warn about deprecated Windows versions
+    --enable-old-keys              Enable old cygwin.com keys
  -O --only-site                    Do not download mirror list.  Only use sites
                                    specified with -s.
  -M --package-manager              Semi-attended chooser-only mode
@@ -107,6 +110,7 @@ For other options, search the mailing lists with terms such as
  -R --root                         Root installation directory
  -S --sexpr-pubkey                 Extra DSA public key in s-expr format
  -s --site                         Download site URL
+    --symlink-type                 Symlink type (lnk, native, sys, wsl)
  -u --untrusted-keys               Use untrusted saved extra keys
  -g --upgrade-also                 Also upgrade installed packages
     --user-agent                   User agent string for HTTP requests
-- 
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919
  2022-07-07 10:50   ` Christian Franke
@ 2022-07-07 11:11     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2022-07-07 11:11 UTC (permalink / raw)
  To: cygwin-patches

On Jul  7 12:50, Christian Franke wrote:
> Corinna Vinschen wrote:
> > On Jul  7 12:08, Christian Franke wrote:
> > > Not sure whether cygwin-patches is the correct list for this patch,
> > > cygwin-htdocs is not mentioned in lists.html.
> > The FAQ is part of the Cygwin source, just clone the repo and create the
> > patch against winsup/doc/faq*.xml.
> 
> Of course, sorry for the noise. New patch attached.

Pushed.


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-07 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 10:08 [PATCH htdocs] Align setup help text in FAQ with setup 2.919 Christian Franke
2022-07-07 10:20 ` Corinna Vinschen
2022-07-07 10:50   ` Christian Franke
2022-07-07 11:11     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).