diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-06-03 20:29:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-06-03 20:29:42 +0000 |
commit | 5ae27e92c3345d7687edc15055840b271300120e (patch) | |
tree | 68ae6cde35b846f25c5ed04c5ab7a7c5b4bac74d /usr.bin/tty | |
parent | 7eee1c0aa3c24e62a9fb797820efd428fb074ee2 (diff) |
-s is marked obsolete, so do not document it as an extension; while here,
\*(Gt -> >, on ingo's advice;
Diffstat (limited to 'usr.bin/tty')
-rw-r--r-- | usr.bin/tty/tty.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 0187f849379..2a6387f59a4 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.14 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: tty.1,v 1.15 2014/06/03 20:29:41 jmc Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: June 3 2014 $ .Dt TTY 1 .Os .Sh NAME @@ -69,7 +69,7 @@ command. The .Nm utility exits 0 if the standard input is a terminal, 1 if the standard input -is not a terminal, or \*(Gt1 if an error occurred. +is not a terminal, or >1 if an error occurred. .Sh SEE ALSO .Xr stty 1 , .Xr test 1 , @@ -81,10 +81,6 @@ The utility is compliant with the .St -p1003.1-2008 specification. -.Pp -The flag -.Op Fl s -is an extension to that specification. .Sh HISTORY A .Nm |