diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:01:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:01:47 +0100 |
commit | c5e4348681f23428b0036c45b64cca428e69d750 (patch) | |
tree | 064ec1d40a09a08be1672a2b9425c8f90daa9e2a /doc/info/titlepage-data.texinfo | |
parent | optimise implementations of {hton,ntoh}{s,l,ll} (diff) | |
download | slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.gz slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.bz2 slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.xz |
...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/titlepage-data.texinfo')
-rw-r--r-- | doc/info/titlepage-data.texinfo | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/info/titlepage-data.texinfo b/doc/info/titlepage-data.texinfo new file mode 100644 index 0000000..271c119 --- /dev/null +++ b/doc/info/titlepage-data.texinfo @@ -0,0 +1,24 @@ +@c The title and the subtitle of the manual. +@set title Stockholm C Standard Library +@set subtitle The @command{slibc} reference manual + +@c The full name of the documented program or package. +@set programname Stockholm C Standard Library +@set programnamewiththe the Stockholm C Standard Library + + +@c Authors of the manual. Included at the bottom +@c of the titlepage on TeX processed output. +@macro authors{} +@author by Mattias Andrée (maandree) +@end macro + + +@c Dedication for TeX processed output. +@c @set HAVE_DEDICATION +@c @macro dedication{} +@c TODO I do not have a quote for this manual yet. +@c @center `' +@c @end macro +@c (I don't use dedications, I use quotes.) + |