Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage

2017-01-03 Thread Laslo Hunhold
On Tue, 3 Jan 2017 11:30:59 +0100 Petr Vaněk wrote: Hey Petr, > I believe that it is appropriate to describe function of -1 in man > page, even if it effectively does nothing. It is already enumerated > in SYNOPSIS section anyway. yes you are right! We should do that with every undocumented fla

Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage

2017-01-03 Thread Petr Vaněk
On Tue, Dec 27, 2016 at 01:20:33PM +0100, Laslo Hunhold wrote: > I am not 100% sure how to approach this, but -1 effectively does not do > anything for our ls(1), except also implicitly activating the q-flag as > mandated by Posix. Hey Laslo, I believe that it is appropriate to describe function

Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage

2017-01-02 Thread Laslo Hunhold
On Tue, 27 Dec 2016 09:31:11 -0800 Evan Gates wrote: Hey Evan, > As far as I can tell POSIX does not mandate the q-flag for -1. All > implementations I've seen do not do so and the point of POSIX is to > describe those common implementations. I could submit a report to the > austin group list fo

Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage

2016-12-27 Thread Evan Gates
On Tue, Dec 27, 2016 at 4:20 AM, Laslo Hunhold wrote: > I am not 100% sure how to approach this, but -1 effectively does not do > anything for our ls(1), except also implicitly activating the q-flag as > mandated by Posix. > > What do the others think? > > Cheers > > Laslo > > -- > Laslo Hunhold

Re: [hackers] [sbase][PATCH] ls: add -1 option to manpage

2016-12-27 Thread Laslo Hunhold
On Fri, 21 Oct 2016 13:39:21 +0200 Petr Vaněk wrote: Hey Petr, > thing is, we always print one entry per line and expect, if people want a columnized output, to just use cols(1) (shipped with sbase). I am not 100% sure how to approach this, but -1 effectively does not do anything for our ls(1)

[hackers] [sbase][PATCH] ls: add -1 option to manpage

2016-10-21 Thread Petr Vaněk
--- ls.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ls.1 b/ls.1 index 2e2586e..eee8c84 100644 --- a/ls.1 +++ b/ls.1 @@ -22,6 +22,8 @@ lists each given file, and the contents of each given directory. If no files are given the current directory is listed. .Sh OPTIONS .Bl -tag -width D