From b9023e5efce381abac80e9bacef002ca481c10a6 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 28 May 2014 17:34:11 +0000 Subject: onocr suppresses the cr, not outputs it; confirmed by/ok millert guenther --- bin/stty/stty.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/stty') diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index ff0acd1d727..1f11fbeabd4 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.39 2013/08/14 08:39:33 jmc Exp $ +.\" $OpenBSD: stty.1,v 1.40 2014/05/28 17:34:10 jmc Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)stty.1 8.5 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: May 28 2014 $ .Dt STTY 1 .Os .Sh NAME @@ -252,7 +252,7 @@ on output. .It Cm ocrnl Pq Fl ocrnl Translate (do not translate) carriage return to newline on output. .It Cm onocr Pq Fl onocr -Carriage return is output (is not output) at column 0. +Carriage return is not output (is output) at column 0. .It Cm onlret Pq Fl onlret Newline performs (does not perform) carriage return on output. .It Cm olcuc Pq Fl olcuc -- cgit v1.2.3