Fossil SCM
In help texts, mention that 'winsrv' is only available on Windows.
Commit
e2c161bafb2a2a05fc5cf081ce71ffdfa975602f1af30e45f69e54edcef2436e
Parent
b33f0d55ecffee2…
1 file changed
+3
-3
+3
-3
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2399,11 +2399,11 @@ | ||
| 2399 | 2399 | ** The lines are processed in the order they are read, which is most |
| 2400 | 2400 | ** significant for "errorlog:", which should be set before "repository:" |
| 2401 | 2401 | ** so that any warnings from the database when opening the repository |
| 2402 | 2402 | ** go to that log file. |
| 2403 | 2403 | ** |
| 2404 | -** See also: [[http]], [[server]], [[winsrv]] | |
| 2404 | +** See also: [[http]], [[server]], [[winsrv]] [Windows only] | |
| 2405 | 2405 | */ |
| 2406 | 2406 | void cmd_cgi(void){ |
| 2407 | 2407 | const char *zNotFound = 0; |
| 2408 | 2408 | char **azRedirect = 0; /* List of repositories to redirect to */ |
| 2409 | 2409 | int nRedirect = 0; /* Number of entries in azRedirect */ |
| @@ -2858,11 +2858,11 @@ | ||
| 2858 | 2858 | ** to force use of the current local skin config. |
| 2859 | 2859 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 2860 | 2860 | ** --usepidkey Use saved encryption key from parent process. This is |
| 2861 | 2861 | ** only necessary when using SEE on Windows or Linux. |
| 2862 | 2862 | ** |
| 2863 | -** See also: [[cgi]], [[server]], [[winsrv]] | |
| 2863 | +** See also: [[cgi]], [[server]], [[winsrv]] [Windows only] | |
| 2864 | 2864 | */ |
| 2865 | 2865 | void cmd_http(void){ |
| 2866 | 2866 | const char *zIpAddr = 0; |
| 2867 | 2867 | const char *zNotFound; |
| 2868 | 2868 | const char *zHost; |
| @@ -3240,11 +3240,11 @@ | ||
| 3240 | 3240 | ** user and group. |
| 3241 | 3241 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3242 | 3242 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3243 | 3243 | ** only necessary when using SEE on Windows or Linux. |
| 3244 | 3244 | ** |
| 3245 | -** See also: [[cgi]], [[http]], [[winsrv]] | |
| 3245 | +** See also: [[cgi]], [[http]], [[winsrv]] [Windows only] | |
| 3246 | 3246 | */ |
| 3247 | 3247 | void cmd_webserver(void){ |
| 3248 | 3248 | int iPort, mxPort; /* Range of TCP ports allowed */ |
| 3249 | 3249 | const char *zPort; /* Value of the --port option */ |
| 3250 | 3250 | const char *zBrowser; /* Name of web browser program */ |
| 3251 | 3251 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2399,11 +2399,11 @@ | |
| 2399 | ** The lines are processed in the order they are read, which is most |
| 2400 | ** significant for "errorlog:", which should be set before "repository:" |
| 2401 | ** so that any warnings from the database when opening the repository |
| 2402 | ** go to that log file. |
| 2403 | ** |
| 2404 | ** See also: [[http]], [[server]], [[winsrv]] |
| 2405 | */ |
| 2406 | void cmd_cgi(void){ |
| 2407 | const char *zNotFound = 0; |
| 2408 | char **azRedirect = 0; /* List of repositories to redirect to */ |
| 2409 | int nRedirect = 0; /* Number of entries in azRedirect */ |
| @@ -2858,11 +2858,11 @@ | |
| 2858 | ** to force use of the current local skin config. |
| 2859 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 2860 | ** --usepidkey Use saved encryption key from parent process. This is |
| 2861 | ** only necessary when using SEE on Windows or Linux. |
| 2862 | ** |
| 2863 | ** See also: [[cgi]], [[server]], [[winsrv]] |
| 2864 | */ |
| 2865 | void cmd_http(void){ |
| 2866 | const char *zIpAddr = 0; |
| 2867 | const char *zNotFound; |
| 2868 | const char *zHost; |
| @@ -3240,11 +3240,11 @@ | |
| 3240 | ** user and group. |
| 3241 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3242 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3243 | ** only necessary when using SEE on Windows or Linux. |
| 3244 | ** |
| 3245 | ** See also: [[cgi]], [[http]], [[winsrv]] |
| 3246 | */ |
| 3247 | void cmd_webserver(void){ |
| 3248 | int iPort, mxPort; /* Range of TCP ports allowed */ |
| 3249 | const char *zPort; /* Value of the --port option */ |
| 3250 | const char *zBrowser; /* Name of web browser program */ |
| 3251 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2399,11 +2399,11 @@ | |
| 2399 | ** The lines are processed in the order they are read, which is most |
| 2400 | ** significant for "errorlog:", which should be set before "repository:" |
| 2401 | ** so that any warnings from the database when opening the repository |
| 2402 | ** go to that log file. |
| 2403 | ** |
| 2404 | ** See also: [[http]], [[server]], [[winsrv]] [Windows only] |
| 2405 | */ |
| 2406 | void cmd_cgi(void){ |
| 2407 | const char *zNotFound = 0; |
| 2408 | char **azRedirect = 0; /* List of repositories to redirect to */ |
| 2409 | int nRedirect = 0; /* Number of entries in azRedirect */ |
| @@ -2858,11 +2858,11 @@ | |
| 2858 | ** to force use of the current local skin config. |
| 2859 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 2860 | ** --usepidkey Use saved encryption key from parent process. This is |
| 2861 | ** only necessary when using SEE on Windows or Linux. |
| 2862 | ** |
| 2863 | ** See also: [[cgi]], [[server]], [[winsrv]] [Windows only] |
| 2864 | */ |
| 2865 | void cmd_http(void){ |
| 2866 | const char *zIpAddr = 0; |
| 2867 | const char *zNotFound; |
| 2868 | const char *zHost; |
| @@ -3240,11 +3240,11 @@ | |
| 3240 | ** user and group. |
| 3241 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3242 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3243 | ** only necessary when using SEE on Windows or Linux. |
| 3244 | ** |
| 3245 | ** See also: [[cgi]], [[http]], [[winsrv]] [Windows only] |
| 3246 | */ |
| 3247 | void cmd_webserver(void){ |
| 3248 | int iPort, mxPort; /* Range of TCP ports allowed */ |
| 3249 | const char *zPort; /* Value of the --port option */ |
| 3250 | const char *zBrowser; /* Name of web browser program */ |
| 3251 |