From bcf29e8de36e4800e4ed132f5e62b43a1e67887c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 8 Jun 2018 18:15:45 +0000 Subject: [PATCH] 2018-06-08 Fred Gleason * Fixed typos in the rddbmgr(8) man page. --- ChangeLog | 2 ++ docs/manpages/rddbmgr.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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).