diff options
| -rw-r--r-- | share/man/man9/style.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 50fe3beb4febc..932676c02f958 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -328,7 +328,7 @@ In addition they must be declared exactly once, whereas an incomplete structure type can be mentioned as many times as necessary. Typedefs are difficult to use in stand-alone header files: -the header that defines the typedef must either be included +the header that defines the typedef must be included before the header that uses it, or by the header that uses it (which causes namespace pollution), or there must be a back-door mechanism for obtaining the typedef. |
