Skip to content

Commit ab35b08

Browse files
author
Thomas G. Lockhart
committed
Expunge "UNIX" in favor of "Unix".
A few other changes, but I forget what :(
1 parent d0741fb commit ab35b08

16 files changed

+399
-374
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ SELECT name, population
282282

283283
<note>
284284
<para>
285-
On UNIX systems, this is always midnight, January 1, 1970 GMT.
285+
On Unix systems, this is always midnight, January 1, 1970 GMT.
286286
</para>
287287
</note>
288288
</para>

doc/src/sgml/arch-dev.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<para>
175175
The <firstterm>parser</firstterm> defined in
176176
<filename>gram.y</filename> and <filename>scan.l</filename> is
177-
built using the UNIX tools <application>yacc</application>
177+
built using the Unix tools <application>yacc</application>
178178
and <application>lex</application>.
179179
</para>
180180
</listitem>
@@ -194,7 +194,7 @@
194194
The parser has to check the query string (which arrives as
195195
plain ASCII text) for valid syntax. If the syntax is correct a
196196
<firstterm>parse tree</firstterm> is built up and handed back otherwise an error is
197-
returned. For the implementation the well known UNIX
197+
returned. For the implementation the well known Unix
198198
tools <application>lex</application> and <application>yacc</application>
199199
are used.
200200
</para>

doc/src/sgml/arch-pg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
somewhat clearer.
1212
In database jargon, <ProductName>Postgres</ProductName> uses a simple "process
1313
per-user" client/server model. A <ProductName>Postgres</ProductName> session
14-
consists of the following cooperating UNIX processes (programs):
14+
consists of the following cooperating Unix processes (programs):
1515

1616
<ItemizedList>
1717
<ListItem>
@@ -75,7 +75,7 @@ Note that the <ProductName>Postgres</ProductName> superuser does not
7575
have to be a special user (e.g., a user named
7676
"postgres"), although many systems are installed that way.
7777
Furthermore, the <ProductName>Postgres</ProductName> superuser should
78-
definitely not be the UNIX superuser, "root"! In any
78+
definitely not be the Unix superuser, "root"! In any
7979
case, all files relating to a database should belong to
8080
this <ProductName>Postgres</ProductName> superuser.
8181
</Para>

doc/src/sgml/arch.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
somewhat clearer.
1212
In database jargon, <ProductName>Postgres</ProductName> uses a simple "process
1313
per-user" client/server model. A <ProductName>Postgres</ProductName> session
14-
consists of the following cooperating UNIX processes (programs):
14+
consists of the following cooperating Unix processes (programs):
1515
</Para>
1616

1717
<ItemizedList>
@@ -80,7 +80,7 @@
8080
have to be a special user (e.g., a user named
8181
"postgres"). Furthermore, the <ProductName>Postgres</ProductName> superuser
8282
should
83-
definitely not be the UNIX superuser ("root")! In any
83+
definitely not be the Unix superuser ("root")! In any
8484
case, all files relating to a database should belong to
8585
this <ProductName>Postgres</ProductName> superuser.
8686
</Para>

0 commit comments

Comments
 (0)