remove patch with docs shipped with 301
[ckermit.git] / ckccfg.txt
index 22edac8..f27d56e 100644 (file)
@@ -8,7 +8,7 @@
 C-Kermit Configuration Options
 
    As of: C-Kermit 9.0.300, 30 June 2011
 C-Kermit Configuration Options
 
    As of: C-Kermit 9.0.300, 30 June 2011
-   This page last updated: Tue Jun 28 08:48:49 2011 (New York USA Time)
+   This page last updated: Fri Jul 1 15:48:21 2011 (New York USA Time)
 
      IF YOU ARE READING A PLAIN-TEXT version of this document, note that
      this file is a plain-text dump of a Web page. You can visit the
 
      IF YOU ARE READING A PLAIN-TEXT version of this document, note that
      this file is a plain-text dump of a Web page. You can visit the
@@ -182,7 +182,7 @@ C-Kermit Configuration Options
    rather than certain codes, and return an error if the number is not, in
    fact, a legal speed for the device/driver in question. In this case,
    there is no way to build a list of legal speeds at compile time, since
    rather than certain codes, and return an error if the number is not, in
    fact, a legal speed for the device/driver in question. In this case,
    there is no way to build a list of legal speeds at compile time, since
-   no Bnnnn symbols are defined (except for "depracated, legacy"
+   no Bnnnn symbols are defined (except for "deprecated, legacy"
    interfaces like ioctl()) and so the legal speed list must be enumerated
    in the code -- see ttspdlist() in [47]ckutio.c.
 
    interfaces like ioctl()) and so the legal speed list must be enumerated
    in the code -- see ttspdlist() in [47]ckutio.c.
 
@@ -201,7 +201,7 @@ C-Kermit Configuration Options
 
    and then change your build procedure (if necessary) to include the
    necessary libraries. For example, in Unix these are usually "curses" or
 
    and then change your build procedure (if necessary) to include the
    necessary libraries. For example, in Unix these are usually "curses" or
-   "ncurses" (and more recenlty, "ncursesw" and "slang"), perhaps also
+   "ncurses" (and more recently, "ncursesw" and "slang"), perhaps also
    "termcap", "termlib", or "tinfo":
 
   "LIBS= -lcurses -ltermcap"
    "termcap", "termlib", or "tinfo":
 
   "LIBS= -lcurses -ltermcap"
@@ -440,7 +440,7 @@ C-Kermit Configuration Options
    NOFRILLS    1918966    9.8% No "frills".
    NOFTP       1972496    7.3% No FTP client.
    NODIAL      1984488    6.7% No automatic modem dialing.
    NOFRILLS    1918966    9.8% No "frills".
    NOFTP       1972496    7.3% No FTP client.
    NODIAL      1984488    6.7% No automatic modem dialing.
-   NOPUSH      2070184    2.7% No shell access, running external programs, etc.
+   NOPUSH      2070184    2.7% No shell accesss, running external programs, etc.
    NOIKSD      2074129    2.5% No Internet Kermit Server capability.
    NOHTTP      2082610    2.1% No HTTP client.
    NOFLOAT     2091332    1.7% No floating-point arithmetic.
    NOIKSD      2074129    2.5% No Internet Kermit Server capability.
    NOHTTP      2082610    2.1% No HTTP client.
    NOFLOAT     2091332    1.7% No floating-point arithmetic.
@@ -544,7 +544,7 @@ C-Kermit Configuration Options
        compiler will run out of memory. The the latter eventuality, some
        compilers also provide command-line options to allocate more memory
        for the optimizer, like "-Olimit number" in Ultrix.
        compiler will run out of memory. The the latter eventuality, some
        compilers also provide command-line options to allocate more memory
        for the optimizer, like "-Olimit number" in Ultrix.
-    b. If your platofrm supports shared libraries, change the make entry
+    b. If your platform supports shared libraries, change the make entry
        to take advantage of this feature. The way to do this is, of
        course, platform dependent; see the NeXT makefile target for an
        example. some platforms (like Solaris) do it automatically and give
        to take advantage of this feature. The way to do this is, of
        course, platform dependent; see the NeXT makefile target for an
        example. some platforms (like Solaris) do it automatically and give
@@ -699,7 +699,7 @@ C-Kermit Configuration Options
    then to let selected users or services get through after all.
 
    One firewall method is called SOCKS, in which a proxy server allows
    then to let selected users or services get through after all.
 
    One firewall method is called SOCKS, in which a proxy server allows
