diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml
index ead407f65..f45f85ddb 100644
--- a/chapter04/settingenviron.xml
+++ b/chapter04/settingenviron.xml
@@ -93,8 +93,8 @@ EOF
Setting the user file-creation mask (umask) to 022 ensures that newly
created files and directories are only writable by their owner, but are
readable and executable by anyone (assuming default modes are used by the
- open(2) system call, new files will end up with permission
- mode 644 and directories with mode 755).
+ open(2) system call, new files will end up with
+ permission mode 644 and directories with mode 755).
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml
index a95f3bd57..0d7ed6c62 100644
--- a/chapter07/creatingdirs.xml
+++ b/chapter07/creatingdirs.xml
@@ -57,7 +57,7 @@ install -dv -m 1777 /tmp /var/tmp
/tmp and /var/tmp directories, but cannot remove
another user's files from them. The latter is prohibited by the so-called
- sticky bit, the highest bit (1) in the 1777 bit mask.
+ sticky bit, the highest bit (1) in the 1777 bit mask.
FHS Compliance Note
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index d76b83047..080b6900b 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -252,7 +252,7 @@ install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service
mkdir -pv /usr/lib/locale
-localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
+localedef -i C -f UTF-8 C.UTF-8
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index 6ab288f93..1ab51894e 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -227,7 +227,7 @@ rm -rf DESTDIR
is a command-line tool for using the various cryptography functions
of OpenSSL's crypto library from the
shell. It can be used for various functions which are documented in
- man 1 openssl
+ openssl(1)openssl
@@ -259,7 +259,7 @@ rm -rf DESTDIR
implements the Transport Layer Security (TLS v1) protocol.
It provides a rich API, documentation
- on which can be found by running man 7 ssl
+ on which can be found in ssl(7)libssl.so
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml
index 27f15e815..1ad7ec94c 100644
--- a/chapter09/networkd.xml
+++ b/chapter09/networkd.xml
@@ -113,14 +113,14 @@ Name=ether0
EOF
- See the man page systemd.link(5) for more information.
+ See systemd.link(5) for more information.
- In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the
- kernel command line.
+ In /boot/grub/grub.cfg, pass the option
+ on the kernel command line.
diff --git a/chapter10/fstab.xml b/chapter10/fstab.xml
index ccf767ab6..eaac86b72 100644
--- a/chapter10/fstab.xml
+++ b/chapter10/fstab.xml
@@ -56,7 +56,7 @@ EOF
class="partition">sda2, sda5, and ext4. For details on the six
- fields in this file, see man 5 fstab.
+ fields in this file, see fstab(5).
Filesystems with MS-DOS or Windows origin (i.e. vfat, ntfs, smbfs,
cifs, iso9660, udf) need a special option, utf8, in order for non-ASCII