git: b257ba58e8 - main - handbook/network-servers: Escape an example email
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=b257ba58e854a431b4a42cd47e219368d8f6941d commit b257ba58e854a431b4a42cd47e219368d8f6941d Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2024-04-18 08:45:08 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2024-04-18 08:46:28 +0000 handbook/network-servers: Escape an example email Otherwise, [email protected] gets linked with mailto. Sponsored by: Klara, Inc. --- documentation/content/en/books/handbook/network-servers/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index fb4eeaa2b6..25acf09c56 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -2050,7 +2050,7 @@ The most frequently modified directives are: Specifies the default directory hierarchy for the Apache installation. Binaries are stored in the [.filename]#bin# and [.filename]#sbin# subdirectories of the server root and configuration files are stored in the [.filename]#etc/apache2x# subdirectory. -`ServerAdmin [email protected]`:: +`ServerAdmin \[email protected]`:: Change this to the email address to receive problems with the server. This address also appears on some server-generated pages, such as error documents.