diff --git a/ase/doc/ase-en.man b/ase/doc/ase-en.man index 3c595762..b67a5ce0 100644 --- a/ase/doc/ase-en.man +++ b/ase/doc/ase-en.man @@ -13,7 +13,7 @@ Download the library source code from the following links. ase-0.1.0.tgz [[[ * {Link 1,ase-0.1.0.tgz} -* {Link 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tgz} +* Link 2 ]]] == Documentation == diff --git a/ase/doc/ase-ko.man b/ase/doc/ase-ko.man index 440f0598..4ee3e885 100644 --- a/ase/doc/ase-ko.man +++ b/ase/doc/ase-ko.man @@ -13,7 +13,7 @@ ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하 ase-0.1.0.tgz [[[ * {링크 1,ase-0.1.0.tgz} -* {링크 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tgz} +* 링크 2 ]]] == Documentation == diff --git a/ase/doc/quickstart-en.man b/ase/doc/quickstart-en.man index fa3a2327..8096b18b 100644 --- a/ase/doc/quickstart-en.man +++ b/ase/doc/quickstart-en.man @@ -32,7 +32,7 @@ CC=gcc CFLAGS="-Wall -O2" ./configure # 32-bit === OpenVMS === -You may use the [[mms] command or the [[mmk]] command to build the library. No counterpart for the [[configure]] script is provided. As not top-level build script is provided, you have to run the command in each directory that you want to build the library in. +You may use the [[mms]] command or the [[mmk]] command to build the library. No counterpart for the [[configure]] script is provided. As not top-level build script is provided, you have to run the command in each directory that you want to build the library in. Let's build the AWK library and its test program, for instance.