aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
authorTony Finch <fanf@FreeBSD.org>2003-11-12 10:53:52 +0000
committerTony Finch <fanf@FreeBSD.org>2003-11-12 10:53:52 +0000
commitf004a9739ca0b2fc0f01db8de17f2c048fea5d6f (patch)
treed1deee5d1c7f6fc21d6ef4fa7f37aeeb26560854 /share/man/man9/style.9
parent1415a09d421194db6155e7bf6c02f53c523218ad (diff)
downloadsrc-f004a9739ca0b2fc0f01db8de17f2c048fea5d6f.tar.gz
src-f004a9739ca0b2fc0f01db8de17f2c048fea5d6f.zip
Better English usage.
Submitted by: wollman
Notes
Notes: svn path=/head/; revision=122554
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 50fe3beb4feb..932676c02f95 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.