diff options
| author | Andreas Bjørnestad <panden@gmail.com> | 2021-02-17 16:00:23 +0000 |
|---|---|---|
| committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2021-02-17 16:04:01 +0000 |
| commit | 2d46e9e3f151357498abc84b31588a3733043bb4 (patch) | |
| tree | ee146a52d0af15a85fbd48f10ab9fff020ccac01 | |
| parent | 9fdfd323edf1b96e427f559beaf7cd47ab69a874 (diff) | |
| download | doc-2d46e9e3f151357498abc84b31588a3733043bb4.tar.gz doc-2d46e9e3f151357498abc84b31588a3733043bb4.zip | |
handbook/l10n: Fix malformed note
It seems this mixtake happened by accident during the AsciiDoctor
conversion, as it's not present in the last svn revision locally.
PR: 253581
| -rw-r--r-- | documentation/content/en/books/handbook/l10n/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/l10n/_index.adoc b/documentation/content/en/books/handbook/l10n/_index.adoc index 1200601fbb..80501c84b1 100644 --- a/documentation/content/en/books/handbook/l10n/_index.adoc +++ b/documentation/content/en/books/handbook/l10n/_index.adoc @@ -187,7 +187,7 @@ Whenever [.filename]#/etc/login.conf# is edited, remember to execute the followi [NOTE] ==== -For an end user, the `cap_mkdb` command will nee to be run on their [.filename]#~/.login_conf# for need to be run on their [.filename]#~/.login_conf# for any changes to take effect. +For an end user, the `cap_mkdb` command will need to be run on their [.filename]#~/.login_conf# for any changes to take effect. ==== ===== Utilities Which Change Login Classes |
