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

Jason Helfman jgh at FreeBSD.org
Thu Aug 29 23:23:12 UTC 2019


Author: jgh (doc,ports committer)
Date: Thu Aug 29 23:23:12 2019
New Revision: 351614
URL: https://svnweb.freebsd.org/changeset/base/351614

Log:
  - address missing whitespace for indent
  
  PR:		239727
  Submitted by:	gbergling at gmail.com
  Reviewed by:	0mp@
  MFC after:	1 week

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

Modified: head/usr.bin/indent/indent.1
==============================================================================
--- head/usr.bin/indent/indent.1	Thu Aug 29 22:13:15 2019	(r351613)
+++ head/usr.bin/indent/indent.1	Thu Aug 29 23:23:12 2019	(r351614)
@@ -159,7 +159,7 @@ except that it only applies to the first set of declar
 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
-.Fl nbadp.
+.Fl nbadp .
 .It Fl bap , nbap
 If
 .Fl bap
@@ -202,7 +202,7 @@ if (...) {
 .It Fl bs , nbs
 Whether a blank should always be inserted after sizeof.
 The default is
-.Fl nbs.
+.Fl nbs .
 .It Fl c Ns Ar n
 The column in which comments on code start.
 The default is 33.
@@ -353,7 +353,7 @@ The default is 78.
 .It Fl lc Ns Ar n
 Maximum length of an output line in a block comment.
 The default is 0, which means to limit block comment lines in accordance with
-.Fl l.
+.Fl l .
 .It Fl \&ldi Ns Ar n
 Specifies the indentation, in character positions,
 of local variable names


More information about the svn-src-head mailing list