Date: Sun, 29 Dec 2024 08:58:47 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1e892b3d1e - main - Handbook - security: Fix chpass command Message-ID: <202412290858.4BT8wlNm008543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=1e892b3d1ed2a1985ab13b559994d74f96479a72 commit 1e892b3d1ed2a1985ab13b559994d74f96479a72 Author: Adriano Barbosa <adriano@adrianobarbosa.xyz> AuthorDate: 2024-12-29 08:56:28 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2024-12-29 08:56:28 +0000 Handbook - security: Fix chpass command Reviewed by: dbaio@, Pau Amma<pauamma@gundo.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/438 --- documentation/content/en/books/handbook/basics/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc index 99d927b772..4fb400fc41 100644 --- a/documentation/content/en/books/handbook/basics/_index.adoc +++ b/documentation/content/en/books/handbook/basics/_index.adoc @@ -504,7 +504,7 @@ This is shown in crossref:basics[users-modifying-chpass-ru,Using `chpass` as Reg ==== [source,shell] .... -# chpass +# chpass jru .... The output should be similar to the following:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412290858.4BT8wlNm008543>
