aboutsummaryrefslogtreecommitdiff
path: root/include/libtio/io
diff options
context:
space:
mode:
authorThomas Touhey <thomas@touhey.fr>2019-05-18 15:21:24 +0200
committerThomas Touhey <thomas@touhey.fr>2019-05-18 15:21:24 +0200
commit34bcbd32d942badee2c1265ccc6b1c8207549252 (patch)
tree4ebcf03c10ebe70c93fbfc513c42b05257d3fa01 /include/libtio/io
parent4bced2ce87c9cb6cdb37bf0d39d47b35afba0741 (diff)
Updated docs to use Sphinx instead of Jekyll
Diffstat (limited to 'include/libtio/io')
-rw-r--r--include/libtio/io/serial.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libtio/io/serial.h b/include/libtio/io/serial.h
index edb9c7c..b7d4aa1 100644
--- a/include/libtio/io/serial.h
+++ b/include/libtio/io/serial.h
@@ -26,10 +26,7 @@ struct tio_serial_attrs {
unsigned char tio_serial_attrs_cc[TIO_SERIAL_ATTRS_NCCS];
};
-/* Use `tio_make_serial_speed()` and `tio_make_serial_speed_in_bauds()` to
- * make the conversion, it will make your life easier.
- *
- * Here are the control characters you can define:
+/* Here are the control characters you can define:
* `TIO_XON`: the XON character to re-enable transmission (software control);
* `TIO_XOFF`: the XOFF charater to disable transmission (software control). */