diff options
| author | Roy Marples <roy@marples.name> | 2008-08-12 16:56:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-12 16:56:35 +0000 |
| commit | d2a47191c31ced2c567e3f7604dbeb758c8e1689 (patch) | |
| tree | eff986975bfbbffc24b545d41bf5fe4c2729f652 /dhcpcd.8.in | |
| parent | 8724d5a72d9d07064d9220a357b1caf7bc2bdfb3 (diff) | |
| download | dhcpcd-d2a47191c31ced2c567e3f7604dbeb758c8e1689.tar.xz | |
Document dhcpcd spining with dhcpcd -x.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 9f7fcb03..67724a29 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 August 7, 2008 +.Dd August 12, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -266,13 +266,15 @@ Set the vendor option 02 with a hex code. Do the above and set a third option with a string and not an IP address. .D1 dhcpcd \-v 01,192.168.0.2 \-v 02,01:02:03:04:05 \-v 03,\e"192.168.0.2\e" eth0 .It Fl x , -exit -This causes an existing +This will signal an existing .Nm process running on the .Ar interface to deconfigure the .Ar interface and exit. +.Nm +then waits until this process has exited. .It Fl D , -duid Generate an .Li RFC 4361 |
