diff options
author | Robbie Lankford <rlankfo@gmail.com> | 2024-08-04 04:43:16 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-12-29 00:28:34 +0000 |
commit | 32203a5383329a43bc1b755f522f181298719f19 (patch) | |
tree | 63f7578cf3f13bb35bc1f9b1de5760c8a4c051ef | |
parent | adc3f7a7fb298265652a2780e46dbf0f09c93469 (diff) |
handbook/security: Fix incorrect command example
Reviewed by: Pau Amma <pauamma@gundo.com>, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/401
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
-rw-r--r-- | documentation/content/en/books/handbook/security/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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: |