Re: [fpc-pascal] Documentation typo?

2024-07-27 Thread Michael Van Canneyt via fpc-pascal
On Tue, 23 Jul 2024, Thomas Kurz via fpc-pascal wrote: Hello, in `https://www.freepascal.org/docs-html/current/rtl/sockets/netaddrtostr6.html`, it is written: NetAddrToStr6 converts the IPV6 network address in Entry to a string representation in human-readable form. Basically, it is th

[fpc-pascal] Documentation typo?

2024-07-23 Thread Thomas Kurz via fpc-pascal
Hello, in `https://www.freepascal.org/docs-html/current/rtl/sockets/netaddrtostr6.html`, it is written: NetAddrToStr6 converts the IPV6 network address in Entry to a string representation in human-readable form. Basically, it is the same as NetAddrToStr6, but with the bytes in correct order.

Re: [fpc-pascal] Documentation typo

2019-02-15 Thread Michael Van Canneyt
On Fri, 15 Feb 2019, Marco Borsari via fpc-pascal wrote: In the online html documentation, in the Programmer's Guide, at 1.2.4, it reads: "If it is + (the default) then the compiler will only evaluate as many terms as are necessary to determine the result of the complete expression." Obviously

[fpc-pascal] Documentation typo

2019-02-15 Thread Marco Borsari via fpc-pascal
In the online html documentation, in the Programmer's Guide, at 1.2.4, it reads: "If it is + (the default) then the compiler will only evaluate as many terms as are necessary to determine the result of the complete expression." Obviously it should be "If it is - (the default)" Regards, Marco -- Si