diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:04:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:04:18 +0000 |
commit | 7ec924e9c4cf8f242133f5cfa32480689ccd0577 (patch) | |
tree | d2947c88592f5e3b6abf9b758d63d28dbb6fd639 /share/man/man9/style.9 | |
parent | e5d827e1efe97d625b08873c31daf83bd6a619aa (diff) |
typos;
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r-- | share/man/man9/style.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f4229630855..ed828aa4ae0 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.31 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: style.9,v 1.32 2003/04/20 20:04:17 jmc Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -432,8 +432,8 @@ Hiding file declarations in what appears to be a local scope is undesirable and will elicit complaints from a good compiler, such as .Dq Li gcc -Wtraditional . .Pp -Casts and -.Fn sizeof +Casts and +.Fn sizeof calls are not followed by a space. Note that .Xr indent 1 |