Re: Add man parameter for HTML pager

2020-06-15 Thread Romero Pérez , Abel
Thanks for the handy answer, Ingo. I am going to develop it better. On 2020-06-15 04:13, Ingo Schwarze wrote: Hi Abel, Romero Perez, Abel wrote on Mon, Jun 15, 2020 at 03:06:26AM +0200: Romero Perez, Abel wrote: I tried to view the manuals in HTML format with lynx, but I couldn't I

Re: Add man parameter for HTML pager

2020-06-15 Thread Romero Pérez , Abel
le name. */ + char *tfn; /* Tag file name. */ FILE*tfs; /* Tag file object. */ int ofd; /* Original output file descriptor. */ pid_ttcpgid;/* Process group controlling the terminal. */ @@ -28,7 +28,7 @@ structtag_fil

Give support to the 2019 Apple's MBP (13-inch)

2020-06-11 Thread Romero Pérez , Abel
Hello, I tried to install stable flavor from USB on the MBP 13-inch 2019, with no luck, and the following issues: 1. Booting kernel messages Centered on the screen, with a very small size, not working well for reading. 2. After booting, keyboard not working I had to connect an USB KB.

Re: Give support to the 2019 Apple's MBP (13-inch)

2020-06-11 Thread Romero Pérez , Abel
Hello Joshua, thanks by your answer. I just was sending a feedback and pretending to develop it alone. But actually I have not so much time, so I'm going to take it easy. On 2020-06-11 13:43, joshua stein wrote: On Thu, 11 Jun 2020 at 08:29:12 +0200, Romero Pérez, Abel wrote: Hello, I

Re: Add man parameter for HTML pager

2020-06-14 Thread Romero Pérez , Abel
Sorry, I didn't reviewed the code well. The first diff has some bugs. As follows the stable diff (please, review): Index: main.c === RCS file: /cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.252 diff -u -p -r1.252 main.c ---