Date: Thu, 2 Nov 2023 15:18:53 GMT From: Maxim Konovalov <maxim@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f670684680 - main - handbook: typo fixed Message-ID: <202311021518.3A2FIrAp093274@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/doc/commit/?id=f670684680a24383a54d9ec3b3dfa2f493c58094 commit f670684680a24383a54d9ec3b3dfa2f493c58094 Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2023-11-02 15:16:39 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> CommitDate: 2023-11-02 15:16:39 +0000 handbook: typo fixed PR: 274868 --- documentation/content/en/books/handbook/mail/_index.adoc | 2 +- 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] ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311021518.3A2FIrAp093274>