diff options
author | Ned Bass <[email protected]> | 2015-12-16 17:45:15 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-12-18 13:33:37 -0800 |
commit | 6b4e21c60eda9d9e514c933de7cbe214aa77f7f4 (patch) | |
tree | 3ca16e5302262529ddfd59865d34c5f39f44e194 /man/man1 | |
parent | a58df6f53687ac6d1dee21f60de41b2552a43201 (diff) |
Man page white space and spelling corrections
Correct some misspelled words and grammatical errors, and remove
trailing white space in the man pages.
Signed-off-by: Ned Bass <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4115
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cstyle.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/cstyle.1 b/man/man1/cstyle.1 index f467c55d4..f2b637d4c 100644 --- a/man/man1/cstyle.1 +++ b/man/man1/cstyle.1 @@ -48,7 +48,7 @@ Check continuation line indentation inside of functions. Sun's C style states that all statements must be indented to an appropriate tab stop, and any continuation lines after them must be indented \fIexactly\fP four spaces from the start line. This option enables a series of checks -designed to find contination line problems within functions only. The +designed to find continuation line problems within functions only. The checks have some limitations; see CONTINUATION CHECKING, below. .LP .TP 4 @@ -80,7 +80,7 @@ types. Used as part of the putback checks. .LP .TP 4 .B \-o \fIconstructs\fP -Allow a comma-seperated list of additional constructs. Available +Allow a comma-separated list of additional constructs. Available constructs include: .LP .TP 10 @@ -111,8 +111,8 @@ must also give no errors. This way, files can only become more clean. .LP .SH CONTINUATION CHECKING .LP -The continuation checker is a resonably simple state machine that knows -something about how C is layed out, and can match parenthesis, etc. over +The continuation checker is a reasonably simple state machine that knows +something about how C is laid out, and can match parenthesis, etc. over multiple lines. It does have some limitations: .LP .TP 4 @@ -135,7 +135,7 @@ Some continuation error messages deserve some additional explanation .B multiple statements continued over multiple lines A multi-line statement which is not broken at statement -boundries. For example: +boundaries. For example: .RS 4 .HP 4 if (this_is_a_long_variable == another_variable) a = |