doc: Reflect renaming of Mac OS X to OS X
authorPeter Eisentraut
Tue, 9 Sep 2014 17:56:29 +0000 (13:56 -0400)
committerPeter Eisentraut
Tue, 9 Sep 2014 17:58:50 +0000 (13:58 -0400)
bug #10528

contrib/start-scripts/osx/PostgreSQL
doc/src/sgml/client-auth.sgml
doc/src/sgml/dfunc.sgml
doc/src/sgml/docguide.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/uuid-ossp.sgml
doc/src/sgml/wal.sgml

index 22ed9ff45e84c3691794aad2cc0d454eb14e2f06..24872b0944d992cd06aefc68c435ea86a58c7ec2 100755 (executable)
@@ -4,7 +4,7 @@
 # PostgreSQL RDBMS Server
 ##
 
-# PostgreSQL boot time startup script for Darwin/Mac OS X. To install, change
+# PostgreSQL boot time startup script for OS X. To install, change
 # the "prefix", "PGDATA", "PGUSER", and "PGLOG" variables below as
 # necessary. Next, create a new directory, "/Library/StartupItems/PostgreSQL".
 # Then copy this script and the accompanying "StartupParameters.plist" file
index 0064302a8bb3af32e60998fabe9bc87648d888a0..7704f73d9620daeee653f553585d0fa36510b86f 100644 (file)
@@ -1215,7 +1215,7 @@ omicron         bryanh                  guest1
     socket parameter, or similar mechanisms.  Currently that includes
     Linux,
     most flavors of BSD including
-    Mac OS X,
+    OS X,
     and Solaris.
    
 
index 3d90a36e5278b05f0e21fd606c7908a2c988b678..71aa55b2747c210f51421df6e22134849825f31f 100644 (file)
@@ -127,8 +127,8 @@ cc -shared -o foo.so foo.o
 
    
     
-     Mac OS X
-     Mac OS Xshared library
+     OS X
+     OS Xshared library
     
     
      
index 816375f3e3e59ce170127032fb10ba6cdfac8bef..943ab5a0ef220791b1487178b2ff529adfe25603 100644 (file)
@@ -279,7 +279,7 @@ apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 opensp xsltproc
   
 
   
-   <span class="marked">Mac </span>OS X
+   OS X
 
    
     If you use MacPorts, the following will get you set up:
index 7353c612b1f6721161c8b7e2c29e4b5955446922..d98346302bb6729755619ad18dc3727c7db143bf 100644 (file)
@@ -864,7 +864,7 @@ su - postgres
        
         
          Build with Bonjour support.  This requires Bonjour support
-         in your operating system.  Recommended on Mac OS X.
+         in your operating system.  Recommended on OS X.
         
        
       
@@ -890,7 +890,7 @@ su - postgres
           
            
            the e2fsprogs project; this library is present in most
-           Linux systems and in Mac OS X, and can be obtained for other
+           Linux systems and in OS X, and can be obtained for other
            platforms as well
           
          
@@ -1991,7 +1991,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
   
    PostgreSQL can be expected to work on these operating
    systems: Linux (all recent distributions), Windows (Win2000 SP4 and later),
-   FreeBSD, OpenBSD, NetBSD, Mac OS X, AIX, HP/UX, Solaris, Tru64 Unix,
+   FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris, Tru64 Unix,
+   FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris,
    and UnixWare.  Other Unix-like systems may also work but are not currently
    being tested.  In most cases, all CPU architectures supported by
    a given operating system will work.  Look in
index db0da41b9b153ca40c42d4933ccb47cc827b5c05..1fa3e10c11bf9924178932100f9b83651a5c171d 100644 (file)
@@ -1907,7 +1907,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
    Currently, the
    DTrace
    utility is supported, which, at the time of this writing, is available
-   on Solaris, Mac OS X, FreeBSD, NetBSD, and Oracle Linux.  The
+   on Solaris, OS X, FreeBSD, NetBSD, and Oracle Linux.  The
    SystemTap project
    for Linux provides a DTrace equivalent and can also be used.  Supporting other dynamic
    tracing utilities is theoretically possible by changing the definitions for
index dcbc77d1ef4976ea9ccf33b92e7b60e2993cc52b..39bb74784916dd76b70a38f758cd6287a61c101c 100644 (file)
@@ -925,8 +925,8 @@ option        SEMMAP=256
 
 
      
-      Mac OS X
-      Mac OS XIPC configuration
+      OS X
+      OS XIPC configuration
       
       
        
index dbbea09313a4681b0297e069312b2780b40c8238..e275febe4e6672f62dcf6734108d96d98f82ce49 100644 (file)
@@ -169,7 +169,7 @@ SELECT uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org');
    platforms.  uuid-ossp can now be built without the OSSP
    library on some platforms.  On FreeBSD, NetBSD, and some other BSD-derived
    platforms, suitable UUID creation functions are included in the
-   core libc library.  On Linux, Mac OS X, and some other
+   core libc library.  On Linux, OS X, and some other
    platforms, suitable functions are provided in the libuuid
    library, which originally came from the e2fsprogs project
    (though on modern Linux it is considered part
index c72253227e48e8ef57f6a60601a21ef293a719ab..0420610a011330fbbb8d5a93b6a3c3cf6d41c579 100644 (file)
 
     
       
-        On Mac OS X, write caching can be prevented by
+        On OS X, write caching can be prevented by
         setting wal_sync_method to fsync_writethrough.