diff --git a/doc/src/graphics.qdoc b/doc/src/graphics.qdoc
index 6a3e3a40ff160e2f1a243d7ca362724a9b42500c..788ac037f07423422cb947a5f73aa48e60ed8df1 100644
--- a/doc/src/graphics.qdoc
+++ b/doc/src/graphics.qdoc
@@ -163,11 +163,11 @@ need to be direct.
 \section1 Printing
 
 Qt supports printing both directly to actual printers, locally or on the
-network, as well as producing PDF or PostScript output. How to do printing with
+network, as well as producing PDF output. How to do printing with
 Qt is described in detail on the \l {Qt Print Support} page.
 
 To be able to access the Qt printing classes from your application or library, see
-the \l {Qt Print Support module} page.
+the \l {Qt Print Support} module page.
 
 
 
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 912254f0892bfb73403d0f7dac54f1c4e02b7ee3..e6fc7685b540d195d1c08f7fcafe74f399cd7ec6 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -292,6 +292,7 @@ The following sections lists the API changes in each module and provides recomme
     \list
      \li The \l{QPageSetupDialog::PageSetupDialogOption} enum and the corresponding set and get functions, \c{QPageSetupDialog::options()}
          and \c{QPageSetupDialog::setOptions()} are removed.
+     \li Support for printing PostScript files has been removed.
     \endlist
 
 \section1 Changes to Qt Network