Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add the share/misc/acronyms.comp file, which is a small acro...
details: https://anonhg.NetBSD.org/src/rev/46d0856eb451
branches: trunk
changeset: 545583:46d0856eb451
user: jmmv <jmmv%NetBSD.org@localhost>
date: Fri Apr 11 11:07:15 2003 +0000
description:
Add the share/misc/acronyms.comp file, which is a small acronyms database
containing computer-related terms; a complement for manpages.
As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.
Closes my own PR misc/17559.
diffstat:
distrib/sets/lists/base/mi | 3 ++-
share/misc/Makefile | 5 +++--
share/misc/acronyms.comp | 32 ++++++++++++++++++++++++++++++++
3 files changed, 37 insertions(+), 3 deletions(-)
diffs (69 lines):
diff -r f163219c7980 -r 46d0856eb451 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Fri Apr 11 10:53:52 2003 +0000
+++ b/distrib/sets/lists/base/mi Fri Apr 11 11:07:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.396 2003/04/09 20:17:07 jmmv Exp $
+# $NetBSD: mi,v 1.397 2003/04/11 11:07:15 jmmv Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@@ -1470,6 +1470,7 @@
./usr/share/me base-groff-share
./usr/share/misc base-groff-share
./usr/share/misc/acronyms base-reference-share
+./usr/share/misc/acronyms.comp base-reference-share
./usr/share/misc/airport base-reference-share
./usr/share/misc/ascii base-reference-share
./usr/share/misc/birthtoken base-reference-share
diff -r f163219c7980 -r 46d0856eb451 share/misc/Makefile
--- a/share/misc/Makefile Fri Apr 11 10:53:52 2003 +0000
+++ b/share/misc/Makefile Fri Apr 11 11:07:15 2003 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2003/03/26 15:57:54 tsarna Exp $
+# $NetBSD: Makefile,v 1.28 2003/04/11 11:07:15 jmmv Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
NOOBJ= # defined
-FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
+FILES= acronyms acronyms.comp airport ascii birthtoken bsd-family-tree \
+ country domains \
eqnchar flowers indent.pro inter.phone language man.template \
mdoc.template na.phone na.postal operator style zipcodes
FILESDIR=${BINDIR}/misc
diff -r f163219c7980 -r 46d0856eb451 share/misc/acronyms.comp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/misc/acronyms.comp Fri Apr 11 11:07:15 2003 +0000
@@ -0,0 +1,32 @@
+AGP accelerated graphics port
+ATA advanced technology attachment
+BIOS basic input/output system
+BSD berkeley software distribution
+CHS cylinder/head/sector
+CLI command line interface
+CRLF carriage return line feed
+CSS cascading style sheets
+DTD document type definition
+EISA extended industry standard architecture
+FTP file transfer protocol
+GNU gnu's not unix
+GPL gnu/general public license
+GUI graphics user interface
+HTML hyper-text markup language
+HTTP hyper-text transfer protocol
+I2O intelligent input/output
+IANA internet assigned number authority
+IDE integrated drive electronics
+IO input/output
+IP internet protocol
+ISA internal system aggrevation
+JPEG joint photographic experts group
+PCI peripheral component interconnect
+PNG portable network graphics
+RAID redundant array of inexpensive disks
+RPM revolutions per minute
+SCSI small computer standard interface
+TCP transmission control protocol
+UDP user datagram protocol
+XML extensible markup language
+XSL extensible stylesheet language
Home |
Main Index |
Thread Index |
Old Index