summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-23 22:03:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-23 22:03:37 +0000
commit480c41beb77d1b350c6817bc0055c908632a1fc6 (patch)
treea7c2dfc242229410020e55635d063292cc5c1ddd /usr.bin
parent566c9c04a74af8c6a7068f1ec0bcfafd6760177a (diff)
fix "stuff"; problems from uenami@imasy.or.jp
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/indent/indent.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 06ba0aa292c..945fad5ccf7 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: indent.1,v 1.3 1997/06/09 15:47:08 deraadt Exp $
+.\" $OpenBSD: indent.1,v 1.4 1997/06/23 22:03:36 deraadt Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" Copyright (c) 1985 Sun Microsystems, Inc.
.\" Copyright (c) 1976 Board of Trustees of the University of Illinois.
@@ -161,9 +161,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
@@ -282,7 +282,7 @@ Inserting two more newlines we get:
.Bd -literal -offset indent
.Li p1\ =\ first_procedure(second_procedure(p2,
.Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p3),
-.Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4
+.Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4,
.Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p5));
.Ed
.It Fl npro