svn commit: r366613 - head/bin/ls

Gordon Bergling gbe at FreeBSD.org
Sat Oct 10 13:39:14 UTC 2020


Author: gbe (doc committer)
Date: Sat Oct 10 13:39:13 2020
New Revision: 366613
URL: https://svnweb.freebsd.org/changeset/base/366613

Log:
  ls(1): Use \& as an escape character for the ',' option
  
  Reported by:	karels@, xtouqh at hotmail dot com
  MFC after:	1 day

Modified:
  head/bin/ls/ls.1

Modified: head/bin/ls/ls.1
==============================================================================
--- head/bin/ls/ls.1	Sat Oct 10 13:33:57 2020	(r366612)
+++ head/bin/ls/ls.1	Sat Oct 10 13:39:13 2020	(r366613)
@@ -40,7 +40,7 @@
 .Nd list directory contents
 .Sh SYNOPSIS
 .Nm
-.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1 ,
+.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1\&,
 .Op Fl -color Ns = Ns Ar when
 .Op Fl D Ar format
 .Op Ar


More information about the svn-src-all mailing list