Re: Small diff for 73.html

2023-04-27 Thread Andras Farkas
Oops! Thank you for the explanation. On Thu, Apr 27, 2023 at 3:37 PM Jonathan Gray wrote: > > On Thu, Apr 27, 2023 at 03:24:06PM -0900, Andras Farkas wrote: > > Small diff for 73.html: fixes incorrect link to amdgpu man page. > > amdgpu(4) is the xorg driver, it is i

Re: Small diff for 73.html

2023-04-27 Thread Jonathan Gray
On Thu, Apr 27, 2023 at 03:24:06PM -0900, Andras Farkas wrote: > Small diff for 73.html: fixes incorrect link to amdgpu man page. amdgpu(4) is the xorg driver, it is intentionally drm.4 > > SHA51

Small diff for 73.html

2023-04-27 Thread Andras Farkas
Small diff for 73.html: fixes incorrect link to amdgpu man page. SHA512 (73diff) = b3a2afb78744cddfaa148d1bfcd825af376dc4e168e12116e49f1f16614cdc108f001b8fd592eb884e7fcf6e342da527fb437dba991fc583fbc85ef9f98b85e3 Index: 73.html

small diff for acme-client that clarifies why the domain is not found.

2017-05-23 Thread Han Boetes
I just added a new domain in my nameserver and then ran acme-client % sudo acme-client -D niets.boetes.org acme-client: domain niets.boetes.org not found So I assumed the dns was not yet in DNS. I waited a bit, checked the propagation of my new entry in DNS, double checked everything. Debugged, e

Re: Small diff ...

2014-12-08 Thread Ted Unangst
On Mon, Dec 08, 2014 at 17:18, David Carlier wrote: > Following small discussion I had with tedu@ this is just small diff, just > for the sake of C standard "correctness" ... dropping some arithmetic > pointer with void pointers ... > > Hopes it might find some interes

Small diff ...

2014-12-08 Thread David Carlier
Following small discussion I had with tedu@ this is just small diff, just for the sake of C standard "correctness" ... dropping some arithmetic pointer with void pointers ... Hopes it might find some interest/usefullness ... Thanks in advance. Index: gnu/gcc/gcc/un

diff: small diff for pipex.c

2012-04-22 Thread YASUOKA Masahiko
Remove redundant returns from functions returning void. Wrap return values in () for consistency. diff from Michael W. Bombardieri. ok? Index: sys/net/pipex.c === RCS file: /cvs/src/sys/net/pipex.c,v retrieving revision 1.27 diff -

small diff: unused struct member in pppoe_session

2011-10-13 Thread YASUOKA Masahiko
Delete unused field s_first in 'struct pppoe_session' that is assigned 1 in session_new(), but it is never used. Diff from Michael W. Bombardieri ok? Index: session.c === RCS file: /usr/src/cvs/src/usr.sbin/pppoe/session.c,v retriev

cwm: small diff for new config option

2009-06-29 Thread Jake LeMaster
The purpose of the following change is to alleviate the overconfigging necessary to use a main modmask besides Meta/Alt with cwm's default binds. Since Alt (like Ctrl and Shift) is useful (and sometimes perhaps necessary) for normal programs, it's less than desirable for the wm to be grabbing it. A