s|hardenedbsd|HardenedBSD|g
This commit is contained in:
parent
e7f1110479
commit
40f77fc5e8
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
bsdcontrol.rb provides Ruby bindings for libhbsdcontrol from the
|
bsdcontrol.rb provides Ruby bindings for libhbsdcontrol from the
|
||||||
[hardenedbsd](https://hardenedbsd.org) project.
|
[HardenedBSD](https://HardenedBSD.org) project.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
__Features__
|
__Features__
|
||||||
|
|
||||||
The first example prints a list of hardenedbsd features that
|
The first example prints a list of HardenedBSD features that
|
||||||
can be enabled, disabled or restored to the system default:
|
can be enabled, disabled or restored to the system default:
|
||||||
|
|
||||||
``` ruby
|
``` ruby
|
||||||
|
@ -62,7 +62,7 @@ A complete API reference is available at
|
||||||
|
|
||||||
**Rubygems.org**
|
**Rubygems.org**
|
||||||
|
|
||||||
bsdcontrol.rb can be installed via rubygems.org.
|
bsdcontrol.rb can be installed via rubygems.org:
|
||||||
|
|
||||||
gem install bsdcontrol.rb
|
gem install bsdcontrol.rb
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ bsdcontrol.rb can be installed via rubygems.org.
|
||||||
|
|
||||||
* [GitHub](https://github.com/0x1eef/bsdcontrol.rb)
|
* [GitHub](https://github.com/0x1eef/bsdcontrol.rb)
|
||||||
* [GitLab](https://gitlab.com/0x1eef/bsdcontrol.rb)
|
* [GitLab](https://gitlab.com/0x1eef/bsdcontrol.rb)
|
||||||
* [git.hardenedbsd.org](https://git.hardenedbsd.org/0x1eef/bsdcontrol.rb)
|
* [git.HardenedBSD.org](https://git.HardenedBSD.org/0x1eef/bsdcontrol.rb)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue