From 5a91c79755034fecb546cbee76c14b89c514177c Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 27 Mar 2023 14:16:45 +0200 Subject: [PATCH] doc: fix Apple Silicon Homebrew prefix change documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Discussion: https://postgr.es/m/87mt3ys8ng.fsf@wibble.ilmari.org --- doc/src/sgml/docguide.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 export XML_CATALOG_FILES=/usr/local/etc/xml/catalog - On Apple M1 based machines, use this: + On Apple Silicon based machines, use this: export XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog