diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2023-01-07 18:52:47 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2023-01-07 18:52:47 +0000 |
commit | ff0fa58df024782d22f2de19d4e142a727d4b7a9 (patch) | |
tree | b8fd73e627798ccd113a33c566932591ee5cdc17 | |
parent | 17d3881276393232cceb5b21e96fe61bb92da71a (diff) | |
download | doc-ff0fa58df0.tar.gz doc-ff0fa58df0.zip |
handbook: correct my own grammar
-rw-r--r-- | documentation/content/en/books/handbook/security/_index.adoc | 4 |
1 files 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 6e8f112f74..28ce3ac5fb 100644 --- a/documentation/content/en/books/handbook/security/_index.adoc +++ b/documentation/content/en/books/handbook/security/_index.adoc @@ -457,8 +457,8 @@ By default, versions of FreeBSD prior to 14.x include support for One-time Passw ==== OPIE is no longer considered secure and has been removed from FreeBSD -CURRENT; it will not be available from 14.x onwards. If you wish to use -OPIE on versions of FreeBSD later than 13.x, the package:security/opie[] is -available, though not recommended. +OPIE on versions of FreeBSD later than 13.x, the package:security/opie[] +package or port is available, though not recommended. ==== OPIE is designed to prevent replay attacks, in which an attacker discovers a user's password and uses it to access a system. |