diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | ad8a79e6a5c75acf360e9310860387b68066c0b7 (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/window | |
parent | e2acd5cecf61f060255d467b8d38cd35f941fb1c (diff) | |
download | FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.zip FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/window')
-rw-r--r-- | usr.bin/window/window.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index d3e0432..a870168 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -49,8 +49,9 @@ .Op Fl e Ar escape-char .Op Fl c Ar command .Sh DESCRIPTION -.Nm Window -implements a window environment on +The +.Nm +utility implements a window environment on .Tn ASCII terminals. .Pp @@ -367,8 +368,9 @@ A statement is either a conditional or an expression. Expression statements are terminated with a new line or ``;''. To continue an expression on the next line, terminate the first line with ``\\''. .Ss Conditional Statement -.Nm Window -has a single control structure: +The +.Nm +utility has a single control structure: the fully bracketed if statement in the form .Pp .Bd -literal -offset indent -compact @@ -926,8 +928,9 @@ field of the terminal's entry, is used. .El .Sh ENVIRONMENT -.Nm Window -utilizes these environment variables: +The +.Nm +utility utilizes these environment variables: .Ev HOME , .Ev SHELL , .Ev TERM , |