Re: ps.1 tweak

2016-10-06 Thread Ted Unangst
Theo Buehler wrote: > On Thu, Oct 06, 2016 at 08:34:31PM +0100, Jason McIntyre wrote: > > On Thu, Oct 06, 2016 at 09:27:21PM +0200, Michal Mazurek wrote: > > > > > > Don't place a space after the minus sign. Change from this: > > > width in columns. Otherwise, ps defaults to the terminal

Re: ps.1 tweak

2016-10-06 Thread Michal Mazurek
I realised the text actually means to say "terminal width - 1", not "terminal width: -1" How about this instead? Index: bin/ps/ps.1 === RCS file: /cvs/src/bin/ps/ps.1,v retrieving revision 1.109 diff -u -p -r1.109 ps.1 ---

Re: ps.1 tweak

2016-10-06 Thread Theo Buehler
On Thu, Oct 06, 2016 at 08:34:31PM +0100, Jason McIntyre wrote: > On Thu, Oct 06, 2016 at 09:27:21PM +0200, Michal Mazurek wrote: > > > > Don't place a space after the minus sign. Change from this: > > width in columns. Otherwise, ps defaults to the terminal width > > - 1, or 79

Re: ps.1 tweak

2016-10-06 Thread Jason McIntyre
On Thu, Oct 06, 2016 at 09:27:21PM +0200, Michal Mazurek wrote: > > Don't place a space after the minus sign. Change from this: > width in columns. Otherwise, ps defaults to the terminal width > - 1, or 79 columns if none of stdout, stderr and stdin are a > To this: > width in

Re: ps.1 tweak

2016-10-06 Thread Martin Natano
On Thu, Oct 06, 2016 at 09:27:21PM +0200, Michal Mazurek wrote: > > Don't place a space after the minus sign. Change from this: > width in columns. Otherwise, ps defaults to the terminal width > - 1, or 79 columns if none of stdout, stderr and stdin are a > To this: > width in