[binutils-gdb] doc: sframe: add DRAFT marker for all outputs
Indu Bhagat
ibhagat@sourceware.org
Sat Sep 13 08:45:38 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2dbed511074781cef2fcd4f0bd59ef9bac81993
commit c2dbed511074781cef2fcd4f0bd59ef9bac81993
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date: Sat Sep 13 01:45:10 2025 -0700
doc: sframe: add DRAFT marker for all outputs
Add DRAFT marker to be emitted in the info, pdf and html outputs. This
is done in two places: one in the @ifnottex block meant for PDF output
and another in @titlepage block meant for info and html output.
While at it, also add date to non-pdf outputs.
The marker lines:
@center @strong{*** DRAFT - NOT FOR DISTRIBUTION ***}
should be removed before a release.
libsframe/doc/
* sframe-spec.texi: Add marker for DRAFT.
Diff:
---
libsframe/doc/sframe-spec.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libsframe/doc/sframe-spec.texi b/libsframe/doc/sframe-spec.texi
index f25791e364b..73060ff8451 100644
--- a/libsframe/doc/sframe-spec.texi
+++ b/libsframe/doc/sframe-spec.texi
@@ -22,6 +22,7 @@ License''.
@title The SFrame Format
@subtitle Version 2 (Errata 1)
@sp 15
+@center @strong{*** DRAFT - NOT FOR DISTRIBUTION ***}
@center @today{}
@author Indu Bhagat
@@ -35,6 +36,9 @@ License''.
@node Top
@top The SFrame format
+@center @strong{*** DRAFT - NOT FOR DISTRIBUTION ***}
+@center @today{}
+
This manual describes version 2 (errata 1) of the SFrame file format. SFrame
stands for Simple Frame. The SFrame format keeps track of the minimal
necessary information needed for generating stack traces:
More information about the Binutils-cvs
mailing list