From 1cd95b9d04de84430b86e3228367b706c86ef4bd Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 10 Feb 2004 20:33:33 +0000 Subject: describe `volatile' as type-qualifier, not specifier; from Mathias K. Straede (PR 3681); --- share/man/man9/style.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man9') 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 -- cgit v1.2.3