diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:41:35 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:41:35 -0700 |
commit | ac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (patch) | |
tree | 3217f1aeebeb5797efab4ffa491724795c888e67 /man/man1/cstyle.1 | |
parent | 2b96f774236fa8793f9e5c387abf10d780ffca38 (diff) |
Fix typos in man/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9233
Diffstat (limited to 'man/man1/cstyle.1')
-rw-r--r-- | man/man1/cstyle.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/cstyle.1 b/man/man1/cstyle.1 index f2b637d4c..f77d53450 100644 --- a/man/man1/cstyle.1 +++ b/man/man1/cstyle.1 @@ -31,7 +31,7 @@ .IX "OS-Net build tools" "cstyle" "" "\fBcstyle\fP" .LP .I cstyle -inspects C source files (*.c and *.h) for common sylistic errors. It +inspects C source files (*.c and *.h) for common stylistic errors. It attempts to check for the cstyle documented in \fIhttp://www.cis.upenn.edu/~lee/06cse480/data/cstyle.ms.pdf\fP. Note that there is much in that document that |