diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 22:00:10 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 22:25:42 +0200 |
| commit | 15650ac2a0b979af52d16b86b2f47bf40d9d13ee (patch) | |
| tree | 0aff8cb11b090233331ae4388e38133a39982127 | |
| parent | 9c18cf9bca04a62b1e468e2aa0448af7ed62e628 (diff) | |
doc: Suggest 'dhclient -v'.
Suggested by Chris Marusich <cmmarusich@gmail.com>.
* doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f1e28753f9b..0eea658a133 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -5962,7 +5962,7 @@ At this point, you need to acquire an IP address. On a network where IP | |||
| 5962 | addresses are automatically assigned @i{via} DHCP, you can run: | 5962 | addresses are automatically assigned @i{via} DHCP, you can run: |
| 5963 | 5963 | ||
| 5964 | @example | 5964 | @example |
| 5965 | dhclient @var{interface} | 5965 | dhclient -v @var{interface} |
| 5966 | @end example | 5966 | @end example |
| 5967 | 5967 | ||
| 5968 | Try to ping a server to see if networking is up and running: | 5968 | Try to ping a server to see if networking is up and running: |
