瀏覽代碼

Correct some grammar nits.

marcus 18 年之前
父節點
當前提交
3b4116d67b
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      portlint.1

+ 5 - 4
portlint.1

@@ -1,4 +1,5 @@
-.\" $FreeBSD: ports/devel/portlint/src/portlint.1,v 1.9 2003/02/02 21:17:40 gerald Exp $
+.\" $FreeBSD$
+.\"  $MCom$
 .\"
 .\" Copyright (c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>.
 .\" All Rights Reserved.  Absolutely no warranty.
@@ -92,7 +93,7 @@ If omitted, check will be performed over the current directory.
 Messages will be sent to standard output, not standard error output.
 .Bl -tag -width WARN: foobaa
 .It FATAL: ...
-This type of error messages suggest that there is some fatal error
+This type of error message suggests that there is some fatal error
 in the port directory.
 For example, if some files need a rewrite, or if
 some inevitable files are missing, this message will show up.
@@ -102,7 +103,7 @@ a port via send-pr to the committers.
 .\"on behalf of the submitters, which may result in delay of
 .\"the development of operating system itself.
 .It WARN: ...
-This type of error messages suggest that some files may (or may not)
+This type of error message suggests that some files may (or may not)
 need some fix.
 Basically, warnings are produced when
 .Nm
@@ -115,7 +116,7 @@ uses for sanity checks.
 In those cases, the user should evaluate the result manually,
 and obey/ignore the result.
 .It OK: ...
-This type of messages are used in verbose mode
+This types of message is used in verbose mode
 .Pq Fl v .
 .El
 .Sh ENVIRONMENT