mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
texinfo: Add cross-references for ANSI
This commit is contained in:
parent
4f541ba7c1
commit
27185bf05c
2 changed files with 2 additions and 2 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue