git: 332da8a620 - main - handbook/security: Fix typo and reword a sentence
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=332da8a620d288e727523fda00a776f877859a5d commit 332da8a620d288e727523fda00a776f877859a5d Author: Roller Angel <[email protected]> AuthorDate: 2024-01-20 20:44:09 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-02-24 19:01:59 +0000 handbook/security: Fix typo and reword a sentence executint -> executing Reviewed by: Mina Galić <[email protected]> Pull Request: https://github.com/freebsd/freebsd-doc/pull/331 --- documentation/content/en/books/handbook/security/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc index 44e830f8ed..ed154d80df 100644 --- a/documentation/content/en/books/handbook/security/_index.adoc +++ b/documentation/content/en/books/handbook/security/_index.adoc @@ -1847,7 +1847,7 @@ After modifying the [.filename]#/etc/login.conf# file, run man:cap_mkdb[1] to ge # cap_mkdb /etc/login.conf .... -man:chpass[1] can be used to change the class to the desired user executint the following command: +man:chpass[1] can be used to change the class to the desired user by executing the following command: [source,shell] .... @@ -1895,7 +1895,7 @@ The first step to use man:rctl[8] will be to enable it adding the following line kern.racct.enable=1 .... -Then active the man:rctl[8] service and enable it executing by the following commands: +Then enable and start the man:rctl[8] service by executing the following commands: [source,shell] ....