Skip to content

Commit 22ad3d7

Browse files
jensmaurertkoeppe
authored andcommitted
[lib] \xref may refer to standards other than C
1 parent 013c6e0 commit 22ad3d7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540

541541
\pnum
542542
Paragraphs labeled ``\textsc{See also}'' contain cross-references to the relevant portions
543-
of the ISO C standard.
543+
of other standards\iref{intro.refs}.
544544

545545
\rSec2[conventions]{Other conventions}
546546
\indextext{conventions}%

source/regex.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -696,22 +696,23 @@
696696
\tcode{ECMAScript} &
697697
Specifies that the grammar recognized by the regular expression engine
698698
shall be that used by ECMAScript in ECMA-262, as modified in~\ref{re.grammar}.
699+
\newline \xref ECMA-262 15.10
699700
\indextext{ECMAScript}%
700701
\indexlibrary{\idxcode{syntax_option_type}!\idxcode{ECMAScript}}%
701702
\\ \rowsep
702703
%
703704
\tcode{basic} &
704705
Specifies that the grammar recognized by the regular expression engine
705-
shall be that used by basic regular expressions in POSIX, Base Definitions and
706-
Headers, Section 9, Regular Expressions.
706+
shall be that used by basic regular expressions in POSIX.
707+
\newline \xref POSIX, Base Definitions and Headers, Section 9.3
707708
\indextext{POSIX!regular expressions}%
708709
\indexlibrary{\idxcode{syntax_option_type}!\idxcode{basic}}%
709710
\\ \rowsep
710711
%
711712
\tcode{extended} &
712713
Specifies that the grammar recognized by the regular expression engine
713-
shall be that used by extended regular expressions in POSIX, Base Definitions and
714-
Headers, Section 9, Regular Expressions.
714+
shall be that used by extended regular expressions in POSIX.
715+
\newline \xref POSIX, Base Definitions and Headers, Section 9.4
715716
\indextext{POSIX!extended regular expressions}%
716717
\indexlibrary{\idxcode{syntax_option_type}!\idxcode{extended}}%
717718
\\ \rowsep
@@ -4191,4 +4192,5 @@
41914192
\indextext{regular expression traits!\idxcode{lookup_classname}}%
41924193
\indextext{\idxcode{lookup_classname}!regular expression traits}%
41934194
\end{itemize}
4195+
\xref ECMA-262 15.10
41944196
\indextext{regular expression|)}

0 commit comments

Comments
 (0)