diff --git a/help/command b/help/command index 5b95c58..ccb0cc4 100644 --- a/help/command +++ b/help/command @@ -152,7 +152,7 @@ Command sequence exit string The action of these commands depends on where they are used. - At the interactive level, they will cause calc it edit. + At the interactive level, they will cause calc to exit. This is the normal way to leave the calculator. In any other use, they will stop the current calculation as if an error had occurred. diff --git a/help/fopen b/help/fopen index f07357b..697815e 100644 --- a/help/fopen +++ b/help/fopen @@ -46,7 +46,7 @@ DESCRIPTION Some non-POSIX systems such as MS Windows treat text files and binary files differently. In text mode MS Windows consider - "\r\n" and end-of-line character. On an Apple MAC, the + "\r\n" an end-of-line character. On an Apple MAC, the text mode end-of-line character is "\r". Names of files are subject to ~ expansion just like the C or diff --git a/help/fpathopen b/help/fpathopen index 0f884af..2184e74 100644 --- a/help/fpathopen +++ b/help/fpathopen @@ -100,7 +100,7 @@ DESCRIPTION Some non-POSIX systems such as MS Windows treat text files and binary files differently. In text mode MS Windows consider - "\r\n" and end-of-line character. On an Apple MAC, the + "\r\n" an end-of-line character. On an Apple MAC, the text mode end-of-line character is "\r". Names of files are subject to ~ expansion just like the C or