Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-05-12 01:15:33 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-05-12 01:15:33 +0400
commit17e71ee49d8c5933deb45bee1178acccba1d58a1 (patch)
tree3d12bd25925fd7c14affd8e0a37e5d0b80ee441f /web/ado-net
parent3ff22f9631b7b93a91acf00087cf55ccb5a7e6f5 (diff)
Remove references to GNU/Linux, and leave only Unix
svn path=/trunk/mono/; revision=4537
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/ado-net b/web/ado-net
index f933f77e988..54aeb2cfc52 100644
--- a/web/ado-net
+++ b/web/ado-net
@@ -117,7 +117,7 @@
<p>The System.Data.dll gets built with the rest of the class library.
To compile the System.Data.dll assembly separately, you need:
- <b>On GNU/Linux and Unix</b>
+ <b>On Unix</b>
<ul>
* update your mono sources. Be sure you have latest mcs.exe
@@ -175,13 +175,13 @@
<p>Installation instructions for PostgreSQL DBMS:
- <b>On GNU/Linux and Unix</b>
+ <b>On Unix</b>
<ul>
* Read the PostgreSQL Installation Instructions
at \usr\doc\postgresql-x.x.x\html\installation.html
- * Depending on your GNU/Linux distribution or Unix,
+ * Depending on your Unix system,
PostgreSQL maybe already installed, a database user 'postgres' created,
a linux user 'postgres' created and initdb ran. Or maybe not.