summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-02-12 14:08:00 +0000
committerjmc <jmc@openbsd.org>2004-02-12 14:08:00 +0000
commit21cefb3cdf37f86345d6207c7a270d66e57345c4 (patch)
tree3bec99a6a233cb7e9b2af31fe914d1d3ce1c2b80
parent- sort SYNOPSIS and options list (diff)
downloadwireguard-openbsd-21cefb3cdf37f86345d6207c7a270d66e57345c4.tar.xz
wireguard-openbsd-21cefb3cdf37f86345d6207c7a270d66e57345c4.zip
plural of suffix is suffixes;
idea stolen from a NetBSD PR submitted by Todd Vierling;
-rw-r--r--usr.bin/make/make.14
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