summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-03-14 07:46:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-03-14 07:46:13 +0000
commitea8a1ec72241f4598e1ced7af2c3dad797099a9e (patch)
tree1a581083ea44322e85f0ad8cd7d738472f7265c5 /usr.bin
parent69a48cdc00f1bdfa68b713d2fd4381bbd1e0e945 (diff)
better wording;
From: Daniel Dickman
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/make.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 6eb33b7f9fa..6bae67394d9 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.110 2014/02/13 07:30:39 guenther Exp $
+.\" $OpenBSD: make.1,v 1.111 2014/03/14 07:46:12 jmc Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: February 13 2014 $
+.Dd $Mdocdate: March 14 2014 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -71,9 +71,9 @@ If none of these files exist,
.Nm
can still rely on a set of built-in system rules.
.Pp
-In addition, if the file
+If the file
.Sq Pa .depend
-exists, it is also read on top of the main
+exists, its contents are appended to the main
.Ar makefile
(see
.Xr mkdep 1 ) .