2018-06-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed typos in the rddbmgr(8) man page.
This commit is contained in:
Fred Gleason 2018-06-08 18:15:45 +00:00
parent 047e2d05be
commit bcf29e8de3
2 changed files with 4 additions and 2 deletions

View File

@ -17038,3 +17038,5 @@
unknown schema. unknown schema.
* Added a sanity check to rddbmgr(8) to prevent inadvertent * Added a sanity check to rddbmgr(8) to prevent inadvertent
reversion to an implied schema. reversion to an implied schema.
2018-06-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed typos in the rddbmgr(8) man page.

View File

@ -414,7 +414,7 @@
<para> <para>
Create a database with a schema of Create a database with a schema of
<replaceable>schema</replaceable> [integer], which must be <replaceable>schema</replaceable> [integer], which must be
between <userinput>243</userinput> and the native schema (inclusive). between <userinput>242</userinput> and the native schema (inclusive).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -455,7 +455,7 @@
<para> <para>
Change the database schema to Change the database schema to
<replaceable>schema</replaceable> [integer], which must be <replaceable>schema</replaceable> [integer], which must be
between <userinput>243</userinput> and the native schema (inclusive). between <userinput>242</userinput> and the native schema (inclusive).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>