aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-06-28 06:51:46 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:37 +0200
commit23da78eb6973bd9e97ad5458ab66ed27854b4ac3 (patch)
treef72db2b0d7d1d7f8170e48c9d7ccc0d39d806623
parent500c60c810e84629843b90b5194c0f78651f482d (diff)
fixed a typo in a manual (program name "dhcp6sctl" should be "dhcp6ctl")
-rw-r--r--CHANGES4
-rw-r--r--dhcp6s.812
2 files changed, 10 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index bb1b57f..8f54de9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2007-06-28 SUZUKI, Shinsuke <suz@kame.net>
+ * dhcp6s.8: fixed a typo in a manual (program name "dhcp6sctl" should
+ be "dhcp6ctl")
+
--- 20070507 tar ball released ---
2007-05-03 SUZUKI, Shinsuke <suz@kame.net>
* dhcp6relay.c: changes the destination port of a relayed DHCP packet
diff --git a/dhcp6s.8 b/dhcp6s.8
index 69b6e99..888117a 100644
--- a/dhcp6s.8
+++ b/dhcp6s.8
@@ -100,20 +100,20 @@ specified.
Use
.Ar ctlkeyfile
to store the shared secret to authenticate the communication with
-.Nm dhcp6sctl .
+.Nm dhcp6ctl .
The default file name used when unspecified is
.Pa /usr/local/etc/dhcp6sctlkey .
The default name is intentionally same as that for
-.Nm dhcp6sctl
+.Nm dhcp6ctl
so that the server and the control command can share the file when
-.Nm dhcp6sctl
+.Nm dhcp6ctl
controls the server on the same node,
which should be the typical case.
.It Fl p Ar ctlport
Use
.Ar ctlport
as the port number listening on to communicate with
-.Nm dhcp6sctl .
+.Nm dhcp6ctl .
.It Fl P Ar pid-file
Use
.Ar pid-file
@@ -130,7 +130,7 @@ is the default file to store the server's DUID.
.It Pa /usr/local/etc/dhcp6sctlkey
is the default key file to communicate with the control command.
See
-.Xr dhcp6sctl 8
+.Xr dhcp6ctl 8
for the file format.
.It Pa /var/run/dhcp6s.pid
is the default file that contains pid of the currently running
@@ -139,7 +139,7 @@ is the default file that contains pid of the currently running
.\"
.Sh SEE ALSO
.Xr dhcp6s.conf 5 ,
-.Xr dhcp6sctl 8 ,
+.Xr dhcp6ctl 8 ,
.Xr dhcp6c 8
.Rs
.%A Ralph Droms, Editor