From 69ef1f653eac3b6ba903a683cf3a7927dacfc733 Mon Sep 17 00:00:00 2001 From: Yuri Kozlov Date: Mon, 5 May 2014 21:37:32 +0400 Subject: [PATCH] termios.3: tfix Signed-off-by: Michael Kerrisk --- man3/termios.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/termios.3 b/man3/termios.3 index c0e3c4546..60413f538 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -346,7 +346,7 @@ devices): if .B PARODD is set, the parity bit is always 1; if .B PARODD -is not set, then the parity bit is always 0). +is not set, then the parity bit is always 0. [requires .B _BSD_SOURCE or