diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-11-26 17:38:29 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-11-26 17:38:29 +0000 |
commit | 21fae8cb9ecee82ce2e39eb36721cc31c07e83fe (patch) | |
tree | 9d6c94cc8dc7bd8707cb092b26b96b8d405ce087 /en_US.ISO8859-1/share | |
parent | 2640ba26afe9c15c32a159684425c1cfc5c7e60f (diff) | |
download | doc-21fae8cb9ecee82ce2e39eb36721cc31c07e83fe.tar.gz doc-21fae8cb9ecee82ce2e39eb36721cc31c07e83fe.zip |
glossary: modernize examples of well-known CPU architectures
Remove Alpha and SPARC; the former has not been supported in FreeBSD
for some time and the latter is likely to be removed soon. Add Arm.
Notes
Notes:
svn path=/head/; revision=53640
Diffstat (limited to 'en_US.ISO8859-1/share')
-rw-r--r-- | en_US.ISO8859-1/share/xml/glossary.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/share/xml/glossary.ent b/en_US.ISO8859-1/share/xml/glossary.ent index 5fca9e86cf..f2b078a40f 100644 --- a/en_US.ISO8859-1/share/xml/glossary.ent +++ b/en_US.ISO8859-1/share/xml/glossary.ent @@ -331,8 +331,8 @@ <para>Also known as the processor. This is the brain of the computer where all calculations take place. There are a number of different architectures with different instruction sets. Among - the more well-known are the Intel-x86 and derivatives, Sun SPARC, - PowerPC, and Alpha.</para> + the more well-known are the Intel-x86 and derivatives, Arm, and + PowerPC.</para> </glossdef> </glossentry> |