From 06dd81698160cc3dabb1f5f2700ce81c60e6670c Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Sat, 30 Jan 2021 21:42:33 +1100 Subject: [PATCH] adds entry to nav.adoc --- modules/ROOT/nav.adoc | 1 + .../ROOT/pages/_partials/proc_displaying-current-hostname.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 0d08e7e..3784c32 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -30,6 +30,7 @@ ** xref:installing-skype.adoc[Installing Skype on Fedora] * Usage and customisation +** xref:changing-hostname.adoc[Changing hostname] ** xref:switching-desktop-environments.adoc[Switching desktop environments] ** xref:configuring-x-window-system-using-the-xorg-conf-file.adoc[Configuring X Window System using the xorg.conf file] ** xref:configuring-xorg-as-default-gnome-session.adoc[Configuring Xorg as the default GNOME session] diff --git a/modules/ROOT/pages/_partials/proc_displaying-current-hostname.adoc b/modules/ROOT/pages/_partials/proc_displaying-current-hostname.adoc index 58c6478..2ec4f22 100644 --- a/modules/ROOT/pages/_partials/proc_displaying-current-hostname.adoc +++ b/modules/ROOT/pages/_partials/proc_displaying-current-hostname.adoc @@ -25,4 +25,4 @@ To see the hostname from the command line, use the command `hostnamectl` with no Architecture: x86-64 ``` -To see the current **transient** hostname, you can use the command `hostnamectl --transient`. In many cases this will simply be the static name, unless a naming collision with another host has forced a change. +To see the current transient hostname, you can use the command `hostnamectl --transient`. In many cases this will simply be the static name, unless a naming collision with another host has forced a change.