diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-28 17:34:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-28 17:34:11 +0000 |
commit | b9023e5efce381abac80e9bacef002ca481c10a6 (patch) | |
tree | 1d1a8d8114231309aec240192bb71a8115fad817 /bin/stty | |
parent | 2f6a415d745f148234a8a57fd4c988fd5ae24e9a (diff) |
onocr suppresses the cr, not outputs it;
confirmed by/ok millert guenther
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |