fixed some email addrs

This commit is contained in:
gdr-ftp 1999-07-03 14:46:37 +00:00
parent 26a4bcf0c5
commit efe58b60ff
43 changed files with 76 additions and 76 deletions

View File

@ -1,7 +1,7 @@
$Id: README.beta,v 1.1 1997/03/11 08:08:06 gdr Exp $
$Id: README.beta,v 1.2 1999/07/03 14:46:37 gdr-ftp Exp $
This is the README file for release beta 970304. It probably needs more
detail. Mail to gno-beta@myrias.com with questions, comments, bitches,
detail. Mail to gno-beta@gno.org with questions, comments, bitches,
queries, complaints.
I suggest you don't mix these files up with those from other versions of

View File

@ -1,4 +1,4 @@
$Id: README.src,v 1.1 1997/03/11 08:08:06 gdr Exp $
$Id: README.src,v 1.2 1999/07/03 14:46:37 gdr-ftp Exp $
Have a look in the NOTES directory, especially the files "status"
and "notes.*". There are notes in there on changed header files --
@ -26,6 +26,6 @@ THEY WERE COMPILED, since struct FILE has changed. See the comments in
the NOTES/README.beta and orcacdefs/defaults.h files.
Also as a reminder, the gno-beta mailing list has been set up. To
join it, send email to <majordomo@myrias.com> with the following text
join it, send email to <majordomo@gno.org> with the following text
and nothing else in the body of the message:
subscribe gno-beta

View File

@ -1,7 +1,7 @@
.\"
.\" Devin Reade, 1994
.\"
.\" $Id: rmdir.1,v 1.2 1997/10/30 02:33:49 gdr Exp $
.\" $Id: rmdir.1,v 1.3 1999/07/03 14:34:54 gdr-ftp Exp $
.\"
.TH RMDIR 1 "17 October 1997" GNO "Commands and Applications"
.SH NAME
@ -41,7 +41,7 @@ The
.BR rmdir
utility corresponds to POSIX 1003.2.
.SH AUTHOR
Devin Reade, <gdr@myrias.ab.ca>
Devin Reade, <gdr@gno.org>
.LP
This program contains material from the ORCA/C run\-time libraries,
Copyright 1987\-1997 Byte Works Inc. Used with permission.

View File

@ -7,7 +7,7 @@
* - moved rmdir(2) implementation to libc
* v1.0 - initial revision
*
* Version 1.1 by Devin Reade <gdr@myrias.ab.ca>
* Version 1.1 by Devin Reade <gdr@gno.org>
*/
#include <types.h>

View File

@ -1,7 +1,7 @@
Name: rmdir
Version: 1.0 (28 Nov 94)
Author: Devin Reade.
Contact: <gdr@myrias.ab.ca>
Contact: <gdr@gno.org>
Where: /bin
FTP: ftp.gno.org apple2.caltech.edu ground.icaen.uiowa.edu

View File

@ -1,5 +1,5 @@
/*
* $Id: rmdir.rez,v 1.1 1997/10/30 02:33:49 gdr Exp $
* $Id: rmdir.rez,v 1.2 1999/07/03 14:34:54 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,6 +13,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"rmdir",
"remove (empty) directory\n"
"Devin Reade <gdr@eddore.myrias.com>\n"
"Devin Reade <gdr@gno.org>\n"
"Canada"
};

View File

@ -1,4 +1,4 @@
$Id: README,v 1.4 1997/10/30 03:32:45 gdr Exp $
$Id: README,v 1.5 1999/07/03 14:33:38 gdr-ftp Exp $
tee v1.3 for GNO
@ -12,7 +12,7 @@ This program contains material from the Orca/C Run-Time Libraries,
copyright 1987-1994 by Byte Works, Inc. Used with Permission.
Devin Reade
<gdr@eddore.myrias.com>
<gdr@gno.org>
Change Log
==========

View File

@ -1,14 +1,14 @@
/*
* tee - send a copy of stdin to a file as well as stdout.
*
* Version 1.1 and later by Devin Reade <gdr@myrias.ab.ca>
* Version 1.1 and later by Devin Reade <gdr@gno.org>
*
* tee originally appeared with GNO v1.x, but was fully buffered.
* This is a complete re-write which by default uses full buffering
* for the output file, but _no_ buffering on stdin and stdout.
* This buffering behavior can be changed slightly by the -b flag.
*
* $Id: tee.c,v 1.4 1997/10/30 03:32:46 gdr Exp $
* $Id: tee.c,v 1.5 1999/07/03 14:33:38 gdr-ftp Exp $
*/
#include <sys/types.h>

