Sujet : Re: Error message when calling manual pages with .html
De : ralfixx (at) *nospam* gmx.de (Ralf Fassel)
Groupes : comp.lang.tclDate : 20. Dec 2024, 13:17:55
Autres entêtes
Message-ID : <yga5xne35vw.fsf@akutech.de>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
* greg <
gregor.ebbing@gmx.de>
| I just saw my mistake.
| I mixed up htm and html at the end.
| HTML redirects me to the page
|
http://man/tcl8.6/TkCmd/console.htm| , which is not correct.
>
| ok:
|
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm>
| not ok;
|
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htmlI can confirm that, same here when I paste
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htmlinto firefox, this results in
http://man/tcl8.6/TkCmd/console.htm in adress-bar, Text on page:
Seite wurde nicht gefunden
Die Verbindung mit dem Server man schlug fehl.
Wollten Sie
www.man.com/tcl8.6/TkCmd/console.htm aufrufen?
(Page not found. Connection with server failed. Did you mean
www.man.com/tcl8.6/TkCmd/console.htm?)
R'