diff --git a/doc/src/sgml/ref/drop_owned.sgml b/doc/src/sgml/ref/drop_owned.sgml
index d03cc578450..fd48d2aff9f 100644
--- a/doc/src/sgml/ref/drop_owned.sgml
+++ b/doc/src/sgml/ref/drop_owned.sgml
@@ -32,7 +32,7 @@ DROP OWNED BY { name | CURRENT_USER
DROP OWNED drops all the objects within the current
database that are owned by one of the specified roles. Any
privileges granted to the given roles on objects in the current
- database and on shared objects (databases, tablespaces) will also be
+ database or on shared objects (databases, tablespaces) will also be
revoked.
diff --git a/doc/src/sgml/ref/reassign_owned.sgml b/doc/src/sgml/ref/reassign_owned.sgml
index ccd038629bf..41a57c8f368 100644
--- a/doc/src/sgml/ref/reassign_owned.sgml
+++ b/doc/src/sgml/ref/reassign_owned.sgml
@@ -88,9 +88,11 @@ REASSIGN OWNED BY { old_role | CURR
The REASSIGN OWNED command does not affect any
- privileges granted to the old_roles> for
- objects that are not owned by them. Use DROP OWNED to
- revoke such privileges.
+ privileges granted to
+ the old_roles on objects
+ that are not owned by them. Likewise, it does not affect default
+ privileges created with ALTER DEFAULT PRIVILEGES.
+ Use DROP OWNED to revoke such privileges.