From 95795792ecba6c92a154ade819e6d3feb199120f Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Sat, 21 Sep 2024 09:53:46 -0400 Subject: [PATCH] Cleaned up formatting --- books/beaglebone-cookbook/11misc/misc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/books/beaglebone-cookbook/11misc/misc.rst b/books/beaglebone-cookbook/11misc/misc.rst index a68d67ef..0b7c0c62 100644 --- a/books/beaglebone-cookbook/11misc/misc.rst +++ b/books/beaglebone-cookbook/11misc/misc.rst @@ -165,8 +165,8 @@ First edit `/etc/hosts` and add a couple of lines. host$ sudo nano /etc/hosts -You may use whatever editor you want. I suggest nano since it's easy to figure -out. Add the following to the end of `/etc/hosts` and quit the editor. +You may use whatever editor you want. I suggest ``nano`` since it's easy to figure +out. Add the following to the end of ``/etc/hosts`` and quit the editor. 192.168.7.2 bone @@ -175,7 +175,7 @@ Now you can connect with host$ ssh debian@bone Let's make it so you don't have to enter `debian`. On your host computer, -put the following in `~/.ssh/config` (Note: ~ is a shortcut for your home directory.) +put the following in ``~/.ssh/config`` (Note: ~ is a shortcut for your home directory.) .. code-block:: -- GitLab