civodul pushed a commit to branch master
in repository guix.

commit 1713c37f835a0566a47d76d2379b2d0b12c0b548
Author: Ludovic Courtès <[email protected]>
Date:   Sat Jun 4 22:38:11 2016 +0200

    doc: Mention the 'ip' command.
    
    Suggested by Alex Kost <[email protected]>.
    
    * doc/guix.texi (Preparing for Installation): Mention 'ip'.
---
 doc/guix.texi |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index c8c7555..12dd354 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6010,6 +6010,13 @@ Run the following command see what your network 
interfaces are called:
 ifconfig -a
 @end example
 
+@noindent
+@dots{} or, using the GNU/Linux-specific @command{ip} command:
+
+@example
+ip a
+@end example
+
 @c 
http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
 Wired interfaces have a name starting with @samp{e}; for example, the
 interface corresponding to the first on-board Ethernet controller is

Reply via email to