Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a91c79

Browse files
doc: fix Apple Silicon Homebrew prefix change documentation
Commit 4c8d654 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 <ilmari@ilmari.org> Discussion: https://postgr.es/m/87mt3ys8ng.fsf@wibble.ilmari.org
1 parent 4c8d654 commit 5a91c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/docguide.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ brew install docbook docbook-xsl libxslt fop
213213
<programlisting>
214214
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
215215
</programlisting>
216-
On Apple M1 based machines, use this:
216+
On Apple Silicon based machines, use this:
217217
<programlisting>
218218
export XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog
219219
</programlisting>

0 commit comments

Comments
 (0)