From 9a390dd34dd36bd1d97471fa168ddd9dee2f96c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 10:15:56 +0100 Subject: [PATCH] document x->verbose --- comport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comport.c b/comport.c index a4c3fbb..d01eaff 100644 --- a/comport.c +++ b/comport.c @@ -88,7 +88,8 @@ typedef struct comport t_bool hupcl; /* nonzero if hang-up on close is on */ int rxerrors; /* holds the rx line errors */ - int verbose; + + int verbose; /* be more verbose */ /* buffers */ unsigned char *x_inbuf; /* read incoming serial to here */