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 | |
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')
-rw-r--r-- | man/man1/cstyle.1 | 2 | ||||
-rw-r--r-- | man/man1/ztest.1 | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/man/man1/ztest.1 b/man/man1/ztest.1 index b8cb0d45d..84e56c822 100644 --- a/man/man1/ztest.1 +++ b/man/man1/ztest.1 @@ -175,5 +175,5 @@ By default the stack size is limited to 256K. .BR "zfs (1)" "," .BR "zdb (1)" "," .SH "AUTHOR" -This manual page was transvered to asciidoc by Michael Gebetsroither +This manual page was transferred to asciidoc by Michael Gebetsroither <[email protected]> from http://opensolaris.org/os/community/zfs/ztest/ |