summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-07-13 00:52:10 +0000
committerDavid Hankins <dhankins@isc.org>2006-07-13 00:52:10 +0000
commit4e1fa36612c62b258f93813676e2c88826db65c7 (patch)
tree6ba40b6dc5bb822df5d240d11ef82bb409188276 /dhcpctl
parente021c50c4f770861ecfe8048f554df0d8283ed7d (diff)
downloadisc-dhcp-4e1fa36612c62b258f93813676e2c88826db65c7.tar.gz
Nroff command errors as supplied by rt15930.
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/omshell.118
1 files changed, 9 insertions, 9 deletions
diff --git a/dhcpctl/omshell.1 b/dhcpctl/omshell.1
index d5f009a5..ec55f435 100644
--- a/dhcpctl/omshell.1
+++ b/dhcpctl/omshell.1
@@ -1,4 +1,4 @@
-.\" $Id: omshell.1,v 1.3 2005/03/17 20:15:03 dhankins Exp $
+.\" $Id: omshell.1,v 1.4 2006/07/13 00:52:10 dhankins Exp $
.\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2001-2003 by Internet Software Consortium
@@ -85,7 +85,7 @@ where number is the port that OMAPI listens on. By default, this is 7911.
.RS 0.5i
This specifies the TSIG key to use to authenticate the OMAPI transactions.
\fIname\fR is the name of a key defined in \fIdhcpd.conf\fR with the
-\fBomapi-key\fR statement. The \fIsecret\fR is the secret generated from
+\fBomapi-key\fR statement. The \fIsecret\fR is the secret key generated from
\fBdnssec-keygen\fR or another key generation program.
.RE
.PP
@@ -97,7 +97,7 @@ statement.
.PP
Any object defined in OMAPI can be created, queried, and/or modified. The
object types available to OMAPI are defined in \fBdhcpd(8)\fR and
-\fBdhclient\fR. When using omshell, objects are first defined locally,
+\fBdhclient(8)\fR. When using omshell, objects are first defined locally,
manipulated as desired, and then associated with an object on the server.
Only one object can be manipulated at a time. To create a local object, use
.PP
@@ -112,7 +112,7 @@ lease's attributes can be set as follows:
.PP
.B set \fIattribute-name = value\fR
.RS 0.5i
-\fBAttribute names are defined in \fBdhcpd(8)\fR and \fBdhclient(8)\fR.
+\fBAttribute\fR names are defined in \fBdhcpd(8)\fR and \fBdhclient(8)\fR.
Values should be quoted if they are strings. So, to set a lease's IP address,
you would do the following:
\fB set ip-address = 192.168.4.50\fR
@@ -305,7 +305,7 @@ particularly useful for hosts.
.PP
Any remote object that can be created can also be destroyed. This is done by
creating a new local object, setting attributes, associating the local and
-remote object using \fBopen\fI, and then using the \fBremove\fR command.
+remote object using \fBopen\fR, and then using the \fBremove\fR command.
If the host "some-host" from before was created in error, this could be
corrected as follows:
.nf
@@ -328,7 +328,7 @@ dhcpctl(3), omapi(3), dhcpd(8), dhclient(8), dhcpd.conf(5), dhclient.conf(5).
.SH AUTHOR
.B omshell
was written by Ted Lemon of Nominum, Inc. Information about Nominum
-and support contracts for DHCP and BIND can be found at
-.B http://www.nominum.com. This preliminary documentation was
-written by Wendy Verschoor of Nominum, Inc., while she was testing
-omshell.
+can be found at
+.B http://www.nominum.com.
+This preliminary documentation was written by Wendy Verschoor of Nominum,
+Inc., while she was testing omshell.