git: 32203a5383 - main - handbook/security: Fix incorrect command example
"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=32203a5383329a43bc1b755f522f181298719f19 commit 32203a5383329a43bc1b755f522f181298719f19 Author: Robbie Lankford <[email protected]> AuthorDate: 2024-08-04 04:43:16 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-12-29 00:28:34 +0000 handbook/security: Fix incorrect command example Reviewed by: Pau Amma <[email protected]>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/401 Co-authored-by: Danilo G. Baio <[email protected]> --- documentation/content/en/books/handbook/security/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc index 100e4a8f41..2ed6d0d537 100644 --- a/documentation/content/en/books/handbook/security/_index.adoc +++ b/documentation/content/en/books/handbook/security/_index.adoc @@ -180,7 +180,7 @@ The following command can be run to check which hash mechanism is currently bein [source,shell] .... -# grep user /etc/master.passwd +% grep passwd_format /etc/login.conf .... The output should be similar to the following: