From 3e39423a42c3108bebd35f3d7903a44e2e08b2a4 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 30 May 2014 19:22:58 +0000 Subject: [PATCH] [Doc] Fix name of 'ck2cti' in man page --- platform/posix/man/ck2cti.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/posix/man/ck2cti.1 b/platform/posix/man/ck2cti.1 index f6550e4de..10c61c576 100644 --- a/platform/posix/man/ck2cti.1 +++ b/platform/posix/man/ck2cti.1 @@ -1,11 +1,11 @@ -.TH "ck2cti2" 1 "4 Jun 2012" "ck2cti2" \" -*- nroff -*- +.TH "ck2cti" 1 "4 Jun 2012" "ck2cti" \" -*- nroff -*- .ad l .nh .SH NAME -ck2cti2 \- convert Chemkin-II-format mechanisms to Cantera input files (.cti) +ck2cti \- convert Chemkin-II-format mechanisms to Cantera input files (.cti) .SH SYNOPSIS -.B ck2cti2 +.B ck2cti --input=\fImech-file\fR [--thermo=\fIthermo-file\fR] [--transport=\fItransport-file\fR] @@ -15,7 +15,7 @@ ck2cti2 \- convert Chemkin-II-format mechanisms to Cantera input files (.cti) .SH DESCRIPTION -.I ck2cti2 +.I ck2cti converts a Chemkin-II-format reaction mechanism file to Cantera input format. The resulting Cantera input file contains a definition of one .B ideal_gas @@ -52,4 +52,4 @@ is omitted, it will be set to .B gas .SH EXAMPLE -ck2cti2 --input=chem.inp --thermo=therm.dat --transport=tran.dat +ck2cti --input=chem.inp --thermo=therm.dat --transport=tran.dat