Re: document capability dc in remote(5)

2017-10-31 Thread Nicholas Marriott
IIRC dc was removed and then added back. ok nicm On Mon, Oct 30, 2017 at 11:44:28PM +0100, Remi Locherer wrote: > Hi, > > in 2015 remote(5) was trimmed down when tip was removed. It looks like > documentation for capability "dc" was also removed by accident. cu(1) still > supports this

document capability dc in remote(5)

2017-10-30 Thread Remi Locherer
Hi, in 2015 remote(5) was trimmed down when tip was removed. It looks like documentation for capability "dc" was also removed by accident. cu(1) still supports this (src/usr.bin/cu/cu.c): 381 if (is_direct == -1 && cgetcap(cp, "dc", ':') != NULL) 382 is_direct = 1; Below