Date: Sat, 24 Feb 2024 19:04:50 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 332da8a620 - main - handbook/security: Fix typo and reword a sentence Message-ID: <202402241904.41OJ4ou3083196@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=332da8a620d288e727523fda00a776f877859a5d commit 332da8a620d288e727523fda00a776f877859a5d Author: Roller Angel <roller@bsd.pw> AuthorDate: 2024-01-20 20:44:09 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2024-02-24 19:01:59 +0000 handbook/security: Fix typo and reword a sentence executint -> executing Reviewed by: Mina Galić <freebsd@igalic.co> 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] ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241904.41OJ4ou3083196>