Author | Jamozed <[email protected]> |
Date | 2020-08-14 05:02:53 |
Commit | fc65b527da58b61855b25a73f1861349e5a80e1d |
Parent | fc29aea3854b35bad09aac664a892aacb0033bb3 |
tty: Remove STANDARDS section from manpage
Diffstat
M | man/tty.1 | | | 11 | +++-------- |
1 files changed, 3 insertions, 8 deletions
diff --git a/man/tty.1 b/man/tty.1 index 6f2f6b5..44c6e61 100644 --- a/man/tty.1 +++ b/man/tty.1 @@ -1,4 +1,4 @@ -.TH TTY 1 2020-06-26 "OMKOV coreutils" "General Commands Manual" +.TH TTY 1 2020-08-14 "OMKOV coreutils" "General Commands Manual" .SH NAME tty \(em return user's terminal name .SH SYNOPSYS @@ -8,15 +8,10 @@ Print the name of the terminal that is connected to standard input, if standard input is not a terminal, "not a tty" will be printed instead. .SH EXIT STATUS The following exit values will be returned: -.TP -0 +.TP "0" 8 Standard input is a terminal. -.TP -1 +.TP "1" 8 Standard input is not a terminal. -.SH STANDARDS -The \fItty\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2") -specification. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling