From 70ac32a720a870252f0269414036cc2bb6cedf6a Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 28 Jun 1997 19:27:51 +0000 Subject: Some minor cosmetic tweaks. PR: docs/3941 Partially submitted by: uenami@imasy.or.jp --- usr.bin/indent/indent.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/indent') diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 2af461e..7f92a23 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -160,9 +160,9 @@ if (...) { } .Ed .Pp -.It Fl c n +.It Fl c Ns Ar n The column in which comments on code start. The default is 33. -.It Fl cd n +.It Fl cd Ns Ar n The column in which comments on declarations start. The default is for these comments to start in the same column as those on code. .It Fl cdb , ncdb @@ -264,7 +264,7 @@ in effect: .ne 2 .Bd -literal -offset indent p1 = first_procedure(second_procedure(p2, p3), -\ \ third_procedure(p4,p5)); +\ \ third_procedure(p4, p5)); .Ed .Pp .ne 5 @@ -273,7 +273,7 @@ With in effect (the default) the code looks somewhat clearer: .Bd -literal -offset indent p1\ =\ first_procedure(second_procedure(p2,\ p3), -\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4,p5)); +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4,\ p5)); .Ed .Pp .ne 5 @@ -281,7 +281,7 @@ Inserting two more newlines we get: .Bd -literal -offset indent p1\ =\ first_procedure(second_procedure(p2, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p3), -\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4 +\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p5)); .Ed .It Fl npro -- cgit v1.1