Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
infertux committed Feb 20, 2016
1 parent 2bacb16 commit ff7b42e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/sysechk.sh
Expand Up @@ -102,7 +102,7 @@ function SUCCESS

## test helpers

# returns the distribution family (i.e. CentOs and Fedora will return 'redhat')
# returns the distribution family (i.e. CentOS and Fedora will return 'redhat')
function DISTRO
{
[ -e /etc/redhat-release ] && { echo redhat; return; }
Expand Down
8 changes: 4 additions & 4 deletions man/sysechk.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "SYSECHK" "1" "December 2012" "" ""
.TH "SYSECHK" "1" "February 2016" "" ""
.
.SH "NAME"
\fBsysechk\fR \- assess your computer security
Expand Down Expand Up @@ -122,7 +122,7 @@ $ sysechk \-x CCE\-3561\-8 \-x NSA\-2\-1\-2\-3\-1
.IP "" 0
.
.P
Run \fBsysechk\fR as \fBroot\fR outputing failing tests into \fBlist\fR:
Run \fBsysechk\fR as \fBroot\fR outputting failing tests into \fBlist\fR:
.
.IP "" 4
.
Expand All @@ -148,10 +148,10 @@ $ sysechk \-m critical
.IP "" 0
.
.SH "COMPATIBILITY"
The primarily targeted Linux distributions are Fedora, CentOS & Debian\. Other distributions might have fewer tests\. Since CentOS is fully compatible, RHEL should be too (not tested though)\. Tests should be applicable to all variants (Desktop & Server) of each distribution\.
The primarily targeted Linux distributions are CentOS & Debian\. Other distributions might have fewer tests\. Since CentOS is fully supported by \fBsysechk\fR, RHEL should be as well\. Tests should be applicable to all variants (Desktop & Server) of each distribution\.
.
.SH "BUGS"
\fBsysechk\fR is written in pure Bash and has no dependencies but the standard utilities that are available on most platforms\. Every script does one test but does it well \- UNIX way ;)\.
\fBsysechk\fR is written in pure Bash and has no dependencies but the standard utilities that are available on most platforms\. Every script does one test but does it well, i\.e\. the UNIX way ;)\.
.
.P
Any issue or improvement should be reported to \fIhttps://github\.com/infertux/sysechk/issues\fR\. Thanks!
Expand Down
8 changes: 4 additions & 4 deletions tools/man/sysechk.1.ronn
Expand Up @@ -96,7 +96,7 @@ Run **sysechk** excluding the specified two tests:

$ sysechk -x CCE-3561-8 -x NSA-2-1-2-3-1

Run **sysechk** as `root` outputing failing tests into `list`:
Run **sysechk** as `root` outputting failing tests into `list`:

$ sysechk -f -e -o list

Expand All @@ -107,15 +107,15 @@ Run **sysechk** reporting only critical tests failing:

## COMPATIBILITY

The primarily targeted Linux distributions are Fedora, CentOS & Debian.
The primarily targeted Linux distributions are CentOS & Debian.
Other distributions might have fewer tests.
Since CentOS is fully compatible, RHEL should be too (not tested though).
Since CentOS is fully supported by **sysechk**, RHEL should be as well.
Tests should be applicable to all variants (Desktop & Server) of each distribution.

## BUGS

**sysechk** is written in pure Bash and has no dependencies but the standard utilities that are available on most platforms.
Every script does one test but does it well - UNIX way ;).
Every script does one test but does it well, i.e. the UNIX way ;).

Any issue or improvement should be reported to <https://github.com/infertux/sysechk/issues>. Thanks!

Expand Down

0 comments on commit ff7b42e

Please sign in to comment.