diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-05-15 23:41:25 -0700 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-05-18 00:44:06 -0700 |
commit | a449fc68f652ee3b4b048f30701cec19c91e96e8 (patch) | |
tree | fa4ae88a12f710d7c8418f611a33f92bb8a53f6d /ChangeLog | |
parent | f227c3e0a6a93e111a6217942d21ebab5898d59b (diff) | |
download | glibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.tar.gz glibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.tar.xz glibc-a449fc68f652ee3b4b048f30701cec19c91e96e8.zip |
manual: Convert @tables of annotated @items to @vtables.
The conversion script will convert these annotations, but the replacement Summary-generation script won't catch them because @items in @tables are not generally considered annotatable, causing them to be skipped over (or cause errors). Using @vtable ensures their continued presence in the Summary, with the added benefit that Texinfo will also automatically include them in the Variable and Constant Macro index now. * manual/conf.texi: Convert @tables of annotated @items to @vtables. * manual/lang.texi: Likewise. * manual/pattern.texi: Likewise. * manual/resource.texi: Likewise. * manual/socket.texi: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c8ab057875..f0227d4598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2017-05-18 Rical Jasan <ricaljasan@pacific.net> + * manual/conf.texi: Convert @tables of annotated @items to + @vtables. + * manual/lang.texi: Likewise. + * manual/pattern.texi: Likewise. + * manual/resource.texi: Likewise. + * manual/socket.texi: Likewise. + +2017-05-18 Rical Jasan <ricaljasan@pacific.net> + * manual/crypt.texi: Move a comment out of an @*x list. * manual/filesys.texi: Refactor some comments, one of which looks like a standard. Fix incorrectly separated standards. |