manual: Refactor documentation of CHAR_BIT.
commitd3675d957b9427d4d119250514a25aaba78d26de
authorRical Jasan <ricaljasan@pacific.net>
Tue, 20 Jun 2017 13:39:27 +0000 (20 06:39 -0700)
committerRical Jasan <ricaljasan@pacific.net>
Thu, 27 Jul 2017 11:47:42 +0000 (27 04:47 -0700)
treed0da2b89d0b215876ebf42946ad46bf8efe0afef
parent88f9e739432dc950b1f28638158d6dbb1ebd0361
manual: Refactor documentation of CHAR_BIT.

This single-@item @table is better defined with @deftypevr, since the
CHAR_BIT macro has @standards (being declared in a header), and @items
in @tables are not considered annotatable.  Using @deftypevr
automatically includes the macro in the Variable and Constant Macro
Index and ensures its inclusion the Summary of Library Facilities.
@deftypevr is used to record the type of the macro so that it also
appears in the Summary.

The description is updated to mention a later POSIX requirement that
this macro have the value 8.

* manual/lang.texi (CHAR_BIT): Convert from an @table to an
@deftypevr.  Change standard from ISO to C90.  Mention the
POSIX.1-2001 requirement of the value 8.
ChangeLog
manual/lang.texi