Skip to content

Commit cbff143

Browse files
committed
sframe/doc: remove usage of xrefautomaticsectiontitle
xrefautomaticsectiontitle appears to be available from texinfo 5.0 or greater. As such, it is not worthwhile to add requirement for a minimum necessary makeinfo version. So remove the usage of it. Also align node name with section title where possible. ChangeLog: * libsframe/doc/sframe-spec.texi: Remove usage of xrefautomaticsectiontitle.
1 parent f9e2163 commit cbff143

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

libsframe/doc/sframe-spec.texi

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
\input texinfo @c -*- Texinfo -*-
22
@setfilename sframe-spec.info
33
@settitle The SFrame Format
4-
@ifnottex
5-
@xrefautomaticsectiontitle on
6-
@end ifnottex
74

85
@copying
96
Copyright @copyright{} 2021-2022 Free Software Foundation, Inc.
@@ -395,7 +392,7 @@ used for the function.
395392

396393
@cindex The SFrame FDE info word
397394
@node The SFrame FDE info word
398-
@subsection The SFrame FDE info word, sfde_func_info
395+
@subsection The SFrame FDE info word
399396

400397
The info word is a bitfield split into three parts. From MSB to LSB:
401398

@@ -562,7 +559,7 @@ Further FRE types may be added in future.
562559

563560
@cindex The SFrame FRE info word
564561
@node The SFrame FRE info word
565-
@subsection The SFrame FRE info word, sfre_info
562+
@subsection The SFrame FRE info word
566563

567564
The SFrame FRE info word is a bitfield split into four parts. From MSB to LSB:
568565

0 commit comments

Comments
 (0)