diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-08 11:24:37 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-08 11:24:37 -0800 |
commit | 53efedd8b1d113c8ca3dc2d24ac635e1d3c47bab (patch) | |
tree | f72e25bcd0da74397b1f04f546213db5ee93e6b9 | |
parent | String literals ruby fixes (diff) | |
download | ice-53efedd8b1d113c8ca3dc2d24ac635e1d3c47bab.tar.bz2 ice-53efedd8b1d113c8ca3dc2d24ac635e1d3c47bab.tar.xz ice-53efedd8b1d113c8ca3dc2d24ac635e1d3c47bab.zip |
more icegriddb/icestormdb fixes
-rw-r--r-- | CHANGELOG-3.6.md | 2 | ||||
-rw-r--r-- | man/man1/icegriddb.1 | 8 | ||||
-rw-r--r-- | man/man1/icestormdb.1 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 15d203c9525..c50a7291b39 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -32,7 +32,7 @@ These are the changes since Ice 3.6.1. ## General Changes -- Added two new tools, icegriddb36 and icestormdb36, used to import/export the +- Added two new tools, icegriddb and icestormdb, used to import/export the IceGrid and IceStorm databases. - Fixed a bug that affects Java and C# generated code. The generated patcher for diff --git a/man/man1/icegriddb.1 b/man/man1/icegriddb.1 index dc7ff332d6e..7fc6ac3ca00 100644 --- a/man/man1/icegriddb.1 +++ b/man/man1/icegriddb.1 @@ -1,16 +1,16 @@ -.TH icegriddb36 1 +.TH icegriddb 1 .SH NAME -icegriddb36 - The IceGrid database import/export utility. +icegriddb - The IceGrid database import/export utility. .SH SYNOPSIS -icegriddb36 [options] +icegriddb [options] .SH DESCRIPTION -The icegriddb36 utility is a command-line tool for importing and exporting IceGrid +The icegriddb utility is a command-line tool for importing and exporting IceGrid databases. .SH OPTIONS diff --git a/man/man1/icestormdb.1 b/man/man1/icestormdb.1 index b28fb864b28..08f608de50b 100644 --- a/man/man1/icestormdb.1 +++ b/man/man1/icestormdb.1 @@ -1,8 +1,8 @@ -.TH icestormdb36 1 +.TH icestormdb 1 .SH NAME -icestormdb36 - The IceStorm database import/export utility. +icestormdb - The IceStorm database import/export utility. .SH SYNOPSIS @@ -10,7 +10,7 @@ icestormb [options] .SH DESCRIPTION -The icestormdb36 utility is a command-line tool for importing and exporting IceStorm +The icestormdb utility is a command-line tool for importing and exporting IceStorm databases. .SH OPTIONS |