]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4562] Corrected error in unit tests doxygen documentation.
authorMarcin Siodelski <marcin@isc.org>
Fri, 26 Aug 2016 10:13:53 +0000 (12:13 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 26 Aug 2016 15:17:57 +0000 (17:17 +0200)
doc/devel/unit-tests.dox

index 59722bf488d9c56232953757076b5349d64cbafd..bda19c48013df476fd192c6a27b90d6ecd02c8ad 100644 (file)
@@ -186,7 +186,7 @@ Password for user keatest:
 psql (9.1.12)
 Type "help" for help.
 
-keatest=> ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON TABLES to keatest_readonly;
+keatest=> ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES to keatest_readonly;
 ALTER DEFAULT PRIVILEGES
 keatest=> \q
 @endverbatim