diff options
Diffstat (limited to 'usr.bin/indent/indent.1')
-rw-r--r-- | usr.bin/indent/indent.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 945fad5ccf7..237d4cfb4e4 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: indent.1,v 1.4 1997/06/23 22:03:36 deraadt Exp $ +.\" $OpenBSD: indent.1,v 1.5 1998/09/26 19:54:53 aaron 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. @@ -80,7 +80,7 @@ .Op Fl troff .Op Fl v | Fl \&nv .Sh DESCRIPTION -.Nm Indent +.Nm indent is a .Ar C program formatter. It reformats the @@ -372,7 +372,7 @@ switches. The switches should be separated by spaces, tabs or newlines. .Ss Comments .Sq Em Box .Em comments . -.Nm Indent +.Nm indent assumes that any comment with a dash, star, or newline immediately after the start of comment (that is, `/*\-', `/**' or `/*' followed immediately by a newline character) is a comment surrounded @@ -383,7 +383,7 @@ of the comment. .Pp .Em Straight text . All other comments are treated as straight text. -.Nm Indent +.Nm indent fits as many words (separated by blanks, tabs, or newlines) on a line as possible. Blank lines break paragraphs. .Pp @@ -414,7 +414,7 @@ attempts to correctly compensate for the syntactic peculiarities introduced. .Pp .Ss C syntax -.Nm Indent +.Nm indent understands a substantial amount about the syntax of C, but it has a `forgiving' parser. It attempts to cope with the usual sorts of incomplete and misformed syntax. In particular, the use of macros like: @@ -423,7 +423,7 @@ incomplete and misformed syntax. In particular, the use of macros like: .Pp is handled properly. .Sh ENVIRONMENT -.Nm Indent +.Nm indent uses the .Ev HOME environment variable. @@ -440,7 +440,7 @@ The command appeared in .Bx 4.2 . .Sh BUGS -.Nm Indent +.Nm indent has even more switches than .Xr ls 1 . .Pp |