From e7d2e325f9eedfa61a08bef9ab57b9f00aa25472 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 26 Jun 2017 21:01:49 -0700 Subject: [PATCH 1/2] remove extraneous character in #name_check_functions --- doc/portability_guide.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/portability_guide.htm b/doc/portability_guide.htm index 676c25cb..9d338e64 100644 --- a/doc/portability_guide.htm +++ b/doc/portability_guide.htm @@ -34,7 +34,7 @@

Introduction
-name_check functions
+name_check functions
File and directory name recommendations

Introduction

Like any other C++ program which performs I/O operations, there is no @@ -68,7 +68,7 @@ give the programmer a "fighting chance" to achieve portability by early detection of common naming problems.

-

name_check functions

+

name_check functions

A name_check function returns true if its argument is valid as a directory and regular file name for a @@ -158,7 +158,7 @@ Limit file and directory names to the characters A-Z, a-z, 0-9, period, hyphen, and - underscore.

Use any of the "portable_" + underscore.

Use any of the "portable_" name check functions to enforce this recommendation. These are the characters specified by the POSIX standard for portable directory and file names, and are also valid for Windows, Mac, and many other modern file systems. From 9f926b83d9575d2ff8888b987369c648fed049e0 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 26 Jun 2017 21:10:06 -0700 Subject: [PATCH 2/2] fix ISO9660 Joliet name --- doc/portability_guide.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/portability_guide.htm b/doc/portability_guide.htm index 9d338e64..af53b145 100644 --- a/doc/portability_guide.htm +++ b/doc/portability_guide.htm @@ -54,7 +54,7 @@

Almost all modern operating systems support multiple file systems. At the minimum, they support a native file system plus a CD-ROM file system (Generally -ISO-9669, often with Juliet extensions).

+ISO-9669, often with Joliet extensions).

Each file system may have its own naming rules. For example, modern versions of Windows support NTFS, FAT, FAT32, and ISO-9660 file systems, among others, and the naming rules