diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-12 14:08:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-12 14:08:01 +0000 |
commit | d430a9ceefe4d681e04c29bce91df8e712e2d3e8 (patch) | |
tree | 4e5453348ef3248a01f9c8033cb0ac505e5703ef /usr.bin/make | |
parent | b52c2111670fb0f2397dffb7f9855d3664b5575e (diff) |
plural of suffix is suffixes;
idea stolen from a NetBSD PR submitted by Todd Vierling;
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b03724647d9..a994cbb8302 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.60 2004/02/09 00:32:20 espie Exp $ +.\" $OpenBSD: make.1,v 1.61 2004/02/12 14:08:00 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -1237,7 +1237,7 @@ command in the file. .It Ic .SUFFIXES Each source specifies a suffix to .Nm make . -If no sources are specified, any previously specified suffices are deleted. +If no sources are specified, any previously specified suffixes are deleted. .El .Sh ENVIRONMENT .Nm |