summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson2023-03-27 12:16:45 +0000
committerDaniel Gustafsson2023-03-27 12:16:45 +0000
commit5a91c79755034fecb546cbee76c14b89c514177c (patch)
tree69913b3506ca8e4519b33406202d4a1f8c328ba7 /doc/src
parent4c8d654084700f801f48827bb3531a6779b8b90e (diff)
doc: fix Apple Silicon Homebrew prefix change documentation
Commit 4c8d65408 incorrectly stated that Homebrew has changed its prefix for Apple M1 machines, but the prefix change applies to all Apple Silicon based machines. Fix by writing Apple Silicon instead of Apple M1. Reported-by: Dagfinn Ilmari MannsÃ¥ker <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/docguide.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 599c8e62ea..fd72b3975a 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -213,7 +213,7 @@ brew install docbook docbook-xsl libxslt fop
<programlisting>
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
</programlisting>
- On Apple M1 based machines, use this:
+ On Apple Silicon based machines, use this:
<programlisting>
export XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog
</programlisting>