summaryrefslogtreecommitdiff
path: root/examples/numerals
diff options
context:
space:
mode:
authoraarne <unknown>2005-04-28 15:42:47 +0000
committeraarne <unknown>2005-04-28 15:42:47 +0000
commit830f7c14bc0a7c9a22ec73759e315087a658f8ee (patch)
tree9ebbbc2fe852c4a93dcf3b93e0ef5486a64b38e3 /examples/numerals
parent8b7e450f1cf8d88909b8ce78218c44b9b102e928 (diff)
library adjustments, error message clean-up
Diffstat (limited to 'examples/numerals')
-rw-r--r--examples/numerals/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/numerals/README b/examples/numerals/README
index 1a7500e75..8a801b730 100644
--- a/examples/numerals/README
+++ b/examples/numerals/README
@@ -21,13 +21,13 @@ To precompile a multilingual numeral grammar:
To open a translation session,
gf numerals.gfcm -- in the OS shell
- trans -lang -- in the GF shell
+ ts -lang -- in the GF shell
To create an example HTML page with translations of a numeral:
echo "x=2341" | gft numerals.gfcm >2341.html
-(Requires the gft program, produces by "make gft" in GF sources)
+(Requires the gft program, produced by "make gft" in GF sources)
Document last updated August 3, 2004 by Aarne Ranta.