diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-12-16 22:49:03 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-12-16 22:49:03 +0800 |
commit | c6ce849d28c217ccc2b65398e5ecd3041a2867a0 (patch) | |
tree | 016e2a54a62a54b26d5fcc1dee3482c52ec323ae /databases/rdb | |
parent | bc24452c5ab4c9db6aed7cd27fe73b1a3145476e (diff) | |
download | freebsd-ports-gnome-c6ce849d28c217ccc2b65398e5ecd3041a2867a0.tar.gz freebsd-ports-gnome-c6ce849d28c217ccc2b65398e5ecd3041a2867a0.tar.zst freebsd-ports-gnome-c6ce849d28c217ccc2b65398e5ecd3041a2867a0.zip |
Fix a couple of typos.
Diffstat (limited to 'databases/rdb')
-rw-r--r-- | databases/rdb/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rdb/pkg-descr b/databases/rdb/pkg-descr index 19c1f7a8e416..ad6fcfe9bee8 100644 --- a/databases/rdb/pkg-descr +++ b/databases/rdb/pkg-descr @@ -4,11 +4,11 @@ runs under, and interacts with, the UNIX Operating system. 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. |