Date: Wed, 16 Dec 2015 14:49:03 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403865 - head/databases/rdb Message-ID: <201512161449.tBGEn32p063192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Dec 16 14:49:03 2015 New Revision: 403865 URL: https://svnweb.freebsd.org/changeset/ports/403865 Log: Fix a couple of typos. Modified: head/databases/rdb/pkg-descr Modified: head/databases/rdb/pkg-descr ============================================================================== --- head/databases/rdb/pkg-descr Wed Dec 16 14:15:19 2015 (r403864) +++ head/databases/rdb/pkg-descr Wed Dec 16 14:49:03 2015 (r403865) @@ -4,11 +4,11 @@ runs under, and interacts with, the UNIX It uses the Operator/Stream DBMS paradigm described in "Unix Review", March, 1991, page 24, entitled "A 4GL Language". There are a number of "operators" that each perform a unique function on the data. -The "stream" is suplied by the UNIX Input/Output redirection mechanism. +The "stream" is supplied by the UNIX Input/Output redirection mechanism. Therefore each operator processes some data and then passes it along to the next operator via the UNIX pipe function. This is very efficient as UNIX pipes are implemented in memory (at least in versions of UNIX at RAND). RDB is compliant with the "Relational Model". - The data is contained in regular UNIX ACSII files, and so can be + The data is contained in regular UNIX ASCII files, and so can be manipulated by regular UNIX utilities, e.g. ls, wc, mv, cp, cat, more, less, editors like the RAND editor 'e', head, RCS, etc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512161449.tBGEn32p063192>