summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-08-12 01:32:17 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-08-12 01:32:17 +0000
commiteb122b98e002d17d0a9d3418f44e575f3010cd70 (patch)
treef11392f52af5a5a3354454a6d43bd2e207d8b434
parent545d23798b3e8d39d80bc33ff348e69546cb84a8 (diff)
Fix missing pluralization.
-rw-r--r--usr.bin/error/error.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1
index 2706dee94b2..49f8fc9ba40 100644
--- a/usr.bin/error/error.1
+++ b/usr.bin/error/error.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: error.1,v 1.10 2000/03/23 21:10:15 aaron Exp $
+.\" $OpenBSD: error.1,v 1.11 2000/08/12 01:32:16 aaron Exp $
.\" $NetBSD: error.1,v 1.3 1995/09/02 06:15:20 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -227,7 +227,7 @@ Error messages that can't be intuited are grouped together,
and written to the standard output before any files are touched.
They will not be inserted into any source file.
.It Em file specific
-Error message that refer to a specific file,
+Error messages that refer to a specific file,
but to no specific line,
are written to the standard output when
that file is touched.