summaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent.1
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-06-28 19:27:51 +0000
committerSteve Price <steve@FreeBSD.org>1997-06-28 19:27:51 +0000
commit287c7db42420b4fbaf2774fdf23067ecfadcb3fc (patch)
treee3c9f2452286aa9a1d75ebd05f1e5284c6b089eb /usr.bin/indent/indent.1
parent611e8a644e1ef2709f986f4c01ad0b2f89445b40 (diff)
downloadsrc-test2-287c7db42420b4fbaf2774fdf23067ecfadcb3fc.tar.gz
src-test2-287c7db42420b4fbaf2774fdf23067ecfadcb3fc.zip
Notes
Diffstat (limited to 'usr.bin/indent/indent.1')
-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 2af461e43f2b..7f92a236119e 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