subsequent call to @code{tcgetattr} may or may not reflect this
adjustment.
-@theglibc{} supports two interoperable interfaces for setting the line
+@Theglibc{} supports two interoperable interfaces for setting the line
speed: the POSIX.1 @code{speed_t} interface, which requires the use of a
set of enumerated constants, and the @code{baud_t} interface, a GNU
extension, which is guaranteed to use plain numeric values.
B1800 B2400 B4800 B9600 B19200 B38400
@end smallexample
-@theglibc{} defines these additional constants:
+@Theglibc{} defines these additional constants:
@comment termios.h
@comment GNU
@deftypevr Macro speed_t SPEED_MAX
@standards{GNU, termios.h}
-@theglibc{} defines the constant @code{SPEED_MAX} for the largest valid
+@Theglibc{} defines the constant @code{SPEED_MAX} for the largest valid
value of type @code{speed_t}. This value may be smaller than the
underlying C type can store.