Add &arch.*; entities for the various architectures. These
should only be used when referring to a version of FreeBSD on a specific architecture, e.g. &os;/&arch.i386;. Use other, already existing entities (such as &i386;) when talking generically about an architecture, in order to attribute trademarks correctly.
This commit is contained in:
parent
cea41cecca
commit
ff4f1a0e0f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30634
1 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,21 @@ used in both environments.
|
|||
<!ENTITY os.current "&os;-CURRENT">
|
||||
<!ENTITY os.stable "&os;-STABLE">
|
||||
|
||||
<!-- Entities for various architectures. These are to be used
|
||||
only for denoting a variant of FreeBSD for a particular
|
||||
architecture (e.g. &os;/&arch.i386;). Other entities should
|
||||
be used when referring generically to an architecture,
|
||||
particularly because entities such as &i386; properly
|
||||
denote trademarks and registered trademarks. -->
|
||||
<!ENTITY arch.amd64 "amd64">
|
||||
<!ENTITY arch.arm "arm">
|
||||
<!ENTITY arch.i386 "i386">
|
||||
<!ENTITY arch.ia64 "ia64">
|
||||
<!ENTITY arch.pc98 "pc98">
|
||||
<!ENTITY arch.powerpc "powerpc">
|
||||
<!ENTITY arch.sparc64 "sparc64">
|
||||
<!ENTITY arch.sun4v "sun4v">
|
||||
|
||||
<!--
|
||||
Use this entity when referring to 'UNIX' in your document.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue