All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] termios.3: Document missing baudrate constants
@ 2021-07-25 22:53 Pali Rohár
  2021-07-29 11:19 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2021-07-25 22:53 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar, Michael Kerrisk

These baudrate macro constants are defined in bits/termios.h and are
already supported.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 man3/termios.3 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/man3/termios.3 b/man3/termios.3
index 797778680fcf..01c20994424d 100644
--- a/man3/termios.3
+++ b/man3/termios.3
@@ -945,6 +945,18 @@ to by \fItermios_p\fP to \fIspeed\fP, which must be one of these constants:
 	B57600
 	B115200
 	B230400
+	B460800
+	B500000
+	B576000
+	B921600
+	B1000000
+	B1152000
+	B1500000
+	B2000000
+	B2500000
+	B3000000
+	B3500000
+	B4000000
 .ft P
 .fi
 .PP
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] termios.3: Document missing baudrate constants
  2021-07-25 22:53 [PATCH] termios.3: Document missing baudrate constants Pali Rohár
@ 2021-07-29 11:19 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-07-29 11:19 UTC (permalink / raw)
  To: Pali Rohár; +Cc: Michael Kerrisk, linux-man

Hi Pali,

On 7/26/21 12:53 AM, Pali Rohár wrote:
> These baudrate macro constants are defined in bits/termios.h and are
> already supported.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Patch applied.  Thanks,

Alex

> ---
>   man3/termios.3 | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
> 
> diff --git a/man3/termios.3 b/man3/termios.3
> index 797778680fcf..01c20994424d 100644
> --- a/man3/termios.3
> +++ b/man3/termios.3
> @@ -945,6 +945,18 @@ to by \fItermios_p\fP to \fIspeed\fP, which must be one of these constants:
>   	B57600
>   	B115200
>   	B230400
> +	B460800
> +	B500000
> +	B576000
> +	B921600
> +	B1000000
> +	B1152000
> +	B1500000
> +	B2000000
> +	B2500000
> +	B3000000
> +	B3500000
> +	B4000000
>   .ft P
>   .fi
>   .PP
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-29 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25 22:53 [PATCH] termios.3: Document missing baudrate constants Pali Rohár
2021-07-29 11:19 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.