From 4fc0ab87d768cc7a86abd38b1e022daccb8aa649 Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 26 Feb 1998 07:53:02 +0000 Subject: Don't claim XMS isn't implemented (it is). Attempt to explain the "X11 support not compiled in" diagnostic. Submitted by: philip@rmit.edu.au (Philip Musumeci) --- usr.bin/doscmd/README | 2 +- usr.bin/doscmd/doscmd.1 | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/doscmd/README b/usr.bin/doscmd/README index a15078c..6f404d4 100644 --- a/usr.bin/doscmd/README +++ b/usr.bin/doscmd/README @@ -5,7 +5,7 @@ page for help on configuring doscmd. Things known not to work: * No mouse support (yet) - * No xms/ems support (yet) + * No ems support (yet) * No raw VGA support (yet) * Printer support (yet) * COM ports (being worked on) diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 76e4e31..3c6958c 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -705,6 +705,22 @@ such as: Unknown interrupt 21 function 99 .sp and exit. +.Pp +If +.Nm +emits the message +.Ic X11 support not compiled in +when supplied the +.Fl x +switch, this support can be added by defining an environment variable +.Ev X11BASE +which points to the installed X Window System (normally +.Pa /usr/X11R6 +) and then typing +.Ic make install +in the source directory (normally +.Pa /usr/src/usr.bin/doscmd +). For this to work, the X programmer's kit must have been installed. .Sh AUTHOR Pace Willisson .br -- cgit v1.1