git: 32203a5383 - main - handbook/security: Fix incorrect command example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Dec 2024 00:32:17 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/doc/commit/?id=32203a5383329a43bc1b755f522f181298719f19
commit 32203a5383329a43bc1b755f522f181298719f19
Author: Robbie Lankford <rlankfo@gmail.com>
AuthorDate: 2024-08-04 04:43:16 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-12-29 00:28:34 +0000
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>
---
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: