summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@isc.org>2013-01-28 18:01:41 -0600
committerJeremy C. Reed <jreed@isc.org>2013-01-28 18:01:41 -0600
commit8e112e2bc6c2d1fd82a30bcc25f862be24d82b8b (patch)
tree3d1aad6c44c6079fcbd344d07441f118a7c65069 /dhcpctl
parenta2bb892f71896c0f026755f510b2855d15faff65 (diff)
downloadisc-dhcp-8e112e2bc6c2d1fd82a30bcc25f862be24d82b8b.tar.gz
Various minor documentation improvements:
remove repeated words fix: it's to its some minor formatting added (this needs to be improved still, there is a mix of \fB Bold and \fI underline for same things) spelling fixes minor punctuation fixes (remove ...) uppercase an acronym that is not a config item (I didn't get this reviewed, these all are very minor or obvious.)
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/dhcpctl.38
1 files changed, 4 insertions, 4 deletions
diff --git a/dhcpctl/dhcpctl.3 b/dhcpctl/dhcpctl.3
index 389c9753..931bafd3 100644
--- a/dhcpctl/dhcpctl.3
+++ b/dhcpctl/dhcpctl.3
@@ -297,8 +297,8 @@ functions all set a value on the object handle.
.Pp
.Fn dhcpctl_object_update
function queues a request for
-all the changes made to the object handle be be sent to the remote
-for processing. The changes made to the atributes on the handle will be
+all the changes made to the object handle be sent to the remote
+for processing. The changes made to the attributes on the handle will be
applied to remote object if permitted.
.\"
.\"
@@ -352,7 +352,7 @@ from how the value appears in the dhcpd.conf file.
.\"
.Pp
.Fn dhcpctl_new_object
-creates a local handle for an object on the the server. The
+creates a local handle for an object on the server. The
.Dq object_type
parameter is the ascii name of the type of object being accessed. e.g.
.Qq lease .
@@ -418,7 +418,7 @@ released.
The following program will connect to the DHCP server running on the local
host and will get the details of the existing lease for IP address
10.0.0.101. It will then print out the time the lease is due to expire. Note
-that most error checking has been ommitted for brevity.
+that most error checking has been omitted for brevity.
.Bd -literal -offset indent
#include <sys/time.h>
#include <stdio.h>