mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 08:02:43 +02:00
2018-06-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed typos in the rddbmgr(8) man page.
This commit is contained in:
parent
047e2d05be
commit
bcf29e8de3
@ -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 <fredg@paravelsystems.com>
|
||||
* Fixed typos in the rddbmgr(8) man page.
|
||||
|
@ -414,7 +414,7 @@
|
||||
<para>
|
||||
Create a database with a schema of
|
||||
<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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -455,7 +455,7 @@
|
||||
<para>
|
||||
Change the database schema to
|
||||
<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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user