diff options
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 333b16ff522..d9bcb527644 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: indent.1,v 1.14 2003/11/28 22:04:00 jmc Exp $ +.\" $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,9 +510,9 @@ command appeared in has even more switches than .Xr ls 1 . .Pp -A common mistake that often causes grief is typing: +A common mistake is to try to indent all the C programs +in a directory by typing: .Pp -.Dl indent *.c +.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. |