From e6777909525dc3b3afa9fd3fa6ca5fc4b0d3d03d Mon Sep 17 00:00:00 2001 From: Brian E Carpenter Date: Sun, 14 Jan 2024 15:37:56 +1300 Subject: [PATCH] Fixed inconsistency in chapter names Some chapter titles included the chapter # and others didn't. All chapter #s removed from files (they remain in filenames). --- .../3. Coexistence with Legacy IPv4.md | 2 +- 4. Security/4. Security.md | 2 +- 5. Network Design/5. Network Design.md | 2 +- 99. Chapter Template/99. Chapter Template.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3. Coexistence with Legacy IPv4/3. Coexistence with Legacy IPv4.md b/3. Coexistence with Legacy IPv4/3. Coexistence with Legacy IPv4.md index afae207..c2efc8a 100644 --- a/3. Coexistence with Legacy IPv4/3. Coexistence with Legacy IPv4.md +++ b/3. Coexistence with Legacy IPv4/3. Coexistence with Legacy IPv4.md @@ -1,4 +1,4 @@ -# 3. Coexistence with Legacy IPv4 +# Coexistence with Legacy IPv4 The notion of a utopian IPv6-only world is a noble goal. However, as with any tectonic change, it happens slowly, and differing elements diff --git a/4. Security/4. Security.md b/4. Security/4. Security.md index 8f73e73..4e034e2 100644 --- a/4. Security/4. Security.md +++ b/4. Security/4. Security.md @@ -1,4 +1,4 @@ -# 4. Security +# Security Security has ever-growing importance in general and the IP protocol has been a big area for security research and development. The majority of diff --git a/5. Network Design/5. Network Design.md b/5. Network Design/5. Network Design.md index 2ab4c1f..b5fcada 100644 --- a/5. Network Design/5. Network Design.md +++ b/5. Network Design/5. Network Design.md @@ -1,4 +1,4 @@ -# 5. Network Design +# Network Design A first very general remark is that since IPv6 is a datagram protocol, whose routing relies on longest matching of address prefixes, the diff --git a/99. Chapter Template/99. Chapter Template.md b/99. Chapter Template/99. Chapter Template.md index 6a020f7..ea90672 100644 --- a/99. Chapter Template/99. Chapter Template.md +++ b/99. Chapter Template/99. Chapter Template.md @@ -1,4 +1,4 @@ -# 99. Chapter Template +# Chapter Template This chapter shows how to write a new chapter. It is intentionally listed in the contents of the book itself, and is intended to be a @@ -21,10 +21,10 @@ file with the same name again, e.g. `99. Chapter Template.md`. The first line in this file is: ``` - # 99. Chapter Template + # Chapter Template ``` -so that makes three repetitions of `99. Chapter Template`. +so that makes three repetitions of `Chapter Template`. Start with the general intro for a chapter. Tell the reader what the chapter is all about. Then give a list of the sections. It would be