diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-04 09:22:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-04 09:22:59 +0000 |
commit | ae2ff0569d4d1333b9ce84093d184391379216b7 (patch) | |
tree | a8a3fef510135856b92592b56dde35af545a4a66 /usr.bin/indent | |
parent | c2d136274817632879b50ca5191655d59ed0f1cd (diff) |
clearer wording;
based on a diff from freebsd -r1.22;
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. |