diff options
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 69f0acc..e3d980a 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -388,7 +388,7 @@ You need to specify all the typenames that appear in your program that are defined by .Ic typedef \- nothing will be -harmed if you miss a few, but the program won't be formatted as nicely as +harmed if you miss a few, but the program will not be formatted as nicely as it should. This sounds like a painful thing to have to do, but it's really a symptom of a problem in C: @@ -396,7 +396,7 @@ a symptom of a problem in C: causes a syntactic change in the language and .Nm -can't find all +cannot find all instances of .Ic typedef . .It Fl troff |