aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/development.7
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-10 14:55:59 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-10 14:55:59 +0000
commit08b9134350fd8435d5504d9cb2c8f3e83a3b1e3e (patch)
tree3f312b63fe696ee5db4825b8c6ef1efc1121b534 /share/man/man7/development.7
parent253c3c73124f6fb962fc928d561d2dda39563a85 (diff)
Replace "/etc/make.conf" with references to make.conf(5)
where applicable. The main reason for this change is that the location of make.conf is not constant and can be modified via __MAKE_CONF. This change also improves hyper-text linkage in our manpages. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=151202
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r--share/man/man7/development.75
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index d9563155aa5a..0887f607d59a 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -268,7 +268,7 @@ is softlinked into what will be read-only on all of your
clients, you have to tell the ports system to use a different working
directory to hold ports builds.
You want to add a line to your
-.Pa /etc/make.conf
+.Xr make.conf 5
file on the master server
and on all your clients:
.Bd -literal -offset 4n
@@ -494,7 +494,7 @@ the install tried to write into the read-only
.Pa /usr/obj ,
then it is likely
that the
-.Pa /etc/make.conf
+.Xr make.conf 5
file on the client does not match the one on the
master server closely enough and the install is trying to install something
that was not built.
@@ -681,6 +681,7 @@ My recommendation is to only keep the CVS repository synchronized via
.Sh SEE ALSO
.Xr crontab 1 ,
.Xr crontab 5 ,
+.Xr make.conf 5 ,
.Xr build 7 ,
.Xr firewall 7 ,
.Xr release 7 ,