summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-06-28 19:27:51 +0000
committersteve <steve@FreeBSD.org>1997-06-28 19:27:51 +0000
commit70ac32a720a870252f0269414036cc2bb6cedf6a (patch)
tree6ecadace49fcd870d4b8497bf176042472fecb8a /usr.bin
parent5942c32b7ef948e1be324379b1a1b25769b695e5 (diff)
downloadFreeBSD-src-70ac32a720a870252f0269414036cc2bb6cedf6a.zip
FreeBSD-src-70ac32a720a870252f0269414036cc2bb6cedf6a.tar.gz
Some minor cosmetic tweaks.
PR: docs/3941 Partially submitted by: uenami@imasy.or.jp
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/indent/indent.110
1 files changed, 5 insertions, 5 deletions
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
OpenPOWER on IntegriCloud