From 27185bf05c74123da579c1741604e94a06efbaba Mon Sep 17 00:00:00 2001 From: Tomek Kurcz Date: Wed, 30 Aug 2017 11:31:00 +0200 Subject: [PATCH] texinfo: Add cross-references for ANSI --- src/doc/new-doc/standards/filenames.txi | 2 +- src/doc/new-doc/standards/files.txi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/new-doc/standards/filenames.txi b/src/doc/new-doc/standards/filenames.txi index fc96b48ec..7370b5a12 100644 --- a/src/doc/new-doc/standards/filenames.txi +++ b/src/doc/new-doc/standards/filenames.txi @@ -3,7 +3,7 @@ @node Filenames - Syntax @subsection Syntax -A pathname in the file system of Common-Lisp consists of six elements: host, device, directory, name, type and version. Pathnames are read and printed using the @code{#P} reader macro followed by the namestring. A namestring is a string which represents a pathname. The syntax of namestrings for logical pathnames is well explained in the ANSI and it can be roughly summarized as follows: +A pathname in the file system of Common-Lisp consists of six elements: host, device, directory, name, type and version. Pathnames are read and printed using the @code{#P} reader macro followed by the namestring. A namestring is a string which represents a pathname. The syntax of namestrings for logical pathnames is well explained in the ANSI (@xref{Bibliography}) and it can be roughly summarized as follows: @verbatim [hostname:][;][directory-item;]0 or more[name][.type[.version]] diff --git a/src/doc/new-doc/standards/files.txi b/src/doc/new-doc/standards/files.txi index 23983a66a..15ee1d282 100644 --- a/src/doc/new-doc/standards/files.txi +++ b/src/doc/new-doc/standards/files.txi @@ -5,7 +5,7 @@ @subsection Dictionary @subsubsection @code{DIRECTORY} -This function does not have any additional arguments other than the ones described in ANSI. To list files and directories, it follows the rules for matching pathnames described in @ref{Filenames - Wild pathnames and matching}. In short, you have the following practical examples: +This function does not have any additional arguments other than the ones described in ANSI (@xref{Bibliography}). To list files and directories, it follows the rules for matching pathnames described in @ref{Filenames - Wild pathnames and matching}. In short, you have the following practical examples: @float Table, tab:examples-using-directory @caption{Examples of using @code{DIRECTORY}}