git: ae59c399d6 - main - handbook/network: Fix typo in DNS
"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=ae59c399d6021dba605428592f6a6c7389cea20b commit ae59c399d6021dba605428592f6a6c7389cea20b Author: ZePotente <[email protected]> AuthorDate: 2024-01-05 15:41:48 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-02-24 18:57:42 +0000 handbook/network: Fix typo in DNS understanded -> understood Reviewed by: Pau Amma <[email protected]>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/326 --- documentation/content/en/books/handbook/network/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc index e6f5ca5a6b..8d8364111d 100644 --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -808,7 +808,7 @@ To change the hostname of the host and persist it across reboots execute the fol [[dns]] == DNS -The DNS could be understanded as a link:https://en.wikipedia.org/wiki/Telephone_directory[telephone directory] in which an IP is identified to a hostname and vice versa. +The DNS could be understood as a link:https://en.wikipedia.org/wiki/Telephone_directory[telephone directory] in which an IP is identified to a hostname and vice versa. There are three files that handle how a FreeBSD system interact with the DNS. These three files are man:hosts[5], man:resolv.conf[5] and man:nsswitch.conf[5]