=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/indent.1,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/indent/indent.1 2003/11/28 22:04:00 1.14 --- src/usr.bin/indent/indent.1 2005/02/04 09:22:58 1.15 *************** *** 1,4 **** ! .\" $OpenBSD: indent.1,v 1.14 2003/11/28 22:04:00 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. --- 1,4 ---- ! .\" $OpenBSD: indent.1,v 1.15 2005/02/04 09:22:58 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. *************** *** 510,518 **** has even more switches than .Xr ls 1 . .Pp ! A common mistake that often causes grief is typing: .Pp ! .Dl indent *.c .Pp - to the shell in an attempt to indent all the C programs in a directory. This is probably a bug, not a feature. --- 510,518 ---- has even more switches than .Xr ls 1 . .Pp ! A common mistake is to try to indent all the C programs ! in a directory by typing: .Pp ! .Dl $ indent *.c .Pp This is probably a bug, not a feature.