libgm2/ChangeLog:
* libm2pim/termios.c changed comments to GNU coding
standard within an enum declaration.
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
* libm2pim/sckt.c: Reformatted comments.
* libm2pim/termios.c: Reformatted comments.
* libm2pim/wrapc.c: Reformatted comments.
+ * libm2pim/termios.c: Reformatted comments within enum.
2022-05-17 Gaius Mulley <gaius.mulley@southwales.ac.uk>
} ControlChar;
typedef enum {
- /* input flag bits */
+ /* Input flag bits. */
ignbrk,
ibrkint,
ignpar,
ixany,
ixoff,
imaxbel,
- /* output flag bits */
+ /* Output flag bits. */
opost,
olcuc,
onlcr,
off1,
ovt0,
ovt1,
- /* baud rate */
+ /* Baud rate. */
b0,
b50,
b75,
b4000000,
maxbaud,
crtscts,
- /* character size */
+ /* Character size. */
cs5,
cs6,
cs7,