浏览代码

* Corrected typo, and better decsription of file overwriting

michael 26 年之前
父节点
当前提交
973fa271e8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      install/man/man1/fpcmake.1

+ 3 - 3
install/man/man1/fpcmake.1

@@ -1,6 +1,6 @@
 .TH fpcmake 1 "12 Dec 1999" "Free Pascal" "Free Pascal Makefile constructor"
 .SH NAME
-fpcmake \- The Free Pascal makefile constuctor program.
+fpcmake \- The Free Pascal makefile constructor program.
 
 .SH SYNOPSIS
 
@@ -27,8 +27,8 @@ for making X projects.
 accepts filenames of makefile description files as it's command-line
 arguments. For each of these files it will create a 
 .I Makefile 
-in the same directory where the file is located, overwriting any other 
-existing file.
+in the same directory where the file is located, overwriting any
+existing file with the same name.
 
 If no options are given, it just attempts to read the file 
 .I Makefile.fpc