Skip to content

Commit be6e306

Browse files
committed
ドキュメントの細かい表現を修正
1 parent 800011d commit be6e306

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ NEWS - user visible changes -*- outline -*-
88
Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.
99

1010
*** Enhanced CUI features
11-
(1) Add a new function "CBL_OC_KEISEN". This displays a KEISEN on the screen.
11+
(1) Add a new function "CBL_OC_KEISEN".
12+
This displays a KEISEN ( vertical or horizontal ruled lines ) on the screen.
1213
(2) Supports SJIS multi-byte character input and output on the screen.
1314

1415
** Changes

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
opensource COBOL
22
http://www.osscons.jp/osscobol/
33

4-
opensource COBOL is open-source COBOL compiler an extension of the Japan-specific features.
5-
It's translates COBOL program to C code and compiles it using GCC or CL.
4+
"opensource COBOL" is open-source COBOL compiler, an extension of the Japan-specific features.
5+
"opensource COBOL" translates COBOL program to C code and compiles it using GCC or CL.
66

77
It was forked from OpenCOBOL in 2012.
88
See also OpenCOBOL project.
@@ -30,7 +30,7 @@ General Public License. See COPYING.LIB for details.
3030

3131
See AUTHORS for the author of each file.
3232

33-
Please refer to the file "win32/README" about win32 directory.
33+
Please refer to the file "win32/readme.txt" about win32 directory.
3434

3535
============
3636
Requirements

win32/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opensource COBOL
22
http://www.osscons.jp/osscobol/
33

4-
This directory contains the project files and external libraries for Windows
4+
This directory contains the project files for Windows
55

66
This package contains the following subdirectories:
77

@@ -59,7 +59,7 @@ when running "Build Solution".
5959
**************************************
6060

6161
The "Build Solution" will default to "win32/BIN/x64/Debug" as
62-
the install path. You want to set files another path,
62+
the install path. When you want to set files another path,
6363
changing the project properties on the Visual Studio
6464
or copying those file to any location.
6565

0 commit comments

Comments
 (0)