From 8db32b2016d86f87e5d0b7184b299d864ea5bc4b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 13 Dec 2006 20:15:49 +0000 Subject: [PATCH] Fix markup nits, add the EXIT STATUS section. --- usr.bin/tty/tty.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 4c91919f0b4..8e55ccb470e 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -51,10 +51,11 @@ utility writes the name of the terminal attached to standard input to standard output. The name that is written is the string returned by .Xr ttyname 3 . -If the standard input is not a terminal, the message ``not a tty'' +If the standard input is not a terminal, the message +.Dq Li "not a tty" is written. The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl s Do not write the terminal name; only the exit status is affected when this option is specified. @@ -64,7 +65,7 @@ option is deprecated in favor of the .Dq Li "test -t 0" command. .El -.Pp +.Sh EXIT STATUS The .Nm utility