Re: D man pages

2019-10-11 Thread Jarek via Digitalmars-d-learn
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote: On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote: [...] Hello, thanks for reply. This is my first dlang work: import std.stdio; import std.conv;

Re: D man pages

2019-10-10 Thread Daniel Kozak via Digitalmars-d-learn
On Thursday, 10 October 2019 at 19:26:36 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:25:22 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019

Re: D man pages

2019-10-10 Thread Daniel Kozak via Digitalmars-d-learn
On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote: On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote: [...] Hello, thanks for reply.

Re: D man pages

2019-10-10 Thread Daniel Kozak via Digitalmars-d-learn
On Thursday, 10 October 2019 at 19:25:22 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:21:06 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote: On Monday, 23 September 2019 at

Re: D man pages

2019-10-10 Thread Daniel Kozak via Digitalmars-d-learn
On Thursday, 10 October 2019 at 19:19:42 UTC, Daniel Kozak wrote: On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote: On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote: [...] Hello, thanks for reply. This is my first dlang work: import std.stdio; import std.conv;

Re: D man pages

2019-10-10 Thread Daniel Kozak via Digitalmars-d-learn
On Thursday, 10 October 2019 at 18:52:32 UTC, Jarek wrote: On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote: [...] Hello, thanks for reply. This is my first dlang work: import std.stdio; import std.conv; import core.sys.posix.dirent; [...] You should use fromStringZ:

Re: D man pages

2019-10-10 Thread Jarek via Digitalmars-d-learn
On Monday, 23 September 2019 at 12:31:16 UTC, Adam D. Ruppe wrote: On Monday, 23 September 2019 at 06:06:05 UTC, Jarek wrote: I have the same question. Where to find something similar to man pages from C? They are the same functions, so the idea is you can just use the C man pages directly.

Re: D man pages

2019-09-23 Thread Adam D. Ruppe via Digitalmars-d-learn
On Monday, 23 September 2019 at 06:06:05 UTC, Jarek wrote: I have the same question. Where to find something similar to man pages from C? They are the same functions, so the idea is you can just use the C man pages directly. There's just the pattern of the D module name to know. but...

Re: D man pages

2019-09-23 Thread Jarek via Digitalmars-d-learn
On Saturday, 5 January 2019 at 21:59:27 UTC, kdevel wrote: For years I missed the man pages of the C++ standard library and now found out that some Linux distros provide them as extra package. The man pages are not generated by a default during a GCC bootstrap install but need an explicit make

Re: D man pages

2019-01-07 Thread Adam D. Ruppe via Digitalmars-d-learn
On Monday, 7 January 2019 at 14:25:26 UTC, H. S. Teoh wrote: A text-based links browser with a focused use case sounds like a far better idea. Though programs like elinks or pinfo may have already have you beat on this front. :-D elinks does an ok job on dpldocs (of course, I partially

Re: D man pages

2019-01-07 Thread H. S. Teoh via Digitalmars-d-learn
On Sun, Jan 06, 2019 at 03:11:48AM +, Adam D. Ruppe via Digitalmars-d-learn wrote: [...] > http://arsdnet.net/arsd/dman.png > > But that's the result of about 5 mins of work... though I really like > my hyperlinks and actually kinda prefer the browser for that reason > (tho making a custom

Re: D man pages

2019-01-05 Thread Adam D. Ruppe via Digitalmars-d-learn
On Sunday, 6 January 2019 at 02:23:20 UTC, H. S. Teoh wrote: But something like Adam Ruppe's adrdox could possibly be the basis for translating individual module symbols into manpages perhaps? The approach I'd take is actually converting my generated html to text and just piping it through

Re: D man pages

2019-01-05 Thread H. S. Teoh via Digitalmars-d-learn
On Sat, Jan 05, 2019 at 09:59:27PM +, kdevel via Digitalmars-d-learn wrote: > For years I missed the man pages of the C++ standard library and now > found out that some Linux distros provide them as extra package. The > man pages are not generated by a default during a GCC bootstrap > install