summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-02-10 21:02:32 +0000
committerobrien <obrien@FreeBSD.org>1999-02-10 21:02:32 +0000
commitff94f6a80774247733491f23ca3a0763d635d951 (patch)
tree7756a2493d89eafe0f7f6468f976666e2937a6a9 /contrib
parent728d260720e4acda833b2c248860c5b98f185f3a (diff)
downloadFreeBSD-src-ff94f6a80774247733491f23ca3a0763d635d951.zip
FreeBSD-src-ff94f6a80774247733491f23ca3a0763d635d951.tar.gz
* fix paths in manpages
* sort references
Diffstat (limited to 'contrib')
-rw-r--r--contrib/isc-dhcp/client/dhclient-script.85
-rw-r--r--contrib/isc-dhcp/client/dhclient.86
-rw-r--r--contrib/isc-dhcp/client/dhclient.conf.54
-rw-r--r--contrib/isc-dhcp/client/dhclient.leases.56
4 files changed, 10 insertions, 11 deletions
diff --git a/contrib/isc-dhcp/client/dhclient-script.8 b/contrib/isc-dhcp/client/dhclient-script.8
index bae59b4..1a1d78b 100644
--- a/contrib/isc-dhcp/client/dhclient-script.8
+++ b/contrib/isc-dhcp/client/dhclient-script.8
@@ -53,7 +53,7 @@ systems (indeed, no standard script exists for some operating
systems), so a pioneering user may well need to create a new script or
modify an existing one. In general, customizations specific to a
particular computer should be done in the
-.B ETCDIR/dhclient.conf
+.B /etc/dhclient.conf
script. If you find that you can't make such a customization without
customizing dhclient.conf, please submit a bug report.
.SH OPERATION
@@ -177,8 +177,7 @@ the other. Assuming the information provided by both servers is
valid, this shouldn't cause any real problems, but it could be
confusing.
.SH SEE ALSO
-dhclient(8), dhcpd(8), dhcrelay(8), dhclient.conf(5) and
-dhclient.leases(5).
+dhclient.conf(5), dhclient.leases(5), dhclient(8)
.SH AUTHOR
.B dhclient-script(8)
has been written for the Internet Software Consortium
diff --git a/contrib/isc-dhcp/client/dhclient.8 b/contrib/isc-dhcp/client/dhclient.8
index 0406c49..625296d 100644
--- a/contrib/isc-dhcp/client/dhclient.8
+++ b/contrib/isc-dhcp/client/dhclient.8
@@ -132,10 +132,10 @@ a debugger, or when running it out of inittab on System V systems.
.SH CONFIGURATION
The syntax of the dhclient.conf(8) file is discussed seperately.
.SH FILES
-.B ETCDIR/dhclient.conf, DBDIR/dhclient.leases, RUNDIR/dhclient.pid,
-.B DBDIR/dhclient.leases~.
+.B /etc/dhclient.conf, /var/db/dhclient.leases, /var/run/dhclient.pid,
+.B /var/db/dhclient.leases~.
.SH SEE ALSO
-dhcpd(8), dhcrelay(8), dhclient.conf(5), dhclient.leases(5)
+dhclient.conf(5), dhclient.leases(5), dhclient-script(8)
.SH AUTHOR
.B dhclient(8)
has been written for the Internet Software Consortium
diff --git a/contrib/isc-dhcp/client/dhclient.conf.5 b/contrib/isc-dhcp/client/dhclient.conf.5
index 062a402..cc16966 100644
--- a/contrib/isc-dhcp/client/dhclient.conf.5
+++ b/contrib/isc-dhcp/client/dhclient.conf.5
@@ -532,8 +532,8 @@ This is a very complicated dhclient.conf file - in general, yours
should be much simpler. In many cases, it's sufficient to just
create an empty dhclient.conf file - the defaults are usually fine.
.SH SEE ALSO
-dhcp-options(5), dhclient.leases(5), dhcpd(8), dhcpd.conf(5), RFC2132,
-RFC2131.
+dhcp-options(5), dhclient.leases(5), dhclient(8), RFC2132,
+RFC2131
.SH AUTHOR
.B dhclient(8)
was written by Ted Lemon <mellon@vix.com>
diff --git a/contrib/isc-dhcp/client/dhclient.leases.5 b/contrib/isc-dhcp/client/dhclient.leases.5
index e0da360..32ef380 100644
--- a/contrib/isc-dhcp/client/dhclient.leases.5
+++ b/contrib/isc-dhcp/client/dhclient.leases.5
@@ -49,10 +49,10 @@ this is not an unusual occurrance.
The format of the lease declarations is described in
.B dhclient.conf(5).
.SH FILES
-.B DBDIR/dhclient.leases
+.B /var/db/dhclient.leases
.SH SEE ALSO
-dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
-dhcpd.conf(5), RFC2132, RFC2131.
+dhcp-options(5), dhclient.conf(5), dhclient(8),
+RFC2132, RFC2131
.SH AUTHOR
.B dhclient(8)
was written by Ted Lemon <mellon@vix.com>
OpenPOWER on IntegriCloud