diff options
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 5ee52f6ea9..65415eea48 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -455,7 +455,7 @@ GCC.</p> for headers that are directly included within a source file. For example:</p> <pre> - $ clang -x c-header test.h -o test.h.cth + $ clang -x c-header test.h -o test.h.pch $ cat test.c #include "test.h" $ clang test.c -o test |