From: Roy Marples Date: Thu, 29 May 2008 17:04:29 +0000 (+0000) Subject: Improve documentation about inform X-Git-Tag: v4.0.2~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d45ec29616d3799f01a2553c1f302fa842236e2;p=thirdparty%2Fdhcpcd.git Improve documentation about inform --- diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 33b88215..eaeea85c 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 28, 2008 +.Dd May 29, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -38,6 +38,7 @@ .Op Fl m , -metric Ar metric .Op Fl o , -option Ar option .Op Fl r , -request Ar address +.Op Fl s , -inform Ar address Ns Op Ar /cidr .Op Fl t , -timeout Ar seconds .Op Fl u , -userclass Ar class .Op Fl C , -nohook Ar hook @@ -220,11 +221,10 @@ If no .Ar address is given then we use the first address currently assigned to the .Ar interface . -.It Fl s , -inform Op Ar address Op / Ar cidr +.It Fl s , -inform Op Ar address Ns Op Ar /cidr Behaves exactly like .Fl r , -request -as above, but sends a DHCP inform instead of a request. -This requires the interface to be configured first. +as above, but sends a DHCP INFORM instead of a REQUEST. This does not get a lease as such, just notifies the DHCP server of the .Ar address we are using.