View File

@ -1,5 +1,5 @@
/*
* $Id: tee.rez,v 1.2 1997/10/30 03:32:46 gdr Exp $
* $Id: tee.rez,v 1.3 1999/07/03 14:33:38 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,6 +13,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"tee",
"pipe fitting\n"
"Devin Reade <gdr@eddore.myrias.com>\n"
"Devin Reade <gdr@gno.org>\n"
"Canada"
};

View File

@ -23,7 +23,7 @@ If you have problems with this, let me know. It was a two-hour port.
Devin Reade
February, 1996
<gdr@myrias.com>
<gdr@gno.org>
CHANGE LOG
==========

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)test.1 6.6 (Berkeley) 6/8/92
.\"
.\" $Id: test.1,v 1.2 1997/10/30 03:35:21 gdr Exp $
.\" $Id: test.1,v 1.3 1999/07/03 14:36:14 gdr-ftp Exp $
.\"
.TH TEST 1 "19 October 1997" GNO "Commands and Applications"
.SH NAME
@ -266,7 +266,7 @@ version 5.4.
.LP
The GNO port of
.BR test
was done by Devin Reade, <gdr@myrias.com>.
was done by Devin Reade, <gdr@gno.org>.
.SH STANDARDS
The
.B test

View File

@ -2,7 +2,7 @@ Name: test
Version: 1.0 (9 Feb 96)
Shell: GNO/ME
Author: Devin Reade
Contact: gdr@myrias.com
Contact: gdr@gno.org
Where: /bin
FTP: ftp.gno.org ground.icaen.uiowa.edu

View File

@ -1,5 +1,5 @@
/*
* $Id: test.rez,v 1.2 1997/10/30 03:35:21 gdr Exp $
* $Id: test.rez,v 1.3 1999/07/03 14:36:14 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,6 +13,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"test",
"Condition evaluation utility\n"
"Devin Reade <gdr@myrias.com>\n"
"Devin Reade <gdr@gno.org>\n"
"Canada"
};

View File

@ -3,7 +3,7 @@
This page was last updated <b>%%LAST_UPDATE%%</b>.
<br>
Comments on this page should be forwarded to Devin Reade at
<A HREF="mailto:gdr@eddore.myrias.com">gdr@eddore.myrias.com</A>
<A HREF="mailto:gdr@gno.org">gdr@gno.org</A>
<p>
<img alt="Apple II Viewable Page" height=31 width=88 border=0

View File

@ -32,7 +32,7 @@
currently disabled in printf() pending an ORCA/C bug fix.
Make use of dynamic GSStrings in various chapter 2 routines.
21 September 1997: (Devin Reade, <gdr@eddore.myrias.com>)
21 September 1997: (Devin Reade, <gdr@gno.org>)
Added man pages for:
rename(2), clearerr(3), ecvt(3), fclose(3), fflush(3), fgets(3),
fputs(3), fread(3), fseek(3), funopen(3), getc(3), isblank(3),
@ -49,7 +49,7 @@
Added implementation, man pages for getlogin(2), and setlogin(2).
Set the default optimization level to 78 from zero.
5 September 1997: (Devin Reade, <gdr@eddore.myrias.com>)
5 September 1997: (Devin Reade, <gdr@gno.org>)
Headers:
- removed __ORCAC_VERSION macro from defaults.h
@ -70,7 +70,7 @@
- added fcntl(2)
Since beta-970304: (Devin Reade, <gdr@myrias.com>)
Since beta-970304: (Devin Reade, <gdr@gno.org>)
Added the following routines to the build:
- the fts*(3) family of routines

View File

@ -1,7 +1,7 @@
/*
* libc/gno/map.c -- various mapping functions
*
* $Id: map.c,v 1.3 1997/09/21 06:08:11 gdr Exp $
* $Id: map.c,v 1.4 1999/07/03 14:37:36 gdr-ftp Exp $
*
* This file is formatted with tabstops every 8 columns
*/
@ -50,7 +50,7 @@ _setModeEmulation (int newval) {
/*
* _mapMode2GS -- Take a Unix mode and return the GS/OS equivalent.
*
* Devin Reade <gdr@myrias.com>
* Devin Reade <gdr@gno.org>
*/
mode_t
@ -72,7 +72,7 @@ _mapMode2GS(mode_t oldmode) {
/*
* _mapMode2Unix -- Take a GS/OS mode and return the Unix equivalent.
*
* Devin Reade <gdr@myrias.com>
* Devin Reade <gdr@gno.org>
*/
mode_t
@ -99,7 +99,7 @@ _mapMode2Unix(mode_t oldmode) {
/*
* _setPathMapping -- control whether or not we map pathnames
*
* Devin Reade <gdr@myrias.com>
* Devin Reade <gdr@gno.org>
*/
static int __force_slash = 0; /* default: no pathname mapping */
@ -120,7 +120,7 @@ _getPathMapping (void) {
/*
* _mapPath -- map all occurances of ':' to '/'
*
* Devin Reade <gdr@myrias.com>
* Devin Reade <gdr@gno.org>
*/
char *
@ -150,7 +150,7 @@ _mapPath (char *pathname) {
/*
* _mapPathGS -- map all occurances of ':' to '/'
*
* Devin Reade <gdr@myrias.com>
* Devin Reade <gdr@gno.org>
*/
GSStringPtr

View File

@ -1,8 +1,8 @@
;
; Stack checking routines by Phillip Vandry <vandry@cam.org>. Added
; to GNO by Devin Reade <gdr@myrias.com>. See the man page for details.
; to GNO by Devin Reade <gdr@gno.org>. See the man page for details.
;
; $Id: stack.asm,v 1.3 1998/02/19 01:05:17 gdr-ftp Exp $
; $Id: stack.asm,v 1.4 1999/07/03 14:37:36 gdr-ftp Exp $
;
keep stack

View File

@ -2,7 +2,7 @@ Name: mkso
Version: 1.0 (21 Dec 97)
Shell: GNO
Author: Devin Reade
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /sbin
FTP: ftp.gno.org

View File

@ -1,6 +1,6 @@
catrez -- concatenate resource forks from files
$Id: README,v 1.3 1997/09/30 05:14:47 gdr Exp $
$Id: README,v 1.4 1999/07/03 14:40:22 gdr-ftp Exp $
DESCRIPTION
===========
@ -44,7 +44,7 @@ v1.0.2 catrez was incorporated into the GNO base distribution. Changes
renamed the rVersion resource file;
minor formatting differences to the man page; and
addition of a describe entry.
(Devin Reade <gdr@eddore.myrias.com>)
(Devin Reade <gdr@gno.org>)
print error messages on stderr instead of stdout
use standard parsing of command-line options
(Dave Tribby <tribby@cup.hp.com>)

View File

@ -2,7 +2,7 @@ Name: cpp
Version: 2.0 (29 Oct 97)
Shell: GNO
Author: Ported by Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /usr/bin
FTP: ground.icaen.uiowa.edu apple2.caltech.edu ftp.gno.org

View File

@ -2,7 +2,7 @@ Name: false
Version: 1.0 (7 Aug 97)
Shell: GNO, ORCA/Shell
Author: Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /bin
FTP: ground.icaen.uiowa.edu apple2.caltech.edu ftp.gno.org

View File

@ -1,5 +1,5 @@
/*
* $Id: false.rez,v 1.2 1997/09/26 06:39:12 gdr Exp $
* $Id: false.rez,v 1.3 1999/07/03 14:41:01 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,5 +13,5 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"false",
"Return a 'false' value to the shell\n"
"Author: Devin Reade <gdr@myrias.com>"
"Author: Devin Reade <gdr@gno.org>"
};

View File

@ -2,7 +2,7 @@ Name: fmt
Version: 1.0 (19 Oct 97)
Shell: GNO
Author: Ported by Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /usr/bin
FTP: ground.icaen.uiowa.edu apple2.caltech.edu ftp.gno.org

View File

@ -2,7 +2,7 @@ Name: help
Version: 1.1 (19 Oct 97)
Shell: GNO
Author: Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /usr/bin
FTP: ground.icaen.uiowa.edu apple2.caltech.edu ftp.gno.org

View File

@ -7,7 +7,7 @@ CHANGES
1.2 (18 March 1997)
- Maintenance of nroff has been taken over by Devin Reade,
<gdr@myrias.com>
<gdr@gno.org>
- Fixed a significant number of memory trashing bugs. Most of
them were of the walking-off-an-array variety.
- Optimized for speed, mainly by translating some functions

View File

@ -1,7 +1,7 @@
.\" nroff(1) manpage by rosenkra@convex.com (Bill Rosenkranz, 7/22/90)
.\" modifications by Devin Reade, 18 March 97
.\"
.\" $Id: nroff.1,v 1.4 1998/01/27 16:02:22 gdr-ftp Exp $
.\" $Id: nroff.1,v 1.5 1999/07/03 14:42:53 gdr-ftp Exp $
.\"
.TH NROFF 1 "19 October 1997" GNO "Commands and Applications"
.SH NAME
@ -657,7 +657,7 @@ stdout output stream
.fi
.SH AUTHOR
.nf
Various bug fixes for GNO by Devin Reade <gdr@myrias.com>,
Various bug fixes for GNO by Devin Reade <gdr@gno.org>,
March 1997.
Adapted for Atari ST (TOS) and Minix by Bill Rosenkranz 11/89

View File

@ -2,7 +2,7 @@ Name: nroff
Version: 1.2.1 (19 Oct 97)
Shell: GNO
Author: Various. Maintained by Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /usr/bin
FTP: ftp.gno.org apple2.caltech.edu ground.icaen.uiowa.edu

View File

@ -1,5 +1,5 @@
/*
* $Id: nroff.rez,v 1.2 1997/10/30 04:04:35 gdr Exp $
* $Id: nroff.rez,v 1.3 1999/07/03 14:42:53 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,6 +13,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"nroff",
"Text Processing Typesetter\n"
"Devin Reade <gdr@eddore.myrias.com>\n"
"Devin Reade <gdr@gno.org>\n"
"Canada"
};

View File

@ -11,9 +11,9 @@
.\" v1.10 7/22/90 rosenkra@convex.com (Bill Rosenkranz)
.\" freely distributable (no copyright, etc.)
.\"
.\" Modifications for GNO by Devin Reade <gdr@myrias.com>
.\" Modifications for GNO by Devin Reade <gdr@gno.org>
.\"
.\" $Id: tmac.an,v 1.2 1997/03/20 06:40:51 gdr Exp $
.\" $Id: tmac.an,v 1.3 1999/07/03 14:42:53 gdr-ftp Exp $
.\"
.\" **************************************************************************
.\"

View File

@ -2,7 +2,7 @@ Name: true
Version: 1.0 (7 Aug 97)
Shell: GNO, ORCA/Shell
Author: Devin Reade.
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /bin
FTP: ground.icaen.uiowa.edu apple2.caltech.edu ftp.gno.org

View File

@ -1,5 +1,5 @@
/*
* $Id: true.rez,v 1.1 1997/09/26 06:40:51 gdr Exp $
* $Id: true.rez,v 1.2 1999/07/03 14:43:12 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,5 +13,5 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"true",
"Return a 'true' value to the shell\n"
"Author: Devin Reade <gdr@myrias.com>"
"Author: Devin Reade <gdr@gno.org>"
};

View File

@ -2,7 +2,7 @@ Name: whereis
Version: v1.3 (25 Sep 97)
Shell: GNO
Author: Modified from BSD code by Devin Reade
Contact: gdr@eddore.myrias.com
Contact: gdr@gno.org
Where: /usr/bin
FTP: apple2.caltech.edu ground.icaen.uiowa.edu ftp.gno.org

View File

@ -1,5 +1,5 @@
/*
* $Id: whereis.rez,v 1.1 1997/09/30 04:22:43 gdr Exp $
* $Id: whereis.rez,v 1.2 1999/07/03 14:43:42 gdr-ftp Exp $
*/
#include "Types.Rez"
@ -13,5 +13,5 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"whereis",
"searches standard directories for a file\n"
"Author: Devin Reade <gdr@myrias.com>"
"Author: Devin Reade <gdr@gno.org>"
};

View File

@ -1,5 +1,5 @@
.\"
.\" $Id: rmdir.2,v 1.1 1997/10/30 05:47:18 gdr Exp $
.\" $Id: rmdir.2,v 1.2 1999/07/03 14:44:15 gdr-ftp Exp $
.\"
.TH RMDIR 2 "17 October 1997" GNO "System Calls"
.SH NAME
@ -31,7 +31,7 @@ possible to delete a directory which is being used by a process, including
that of
.BR rmdir .
.SH AUTHOR
Devin Reade, <gdr@myrias.ab.ca>
Devin Reade, <gdr@gno.org>
.SH "SEE ALSO"
.BR mkdir (2),
.BR unlink (2).

View File

@ -1,6 +1,6 @@
.\" Man page by Devin Reade
.\"
.\" $Id: GSString.3,v 1.1 1997/02/27 07:32:20 gdr Exp $
.\" $Id: GSString.3,v 1.2 1999/07/03 14:44:55 gdr-ftp Exp $
.\"
.TH GSSTRING 3 "15 December 1996" GNO "Library Routines"
.SH NAME
@ -325,7 +325,7 @@ The GI and GO routines are based on code by
Soenke Behrens <s_behrens@emulex.com>.
.LP
The remaining routines
were reimplemented from spec by Devin Reade <gdr@myrias.com>.
were reimplemented from spec by Devin Reade <gdr@gno.org>.
.SH HISTORY
The GI and GO routines first appeared in the
.IR "GSString Library"

View File

@ -1,7 +1,7 @@
.\"
.\" Routines and man page by Devin Reade
.\"
.\" $Id: basename.3,v 1.2 1998/04/11 19:13:41 gdr-ftp Exp $
.\" $Id: basename.3,v 1.3 1999/07/03 14:44:55 gdr-ftp Exp $
.\"
.TH BASENAME 3 "29 March 1998" GNO "Library Routines"
.SH NAME
@ -65,5 +65,5 @@ is longer than PATH_MAX characters,
.BR dirname
will only consider the first PATH_MAX-1 characters.
.SH AUTHOR
Devin Reade <gdr@myrias.com>
Devin Reade <gdr@gno.org>

View File

@ -39,7 +39,7 @@
.\" getenv.3,v 1.2 1993/08/01 07:44:27 mycroft Exp
.\"
.\" This man page was modified to conform with the lenviron v1.1.3
.\" release for GNO v2.0.3 by Devin Reade <gdr@myrias.com>. lenviron
.\" release for GNO v2.0.3 by Devin Reade <gdr@gno.org>. lenviron
.\" was superceeded by libc as of GNO v2.0.6.
.\"
.TH GETENV 3 "29 January 1997" GNO "Library Functions"

View File

@ -1,6 +1,6 @@
.\" Man page by Devin Reade.
.\"
.\" $Id: mapMode.3,v 1.1 1997/02/27 07:32:23 gdr Exp $
.\" $Id: mapMode.3,v 1.2 1999/07/03 14:44:55 gdr-ftp Exp $
.\"
.TH MAPMODE 3 "14 December 1996" GNO "Library Routines"
.SH NAME
@ -152,7 +152,7 @@ smart is done for permissions in an AppleShare environment.
The mappings performed by these routines are by their nature not
entirely reversable.
.SH AUTHOR
Devin Reade <gdr@myrias.com>
Devin Reade <gdr@gno.org>
.SH "SEE ALSO"
.BR chmod (2),
.BR creat (2),

View File

@ -1,6 +1,6 @@
.\" Man page by Devin Reade.
.\"
.\" $Id: mapPath.3,v 1.1 1997/02/27 07:32:23 gdr Exp $
.\" $Id: mapPath.3,v 1.2 1999/07/03 14:44:55 gdr-ftp Exp $
.\"
.TH "MAPPATH" 3 "11 December 1996" GNO "Library Routines"
.SH NAME
@ -85,6 +85,6 @@ may be checked. If it is non-zero, the mapping function should be called:
.fi
.SH AUTHOR
Devin Reade <gdr@myrias.com>
Devin Reade <gdr@gno.org>
.SH "SEE ALSO"
.IR "GS/OS Reference Manual" .

View File

@ -1,6 +1,6 @@
.\" Man page by Devin Reade.
.\"
.\" $Id: stack.3,v 1.4 1998/03/28 18:38:02 gdr-ftp Exp $
.\" $Id: stack.3,v 1.5 1999/07/03 14:44:55 gdr-ftp Exp $
.\"
.TH STACK 3 "26 March 1998" GNO "Library Routines"
.SH NAME
@ -160,7 +160,7 @@ routine is typically used in the following manner:
.fi
.SH AUTHORS
Phillip Vandry <vandry@cam.org>
Devin Reade <gdr@myrias.com>
Devin Reade <gdr@gno.org>
.SH HISTORY
The
.BR _beginStackCheck

View File

@ -4,7 +4,7 @@ udl - Convert EOL formats freely between MS-DOS (CR/LF), UNIX/Amiga (LF),
(c) 1993-1997 Soenke Behrens, Devin Reade
Version 1.1.6: $Id: README,v 1.12 1997/12/19 07:48:15 gdr Exp $
Version 1.1.6: $Id: README,v 1.13 1999/07/03 14:45:43 gdr-ftp Exp $
=============================================================================
Udl converts text files between the various end-of-line conventions, i.e.
@ -228,13 +228,13 @@ Authors
=======
Original code by Soenke Behrens <sbehrens@bigfoot.com>
with modifications and version-merging by Devin Reade <gdr@myrias.com>.
with modifications and version-merging by Devin Reade <gdr@gno.org>.
Soenke Behrens
sbehrens@bigfoot.com
Devin Reade
gdr@myrias.com
gdr@gno.org
December 1997
Version 1.1.6

View File

@ -1,6 +1,6 @@
.\" Copyright (c) 1993-1997 Soenke Behrens, Devin Reade
.\"
.\" $Id: udl.1,v 1.13 1997/12/19 07:48:15 gdr Exp $
.\" $Id: udl.1,v 1.14 1999/07/03 14:45:43 gdr-ftp Exp $
.\"
.TH UDL 1 "11 December 1997" GNO "Commands and Applications"
.SH NAME
@ -93,7 +93,7 @@ the stack actually overflows.
Bug reports should be directed to one of the two addresses below.
.SH AUTHOR
Soenke Behrens <sbehrens@bigfoot.com> with contributions by
Devin Reade <gdr@myrias.com>.
Devin Reade <gdr@gno.org>.
.SH VERSION
This manual page documents
.B udl

View File

@ -2,7 +2,7 @@ Name: udl
Version: 1.1.6
Shell: GNO/ME, ORCA/Shell
Author: Soenke Behrens, Devin Reade
Contact: sbehrens@bigfoot.com, gdr@myrias.com
Contact: sbehrens@bigfoot.com, gdr@gno.org
Where: /usr/bin
FTP: ftp.gno.org apple2.caltech.edu ground.icaen.uiowa.edu