diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-05 06:01:56 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-05 06:01:56 +0000 |
commit | 3a29400141c134af71799bc2aad6db4faaaa2e78 (patch) | |
tree | b7b328de1fd9d500ed77d304ba47066851b0c561 /doc/src | |
parent | 6d62e1da9d851227b7739b1a36106c7bc667b6e6 (diff) |
Minor fix to add paragraph break.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/revoke.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index 5493e93a283..6265175497d 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -322,6 +322,7 @@ If user1 gives a privilege WITH GRANT OPTION to user2, and user2 gives it to user3 then user1 can revoke this privilege in cascade using the CASCADE keyword. +<para> If user1 gives a privilege WITH GRANT OPTION to user2, and user2 gives it to user3 then if user1 try revoke this privilege it fails if he/she specify the RESTRICT |