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.
This commit is contained in:
jmmv 2003-04-11 11:07:15 +00:00
parent 85cbefaced
commit 2494dcd3ba
3 changed files with 37 additions and 3 deletions

View File

@ -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

View File

@ -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

32
share/misc/acronyms.comp Normal file
View File

@ -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