=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/indent.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/indent/indent.1 1997/06/23 22:03:36 1.4 --- src/usr.bin/indent/indent.1 1998/09/26 19:54:53 1.5 *************** *** 1,4 **** ! .\" $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. --- 1,4 ---- ! .\" $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,86 **** .Op Fl troff .Op Fl v | Fl \&nv .Sh DESCRIPTION ! .Nm Indent is a .Ar C program formatter. It reformats the --- 80,86 ---- .Op Fl troff .Op Fl v | Fl \&nv .Sh DESCRIPTION ! .Nm indent is a .Ar C program formatter. It reformats the *************** *** 372,378 **** .Ss Comments .Sq Em Box .Em comments . ! .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 --- 372,378 ---- .Ss Comments .Sq Em Box .Em comments . ! .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,389 **** .Pp .Em Straight text . All other comments are treated as straight text. ! .Nm Indent fits as many words (separated by blanks, tabs, or newlines) on a line as possible. Blank lines break paragraphs. .Pp --- 383,389 ---- .Pp .Em Straight text . All other comments are treated as straight text. ! .Nm indent fits as many words (separated by blanks, tabs, or newlines) on a line as possible. Blank lines break paragraphs. .Pp *************** *** 414,420 **** compensate for the syntactic peculiarities introduced. .Pp .Ss C syntax ! .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: --- 414,420 ---- compensate for the syntactic peculiarities introduced. .Pp .Ss C syntax ! .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,429 **** .Pp is handled properly. .Sh ENVIRONMENT ! .Nm Indent uses the .Ev HOME environment variable. --- 423,429 ---- .Pp is handled properly. .Sh ENVIRONMENT ! .Nm indent uses the .Ev HOME environment variable. *************** *** 440,446 **** command appeared in .Bx 4.2 . .Sh BUGS ! .Nm Indent has even more switches than .Xr ls 1 . .Pp --- 440,446 ---- command appeared in .Bx 4.2 . .Sh BUGS ! .Nm indent has even more switches than .Xr ls 1 . .Pp