diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 20:33:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 20:33:33 +0000 |
commit | 1cd95b9d04de84430b86e3228367b706c86ef4bd (patch) | |
tree | d88af286cbf5532810aa502d5f28ddf73cc2cfd7 /share/man/man9 | |
parent | ab3d86b577cdc2400aefdaa2ea35de9fba666d0a (diff) |
describe `volatile' as type-qualifier, not specifier;
from Mathias K. Straede (PR 3681);
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/style.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index b83ce2c0d02..15e8add8961 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.35 2003/10/04 11:35:31 jmc Exp $ +.\" $OpenBSD: style.9,v 1.36 2004/02/10 20:33:32 jmc Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -466,7 +466,7 @@ warning: variable `foo' might be clobbered by `longjmp' or `vfork'. .Pp If any warnings of this type occur you must apply the .Dq volatile -specifier to the variable in question. +type-qualifier to the variable in question. Failure to do so may result in improper code generation when optimization is enabled. Note that for pointers, the location of |