Date: Thu, 18 Apr 2024 08:48:48 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b257ba58e8 - main - handbook/network-servers: Escape an example email Message-ID: <202404180848.43I8mmts046707@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=b257ba58e854a431b4a42cd47e219368d8f6941d commit b257ba58e854a431b4a42cd47e219368d8f6941d Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-04-18 08:45:08 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-04-18 08:46:28 +0000 handbook/network-servers: Escape an example email Otherwise, you@example.com 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 you@example.com`:: +`ServerAdmin \you@example.com`:: 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404180848.43I8mmts046707>