diff options
Diffstat (limited to 'doc/src/sgml/wal.sgml')
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index f0c2260ed9e..fc5c3b24c34 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -96,7 +96,7 @@ <listitem> <para> On <productname>Solaris</>, the disk write cache is controlled by - <ulink url="http://www.sun.com/bigadmin/content/submitted/format_utility.jsp"><literal>format -e</></ulink>. + <command>format -e</>. (The Solaris <acronym>ZFS</> file system is safe with disk write-cache enabled because it issues its own disk cache flush commands.) </para> |