svn commit: r309524 - head/usr.bin/indent

Pedro F. Giffuni pfg at FreeBSD.org
Sun Dec 4 03:10:27 UTC 2016


Author: pfg
Date: Sun Dec  4 03:10:25 2016
New Revision: 309524
URL: https://svnweb.freebsd.org/changeset/base/309524

Log:
  indent(1): remove unneeded comma.
  
  It is not a good practice to start a newline with a comma anyways.
  
  Discussed with:	 bjk
  Differential Revision:	https://reviews.freebsd.org/D8690

Modified:
  head/usr.bin/indent/indent.1

Modified: head/usr.bin/indent/indent.1
==============================================================================
--- head/usr.bin/indent/indent.1	Sun Dec  4 02:58:13 2016	(r309523)
+++ head/usr.bin/indent/indent.1	Sun Dec  4 03:10:25 2016	(r309524)
@@ -148,7 +148,7 @@ Default:
 .It Fl badp , nbadp
 This is vaguely similar to
 .Fl bad
-, except that it only applies to the first set of declarations
+except that it only applies to the first set of declarations
 in a procedure (just after the first `{') and it causes a blank
 line to be generated even if there are no declarations.
 The default is


More information about the svn-src-head mailing list