diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-12 15:59:22 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-12 15:59:22 +0000 |
commit | c0650ef68dc48e176bc2e537a3e11e7bcd8da708 (patch) | |
tree | 7e6d629a990193aa417202ff688e3884b19cecf9 /bin/stty | |
parent | 5a5ba05ed78b4d83657360d3df8647a2929f06e7 (diff) | |
download | FreeBSD-src-c0650ef68dc48e176bc2e537a3e11e7bcd8da708.zip FreeBSD-src-c0650ef68dc48e176bc2e537a3e11e7bcd8da708.tar.gz |
Correct the self reference in the description of the "tabs" option.
It should really refer to "oxtabs".
Obtained from: NetBSD-bugs mailing list PR# 3320
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 7bf4b61..0234371 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: stty.1,v 1.6 1997/02/22 14:05:54 peter Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 @@ -551,7 +551,7 @@ The converse of .Cm opost . .It Cm tabs Pq Fl tabs The converse of -.Cm tabs . +.Cm oxtabs . .It Cm brk Ar value Same as the control character .Cm eol . |