diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2023-11-02 15:16:39 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2023-11-02 15:16:39 +0000 |
| commit | f670684680a24383a54d9ec3b3dfa2f493c58094 (patch) | |
| tree | e7fe89e8afb5b22c6a41c5aa82f595f2ded2a833 | |
| parent | 0c6c21eb35bea1b02832caf464b2b94c92f1fc92 (diff) | |
| download | doc-f670684680a24383a54d9ec3b3dfa2f493c58094.tar.gz doc-f670684680a24383a54d9ec3b3dfa2f493c58094.zip | |
handbook: typo fixed
PR: 274868
| -rw-r--r-- | documentation/content/en/books/handbook/mail/_index.adoc | 2 | ||||
| -rw-r--r-- | documentation/content/en/books/handbook/network/_index.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/mail/_index.adoc b/documentation/content/en/books/handbook/mail/_index.adoc index 2ba45f2e4a..f89e990075 100644 --- a/documentation/content/en/books/handbook/mail/_index.adoc +++ b/documentation/content/en/books/handbook/mail/_index.adoc @@ -84,7 +84,7 @@ More information about installing and using a MUA on FreeBSD can be found in <<m Mail Transfer Agent (MTA):: The Mail Transfer Agent (MTA) is responsible for receiving incoming mail and delivering outgoing mail. -Starting with FreeBSD version 14.0, the default MTA is DragonFly Mail Agent (man:dma[8]); in earlier versions, it is man:sedmail[8]. +Starting with FreeBSD version 14.0, the default MTA is DragonFly Mail Agent (man:dma[8]); in earlier versions, it is man:sendmail[8]. Other MTAs, including Exim, Postfix, and qmail, may be installed to replace the default MTA. Mail Host and Mailboxes:: diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc index f196e475d6..bb9a7ab798 100644 --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -495,7 +495,7 @@ To assign a default router, specify its address executing the following command: If the network has a DHCP server, it is very easy to configure the network interface to use DHCP. man:dhclient[8] will provide automatically the IP, the netmask and the default router. -To make the interface works with DHCP execute the following command: +To make the interface work with DHCP execute the following command: [source,shell] .... |
