From owner-dev-commits-doc-all@freebsd.org Fri Feb 12 17:38:00 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA89252AEAE for ; Fri, 12 Feb 2021 17:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dcggr4Qzkz3Pqd; Fri, 12 Feb 2021 17:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8084527E80; Fri, 12 Feb 2021 17:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 11CHc08i067462; Fri, 12 Feb 2021 17:38:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 11CHc0Cl067461; Fri, 12 Feb 2021 17:38:00 GMT (envelope-from git) Date: Fri, 12 Feb 2021 17:38:00 GMT Message-Id: <202102121738.11CHc0Cl067461@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Gordon Bergling Subject: git: b687b57a9c - main - Handbook: Fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b687b57a9c98755163cbd92e16acb2c217c458d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 17:38:00 -0000 The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/doc/commit/?id=b687b57a9c98755163cbd92e16acb2c217c458d0 commit b687b57a9c98755163cbd92e16acb2c217c458d0 Author: Ceri Davies AuthorDate: 2021-02-12 17:37:26 +0000 Commit: Gordon Bergling CommitDate: 2021-02-12 17:37:26 +0000 Handbook: Fix some typos - "ApacheHTTPD" -> "Apache HTTPD" - theDNS -> "the DNS" - example in rc.conf: lapd_enable -> slapd_enable PR: 253458 Reported by: Ceri Davies --- documentation/content/en/books/handbook/mail/_index.adoc | 2 +- documentation/content/en/books/handbook/network-servers/_index.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/content/en/books/handbook/mail/_index.adoc b/documentation/content/en/books/handbook/mail/_index.adoc index b36dc53f53..310b5df7a0 100644 --- a/documentation/content/en/books/handbook/mail/_index.adoc +++ b/documentation/content/en/books/handbook/mail/_index.adoc @@ -472,7 +472,7 @@ When configuring a MTA for a network, any mail sent to hosts in its domain shoul To make life easiest, a user account with the same _username_ should exist on both the MTA and the system with the MUA. Use man:adduser[8] to create the user accounts. -The MTA must be the designated mail exchanger for each workstation on the network. This is done in theDNS configuration with an MX record: +The MTA must be the designated mail exchanger for each workstation on the network. This is done in the DNS configuration with an MX record: [.programlisting] .... diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index 593bb631df..1f43c14dcf 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -54,7 +54,7 @@ By the end of this chapter, readers will know: * How to set FreeBSD up to act as an LDAP server or client * How to set up automatic network settings using DHCP. * How to set up a Domain Name Server (DNS). -* How to set up the ApacheHTTP Server. +* How to set up the Apache HTTP Server. * How to set up a File Transfer Protocol (FTP) server. * How to set up a file and print server for Windows(R) clients using Samba. * How to synchronize the time and date, and set up a time server using the Network Time Protocol (NTP). @@ -1380,7 +1380,7 @@ If [.filename]#slapd# was running, restart it. As stated in [.filename]#/usr/loc [.programlisting] .... -lapd_enable="YES" +slapd_enable="YES" slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/"' slapd_sockets="/var/run/openldap/ldapi"