Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc Add SSA to wtf(6)



details:   https://anonhg.NetBSD.org/src/rev/0ab9bfd09bab
branches:  trunk
changeset: 821956:0ab9bfd09bab
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Feb 23 05:04:14 2017 +0000

description:
Add SSA to wtf(6)

SSA    static single assignment

Fix position of AMP.

diffstat:

 share/misc/acronyms.comp |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 3e967bf3b9ee -r 0ab9bfd09bab share/misc/acronyms.comp
--- a/share/misc/acronyms.comp  Thu Feb 23 04:48:36 2017 +0000
+++ b/share/misc/acronyms.comp  Thu Feb 23 05:04:14 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.174 2017/01/26 19:00:13 ginsbach Exp $
+$NetBSD: acronyms.comp,v 1.175 2017/02/23 05:04:14 kamil Exp $
 3WHS   three-way handshake
 8VSB   8-state vestigial side band modulation
 AA     anti-aliasing
@@ -42,8 +42,8 @@
 AM     alignment mask
 AM     amplitude modulation
 AMI    alternate mark inversion
+AMP    asymmetric multiprocessing
 AMQP   advanced message queuing protocol
-AMP    asymmetric multiprocessing
 AMT    active management technology
 AN     Arabic number
 ANSI   American National Standards Institute
@@ -1219,6 +1219,7 @@
 SRC    sample rate conversion
 SS     self-snoop
 SS     stack segment
+SSA    static single assignment
 SSAP   source service access point
 SSB    single-sideband modulation
 SSD    solid state drive



Home | Main Index | Thread Index | Old Index