Small fixes in the Texinfo manual
Milan Zamazal <[email protected]> Wed, 17 Nov 2004 11:01:30 +0100
| Newsgroups | gmane.lisp.clx.devel |
|---|---|
| Message-ID | <[email protected]> |
It's nice CLX comes with a Texinfo documentation now! The following patch fixes it for the current Texinfo version: Regards, Milan Zamazal -- The world is not something you can wrap your head around without needing years of experience. -- Kent M. Pitman in comp.lang.lisp
clx.texinfo.patch
(text/x-patch, 1.2 KB)
--- clx.texinfo.orig 2004-11-13 23:45:07.000000000 +0100
+++ clx.texinfo 2004-11-17 10:56:54.000000000 +0100
@@ -8,7 +8,7 @@
@dircategory lisp
@direntry
-* CLX: Common LISP X Interface
+* CLX: (clx). Common LISP X Interface
@end direntry
@copying
@@ -2175,7 +2175,7 @@
If @var{display-name} is not supplied, a default will be provided
appropriate for the local environment: on a POSIX system - the only
kind this CLX port runs on - the default display is taken from the
-environment variable @envvar{DISPLAY}. See also the section ``DISPLAY
+environment variable @env{DISPLAY}. See also the section ``DISPLAY
NAMES'' in X(7)
@end table
@@ -2188,7 +2188,7 @@
Xlib bindings use. Briefly: the hostname is resolved to an address,
then authorization data for the (protocol, host-address,
displaynumber) triple is looked up in the file given by the
-environment variable @envvar{AUTHORITY_PATHNAME} (typically
+environment variable @env{AUTHORITY_PATHNAME} (typically
@file{$HOME/.Xauthority}). If the protocol is @code{:local}, or if
the hostname resolves to the local host, authority data for the local
machine's actual hostname - as returned by gethostname(3) - is used