Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 21:47:48 +0300
From:      xtouqh@hotmail.com
To:        Gordon Bergling <gbe@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r366403 - head/bin/ls
Message-ID:  <AM0PR06MB3986EA89D41FDB706059640DC00E0@AM0PR06MB3986.eurprd06.prod.outlook.com>
In-Reply-To: <202010031834.093IYO3r026370@repo.freebsd.org>
References:  <202010031834.093IYO3r026370@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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\&,

>   .Op Fl -color Ns = Ns Ar when
>   .Op Fl D Ar format
>   .Op Ar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AM0PR06MB3986EA89D41FDB706059640DC00E0>