From 23eb8f2b827a8cf0964f62d11102c05e5e5b2153 Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Tue, 2 Feb 2021 18:13:17 +1100 Subject: [PATCH] updates per @mjahoda comments --- modules/ROOT/pages/_partials/proc_changing-the-hostname.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_changing-the-hostname.adoc b/modules/ROOT/pages/_partials/proc_changing-the-hostname.adoc index 5a746d2..ba6ac03 100644 --- a/modules/ROOT/pages/_partials/proc_changing-the-hostname.adoc +++ b/modules/ROOT/pages/_partials/proc_changing-the-hostname.adoc @@ -15,7 +15,7 @@ You can replace the value in the Device name field with the name of your choosin * If you use a name that is shorter, contains only lowercase letters, numbers and/or dashes ("-"), this will set the host's static name, and the pretty name will be left blank. * If you enter a name that is more descriptive, contains mixed-case and other types of characters, this will set the pretty name, and a static name will be derived from that automatically. -You can see the effect of the change by running the `hostnamectl status` command again: +You can see the effect of the change by using the `hostnamectl` command again: .... Static hostname: emilys-2nd-dev-laptop @@ -30,7 +30,7 @@ You can see the effect of the change by running the `hostnamectl status` command Architecture: x86-64 .... -In the above example, "Emily's 2nd dev laptop" was entered via the Settings app, and the static hostname "emilys-2nd-dev-laptop" was set automatically. +In the previous example, "Emily's 2nd dev laptop" was entered via the Settings app, and the static hostname "emilys-2nd-dev-laptop" was set automatically. Hostnames can also be set at the command line with the `hostnamectl set-hostname` command. For example: