diff --git a/ChangeLog b/ChangeLog index eabf3688..d1fa8a4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17038,3 +17038,5 @@ unknown schema. * Added a sanity check to rddbmgr(8) to prevent inadvertent reversion to an implied schema. +2018-06-08 Fred Gleason + * Fixed typos in the rddbmgr(8) man page. diff --git a/docs/manpages/rddbmgr.xml b/docs/manpages/rddbmgr.xml index b8c6c118..2e3246af 100644 --- a/docs/manpages/rddbmgr.xml +++ b/docs/manpages/rddbmgr.xml @@ -414,7 +414,7 @@ Create a database with a schema of schema [integer], which must be - between 243 and the native schema (inclusive). + between 242 and the native schema (inclusive). @@ -455,7 +455,7 @@ Change the database schema to schema [integer], which must be - between 243 and the native schema (inclusive). + between 242 and the native schema (inclusive).