From 86fcafdb0bf5c5493d0f8702c210ffb1afe6b7ca Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Aug 06 2021 12:21:41 +0000 Subject: Make apostrophes consistent Most of the time, AsciiDoc automatically replaces U+0027 APOSTROPHEs with U+2019 RIGHT SINGLE QUOTATION MARKs. This doesn’t happen when the apostrophe is at the end of the word (for example, “users'”). For consistency, this change makes U+2019s appear at the ends of words. --- diff --git a/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc b/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc index 8bba50b..d8bc112 100644 --- a/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc +++ b/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc @@ -10,7 +10,7 @@ The `root` account will always be created during the installation. However, you [WARNING] ==== -The `root` account has complete control over the system. If an unauthorized person gains access to this account, they can access or delete all users' personal files or otherwise exploit the machine for their own nefarious purposes. See the [citetitle]_{PRODUCT} Security Guide_, available at link:++https://docs.fedoraproject.org/++[], for detailed documentation about account security and guidelines for choosing a strong password. +The `root` account has complete control over the system. If an unauthorized person gains access to this account, they can access or delete all users’ personal files or otherwise exploit the machine for their own nefarious purposes. See the [citetitle]_{PRODUCT} Security Guide_, available at link:++https://docs.fedoraproject.org/++[], for detailed documentation about account security and guidelines for choosing a strong password. ==== diff --git a/modules/install-guide/pages/appendixes/Disk_Partitions.adoc b/modules/install-guide/pages/appendixes/Disk_Partitions.adoc index 4f45ea6..ffe5f72 100644 --- a/modules/install-guide/pages/appendixes/Disk_Partitions.adoc +++ b/modules/install-guide/pages/appendixes/Disk_Partitions.adoc @@ -101,7 +101,7 @@ Each partition table entry contains several important characteristics of the par * The partition's type -The starting and ending points define the partition's size and location on the disk. The "active" flag is used by some operating systems' boot loaders. In other words, the operating system in the partition that is marked "active" is booted. +The starting and ending points define the partition's size and location on the disk. The "active" flag is used by some operating systems’ boot loaders. In other words, the operating system in the partition that is marked "active" is booted. The type is a number that identifies the partition's anticipated usage. Some operating systems use the partition type to denote a specific file system type, to flag the partition as being associated with a particular operating system, to indicate that the partition contains a bootable operating system, or some combination of the three.