On Sat, Oct 03, 2020 at 09:47:48PM +0300, xto...@hotmail.com wrote:
> Gordon Bergling wrote:
> > Author: gbe (doc committer)
> > Date: Sat Oct  3 18:34:24 2020
> > New Revision: 366403
> > URL: https://svnweb.freebsd.org/changeset/base/366403
> > 
> > Log:
> >    ls(1): Bugfix for an issue reported by mandoc
> >    
> >    - no blank before trailing delimiter
> >    
> >    MFC after:       1 week
> > 
> > Modified:
> >    head/bin/ls/ls.1
> > 
> > Modified: head/bin/ls/ls.1
> > ==============================================================================
> > --- head/bin/ls/ls.1        Sat Oct  3 18:30:01 2020        (r366402)
> > +++ head/bin/ls/ls.1        Sat Oct  3 18:34:24 2020        (r366403)
> > @@ -40,7 +40,7 @@
> >   .Nd list directory contents
> >   .Sh SYNOPSIS
> >   .Nm
> > -.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,
> > +.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1 ,
> 
> This makes the "," appear after the "]", how about using the following 
> instead:
> 
> .Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1\&,

The comma is appearing right before the ']', like it was before. I'll check
the recommended syntax regarding '\&' tomorrow.

Thank you,

Gordon Bergling
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to