summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/doscmd.1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-07-16 23:54:26 +0000
committerimp <imp@FreeBSD.org>1998-07-16 23:54:26 +0000
commit7cdd4f6b5dc78573065f0f7c4ef83436453511bd (patch)
tree7b3b12c5e5d81bcfd15dda089823aaa6edb3e217 /usr.bin/doscmd/doscmd.1
parenta0f37891cd74449b686d773a4d5e85fe6410587a (diff)
downloadFreeBSD-src-7cdd4f6b5dc78573065f0f7c4ef83436453511bd.zip
FreeBSD-src-7cdd4f6b5dc78573065f0f7c4ef83436453511bd.tar.gz
o remove -f from doscmd man page, as it is not implemented.
o Remove init printf o Don't set optind from return value for do_args. getopt has already done this. o Bump EMS memory from 1M to 10M (this really should be a command line option). o Open /dev/null when requested to open emmxxxx0 to allow many programs checking to see if EMS is installed to find it. o Route int67 to ems_entry to allow EMS to be used when DOS is emulated as well as when DOS is booted. This may obviate the need for the driver doing anything at all in a really booted situation and won't hurt that case. I can now run the DOS program I'm interested in running with enough EMS memory that its "advanced" functions are enabled and working.
Diffstat (limited to 'usr.bin/doscmd/doscmd.1')
-rw-r--r--usr.bin/doscmd/doscmd.18
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index 6a3dafc..83f09f3 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -137,14 +137,6 @@ Enable debugging of the exec routines.
.\"
.\"
.\"
-.It Fl f
-Use
-.Xr fork 2
-for spawned processes rather than running them in the
-current memory space.
-.\"
-.\"
-.\"
.It Fl H
Enable tracing of half implemented calls.
.\"
OpenPOWER on IntegriCloud