diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-10-10 19:44:10 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-10-10 19:44:10 +0000 |
commit | c68ed6f9f4a692477d3fac13cac1778c17aed15f (patch) | |
tree | 2e1f69b66b5b4b11c2f3d7d91f063b90bcac7f60 /cpp | |
parent | bug 475: remove IcePack (diff) | |
download | ice-c68ed6f9f4a692477d3fac13cac1778c17aed15f.tar.bz2 ice-c68ed6f9f4a692477d3fac13cac1778c17aed15f.tar.xz ice-c68ed6f9f4a692477d3fac13cac1778c17aed15f.zip |
minor reformat
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/minimal/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Ice/minimal/README b/cpp/demo/Ice/minimal/README index 5e508c8e8c3..1974e7e4ec4 100644 --- a/cpp/demo/Ice/minimal/README +++ b/cpp/demo/Ice/minimal/README @@ -9,6 +9,6 @@ In a separate window, start the client: $ client -Note that this demo hardwires port 10000. If port -10000 is not available on your machine, you need -to edit both client and server to use a free port. +Note that this demo hardwires port 10000. If port 10000 is not +available on your machine, you need to edit both client and server +to use a free port. |