From 7513a06c8bdeac83227841d07f8329d8444cd513 Mon Sep 17 00:00:00 2001 From: jgh Date: Thu, 29 Aug 2019 23:23:12 +0000 Subject: [PATCH] - address missing whitespace for indent PR: 239727 Submitted by: gbergling@gmail.com Reviewed by: 0mp@ MFC after: 1 week --- usr.bin/indent/indent.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 61f7264d01c..9e220ff11ee 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -159,7 +159,7 @@ 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 -.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 -- 2.45.0