-   users inside a firewall to access the outside world, based on a
+   users inside a firewall to accesss the outside world, based on a
    permission list generally stored in a file. SOCKS is enabled in one of
    two ways. First, the standard sockets library is modified to handle the
    firewall, and then all the client applications are relinked (if
    permission list generally stored in a file. SOCKS is enabled in one of
    two ways. First, the standard sockets library is modified to handle the
    firewall, and then all the client applications are relinked (if
@@ -803,7 +803,7 @@ C-Kermit Configuration Options
   8.1.6. Disabling SET TCP Options
 
    The main reason for this is because of header file / prototype
   8.1.6. Disabling SET TCP Options
 
    The main reason for this is because of header file / prototype
-   conflicts at compile time regardting get- / setsockopt(). If you can't
+   conflicts at compile time regarding get- / setsockopt(). If you can't
    fix them (without breaking other builds), add the following in CFLAGS:
 
   -DNOTCPOPTS
    fix them (without breaking other builds), add the following in CFLAGS:
 
   -DNOTCPOPTS
@@ -1017,7 +1017,7 @@ C-Kermit Configuration Options
           immediately, rather than returning to its prompt.
 
    NOPUSH and NOCCTRAP together allow Kermit to be run from restricted
           immediately, rather than returning to its prompt.
 
    NOPUSH and NOCCTRAP together allow Kermit to be run from restricted
-   shells, preventing access to system functions.
+   shells, preventing accesss to system functions.
 
    [ [140]C-Kermit Home ] [ [141]Kermit Home ]
 
 
    [ [140]C-Kermit Home ] [ [141]Kermit Home ]
 
@@ -1421,7 +1421,7 @@ C-Kermit Configuration Options
    NOLOGIN Build without IKSD (network login) support.
    NOLSTAT Not OK to use lstat().
    NOMDMHUP Build without "modem-specific hangup" (e.g. ATH0) feature.
    NOLOGIN Build without IKSD (network login) support.
    NOLSTAT Not OK to use lstat().
    NOMDMHUP Build without "modem-specific hangup" (e.g. ATH0) feature.
-   NOMHHOST Exclude the multihomed-host TCP/IP code (if compilcation
+   NOMHHOST Exclude the multihomed-host TCP/IP code (if compilation
    errors)
    NOMINPUT Build without MINPUT command.
    NOMSEND Build with no MSEND command.
    errors)
    NOMINPUT Build without MINPUT command.
    NOMSEND Build with no MSEND command.
@@ -1493,7 +1493,7 @@ C-Kermit Configuration Options
    SBSIZ=xxx Define overall size of send-packet buffer (use with DYNAMIC).
    SDIRENT Directory structure specified in <sys/dirent.h>.
    SELECT select() function available (conflicts with RDCHK and CK_POLL)
    SBSIZ=xxx Define overall size of send-packet buffer (use with DYNAMIC).
    SDIRENT Directory structure specified in <sys/dirent.h>.
    SELECT select() function available (conflicts with RDCHK and CK_POLL)
-   SELECT_H Include <sys/select.h> for select()-releated definitions.
+   SELECT_H Include <sys/select.h> for select()-related definitions.
    SETEUID BSD 4.4-style seteXid() functions available.
    SIG_V Type for signal() is void. Used to override normal assumption.
    SIG_I Type for signal() is int. Used to override normal assumption.
    SETEUID BSD 4.4-style seteXid() functions available.
    SIG_V Type for signal() is void. Used to override normal assumption.
    SIG_I Type for signal() is int. Used to override normal assumption.
@@ -1512,7 +1512,8 @@ C-Kermit Configuration Options
    SVR3 Build for AT&T System V Release 3.
    SVR3JC Allow job control support on System V Release 3 UNIX versions.
    SVR4 Build for AT&T System V Release 4.
    SVR3 Build for AT&T System V Release 3.
    SVR3JC Allow job control support on System V Release 3 UNIX versions.
    SVR4 Build for AT&T System V Release 4.
-   SW_ACC_ID UNIX only -- swap real & effective ids around access() calls.
+   SW_ACC_ID UNIX only -- swap real & effective ids around accesss()
+   calls.
    sxaE50 Build for PFU Compact A Series SX/A TISP.
    SYSLOGLEVEL=n Force syslogging at given level.
    SYSTIMEH Include <sys/time.h>.
    sxaE50 Build for PFU Compact A Series SX/A TISP.
    SYSLOGLEVEL=n Force syslogging at given level.
    SYSTIMEH Include <sys/time.h>.