-
Notifications
You must be signed in to change notification settings - Fork 3
/
ckaaaa.hlp
69 lines (52 loc) · 2.07 KB
/
ckaaaa.hlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) 2021, 2022, 2023 Jeffrey H. Johnson <trnsz@pobox.com>
Copyright (c) 1981-2011,
Trustees of Columbia University in the City of New York.
μC-Kermit
μC-Kermit is a family of Kermit programs for many different systems.
μC-Kermit may be built for UNIX, including Linux, BSD, AT&T, Ultrix,
SunOS, Xenix, and many others.
Additional systems will be supported in the future.
μC-Kermit file names are of the form:
ck<system><what>.<type>
where:
<type> is the file type:
c: C language source
h: Header file for C language source
w: Wart preprocessor source, converted by Wart (or Lex) to C
nr: Nroff/Troff "man page" text formatter source
doc: Documentation
hlp: Help text
<system> is a single character to tell what system the file applies to:
a: Descriptive material, documentation
c: All systems with C compilers
u: UNIX or UNIX-like systems
w: Wart (really belongs in 'c' category, but...)
<what> is mnemonic (up to 3 characters) for what's in the file:
aaa: A "read-me" file, like this one
cmd: Command parsing
con: Connect command
deb: Debug/Transaction Log formats, Typedefs
dia: Modem/Dialer control
fio: System-depdendent File I/O
fns: Protocol support functions
fn2: More protocol support functions
ker: General μC-Kermit definitions, information, documentation
mai: Main program
pro: Protocol
scr: Script command
tio: System-dependent terminal I/O & control and interrupt handing
usr: User interface
us2: More user interface
us3: Still more user interface
Examples:
ckaaaa.hlp - This file
ckufio.c - File I/O for UNIX
ckuker.nr - Nroff source file for UNIX μC-Kermit man page
To build the UNIX version, collect the appropriate files together into
their own directory, and then type "make bsd" (for Berkeley-based
systems), or "make sys3" (for most AT&T System 3 for System 5 UNIX
implementations), or "make xxx", where xxx is one of the other options
provided in the Makefile (read the comments at the beginning of the
Makefile for further information).
(end of ckaaaa.hlp)